jar包编译通过

This commit is contained in:
WangQiang 2022-08-04 15:16:59 +08:00
parent c83b573827
commit 107a04605b
58 changed files with 1 additions and 136 deletions

View File

@ -1,10 +1,5 @@
package com.quark.quamera.camera; package com.quark.quamera.camera;
/*
* Copyright (C) 2005-2019 UCWeb Inc. All rights reserved.
* Description :
*
* Creation : 20-11-23
*/
import android.content.Context; import android.content.Context;
import android.hardware.camera2.CameraManager; import android.hardware.camera2.CameraManager;

View File

@ -1,7 +1,5 @@
package com.quark.quamera.camera.camera; package com.quark.quamera.camera.camera;
/* /*
* Copyright (C) 2005-2019 UCWeb Inc. All rights reserved.
* Description :
* *
* Creation : 2021/3/29 * Creation : 2021/3/29
* Author : jiaming.wjm@ * Author : jiaming.wjm@

View File

@ -1,7 +1,5 @@
package com.quark.quamera.camera.camera; package com.quark.quamera.camera.camera;
/* /*
* Copyright (C) 2005-2019 UCWeb Inc. All rights reserved.
* Description :
* *
* Creation : 2021/3/29 * Creation : 2021/3/29
* Author : jiaming.wjm@ * Author : jiaming.wjm@

View File

@ -1,7 +1,5 @@
package com.quark.quamera.camera.camera; package com.quark.quamera.camera.camera;
/* /*
* Copyright (C) 2005-2019 UCWeb Inc. All rights reserved.
* Description :
* *
* Creation : 2021/3/29 * Creation : 2021/3/29
* Author : jiaming.wjm@ * Author : jiaming.wjm@

View File

@ -1,7 +1,5 @@
package com.quark.quamera.camera.camera; package com.quark.quamera.camera.camera;
/* /*
* Copyright (C) 2005-2019 UCWeb Inc. All rights reserved.
* Description :
* *
* Creation : 20-11-23 * Creation : 20-11-23
* Author : jiaming.wjm@ * Author : jiaming.wjm@

View File

@ -1,7 +1,5 @@
package com.quark.quamera.camera.camera; package com.quark.quamera.camera.camera;
/* /*
* Copyright (C) 2005-2019 UCWeb Inc. All rights reserved.
* Description :
* *
* Creation : 20-11-18 * Creation : 20-11-18
* Author : jiaming.wjm@ * Author : jiaming.wjm@

View File

@ -1,7 +1,5 @@
package com.quark.quamera.camera.camera; package com.quark.quamera.camera.camera;
/* /*
* Copyright (C) 2005-2019 UCWeb Inc. All rights reserved.
* Description :
* *
* Creation : 2021/6/6 * Creation : 2021/6/6
* Author : jiaming.wjm@ * Author : jiaming.wjm@

View File

@ -1,7 +1,5 @@
package com.quark.quamera.camera.camera; package com.quark.quamera.camera.camera;
/* /*
* Copyright (C) 2005-2019 UCWeb Inc. All rights reserved.
* Description :
* *
* Creation : 20-11-23 * Creation : 20-11-23
* Author : jiaming.wjm@ * Author : jiaming.wjm@

View File

@ -1,7 +1,5 @@
package com.quark.quamera.camera.camera; package com.quark.quamera.camera.camera;
/* /*
* Copyright (C) 2005-2019 UCWeb Inc. All rights reserved.
* Description :
* *
* Creation : 2021/6/6 * Creation : 2021/6/6
* Author : jiaming.wjm@ * Author : jiaming.wjm@

View File

@ -2,16 +2,6 @@ package com.quark.quamera.camera.concurrent;
import com.quark.quamera.util.SequentialExecutor; import com.quark.quamera.util.SequentialExecutor;
//package com.quark.quamera.camera.concurrent;
///*
// * Copyright (C) 2005-2019 UCWeb Inc. All rights reserved.
// * Description :
// *
// * Creation : 20-11-23
// * Author : jiaming.wjm@
// */
//
public class CameraExecutors { public class CameraExecutors {
private static SequentialExecutor sCameraTaskExecutor; private static SequentialExecutor sCameraTaskExecutor;

View File

@ -1,7 +1,5 @@
package com.quark.quamera.camera.concurrent; package com.quark.quamera.camera.concurrent;
/* /*
* Copyright (C) 2005-2019 UCWeb Inc. All rights reserved.
* Description :
* *
* Creation : 2021/2/8 * Creation : 2021/2/8
* Author : jiaming.wjm@ * Author : jiaming.wjm@

View File

@ -1,7 +1,5 @@
package com.quark.quamera.camera.imagereader; package com.quark.quamera.camera.imagereader;
/* /*
* Copyright (C) 2005-2019 UCWeb Inc. All rights reserved.
* Description :
* *
* Creation : 2021/4/22 * Creation : 2021/4/22
* Author : jiaming.wjm@ * Author : jiaming.wjm@

View File

@ -1,7 +1,5 @@
package com.quark.quamera.camera.imagereader; package com.quark.quamera.camera.imagereader;
/* /*
* Copyright (C) 2005-2019 UCWeb Inc. All rights reserved.
* Description :
* *
* Creation : 20-11-26 * Creation : 20-11-26
* Author : jiaming.wjm@ * Author : jiaming.wjm@

View File

@ -1,7 +1,5 @@
package com.quark.quamera.camera.imagereader; package com.quark.quamera.camera.imagereader;
/* /*
* Copyright (C) 2005-2019 UCWeb Inc. All rights reserved.
* Description :
* *
* Creation : 20-12-2 * Creation : 20-12-2
* Author : jiaming.wjm@ * Author : jiaming.wjm@

View File

@ -1,7 +1,5 @@
package com.quark.quamera.camera.imagereader; package com.quark.quamera.camera.imagereader;
/* /*
* Copyright (C) 2005-2019 UCWeb Inc. All rights reserved.
* Description :
* *
* Creation : 20-12-2 * Creation : 20-12-2
* Author : jiaming.wjm@ * Author : jiaming.wjm@

View File

@ -1,7 +1,5 @@
package com.quark.quamera.camera.preview; package com.quark.quamera.camera.preview;
/* /*
* Copyright (C) 2005-2019 UCWeb Inc. All rights reserved.
* Description :
* *
* Creation : 2021/7/12 * Creation : 2021/7/12
* Author : jiaming.wjm@ * Author : jiaming.wjm@

View File

@ -1,7 +1,5 @@
package com.quark.quamera.camera.preview; package com.quark.quamera.camera.preview;
/* /*
* Copyright (C) 2005-2019 UCWeb Inc. All rights reserved.
* Description :
* *
* Creation : 2020/4/15 * Creation : 2020/4/15
* Author : jiaming.wjm@ * Author : jiaming.wjm@

View File

@ -1,7 +1,5 @@
package com.quark.quamera.camera.session; package com.quark.quamera.camera.session;
/* /*
* Copyright (C) 2005-2019 UCWeb Inc. All rights reserved.
* Description :
* *
* Creation : 20-12-19 * Creation : 20-12-19
* Author : jiaming.wjm@ * Author : jiaming.wjm@

View File

@ -1,7 +1,5 @@
package com.quark.quamera.camera.session; package com.quark.quamera.camera.session;
/* /*
* Copyright (C) 2005-2019 UCWeb Inc. All rights reserved.
* Description :
* *
* Creation : 2021/5/26 * Creation : 2021/5/26
* Author : jiaming.wjm@ * Author : jiaming.wjm@

View File

@ -1,7 +1,5 @@
package com.quark.quamera.camera.session; package com.quark.quamera.camera.session;
/* /*
* Copyright (C) 2005-2019 UCWeb Inc. All rights reserved.
* Description :
* *
* Creation : 20-11-18 * Creation : 20-11-18
* Author : jiaming.wjm@ * Author : jiaming.wjm@

View File

@ -1,7 +1,5 @@
package com.quark.quamera.camera.session; package com.quark.quamera.camera.session;
/* /*
* Copyright (C) 2005-2019 UCWeb Inc. All rights reserved.
* Description :
* *
* Creation : 20-11-18 * Creation : 20-11-18
* Author : jiaming.wjm@ * Author : jiaming.wjm@

View File

@ -1,7 +1,5 @@
package com.quark.quamera.camera.session; package com.quark.quamera.camera.session;
/* /*
* Copyright (C) 2005-2019 UCWeb Inc. All rights reserved.
* Description :
* *
* Creation : 20-11-18 * Creation : 20-11-18
* Author : jiaming.wjm@ * Author : jiaming.wjm@

View File

@ -1,7 +1,5 @@
package com.quark.quamera.camera.session; package com.quark.quamera.camera.session;
/* /*
* Copyright (C) 2005-2019 UCWeb Inc. All rights reserved.
* Description :
* *
* Creation : 2021/4/19 * Creation : 2021/4/19
* Author : jiaming.wjm@ * Author : jiaming.wjm@

View File

@ -1,7 +1,5 @@
package com.quark.quamera.camera.session; package com.quark.quamera.camera.session;
/* /*
* Copyright (C) 2005-2019 UCWeb Inc. All rights reserved.
* Description :
* *
* Creation : 2021/7/13 * Creation : 2021/7/13
* Author : jiaming.wjm@ * Author : jiaming.wjm@

View File

@ -1,7 +1,5 @@
package com.quark.quamera.camera.session; package com.quark.quamera.camera.session;
/* /*
* Copyright (C) 2005-2019 UCWeb Inc. All rights reserved.
* Description :
* *
* Creation : 20-12-19 * Creation : 20-12-19
* Author : jiaming.wjm@ * Author : jiaming.wjm@

View File

@ -1,7 +1,5 @@
package com.quark.quamera.camera.session; package com.quark.quamera.camera.session;
/* /*
* Copyright (C) 2005-2019 UCWeb Inc. All rights reserved.
* Description :
* *
* Creation : 2021/6/18 * Creation : 2021/6/18
* Author : jiaming.wjm@ * Author : jiaming.wjm@

View File

@ -1,7 +1,5 @@
package com.quark.quamera.camera.session; package com.quark.quamera.camera.session;
/* /*
* Copyright (C) 2005-2019 UCWeb Inc. All rights reserved.
* Description :
* *
* Creation : 20-11-23 * Creation : 20-11-23
* Author : jiaming.wjm@ * Author : jiaming.wjm@

View File

@ -1,7 +1,5 @@
package com.quark.quamera.camera.session; package com.quark.quamera.camera.session;
/* /*
* Copyright (C) 2005-2019 UCWeb Inc. All rights reserved.
* Description :
* *
* Creation : 20-11-23 * Creation : 20-11-23
* Author : jiaming.wjm@ * Author : jiaming.wjm@

View File

@ -1,7 +1,5 @@
package com.quark.quamera.camera.session.config; package com.quark.quamera.camera.session.config;
/* /*
* Copyright (C) 2005-2019 UCWeb Inc. All rights reserved.
* Description :
* *
* Creation : 2021/6/30 * Creation : 2021/6/30
* Author : jiaming.wjm@ * Author : jiaming.wjm@

View File

@ -1,7 +1,5 @@
package com.quark.quamera.camera.session.config; package com.quark.quamera.camera.session.config;
/* /*
* Copyright (C) 2005-2019 UCWeb Inc. All rights reserved.
* Description :
* *
* Creation : 2021/5/7 * Creation : 2021/5/7
* Author : jiaming.wjm@ * Author : jiaming.wjm@

View File

@ -1,7 +1,5 @@
package com.quark.quamera.camerax; package com.quark.quamera.camerax;
/* /*
* Copyright (C) 2005-2019 UCWeb Inc. All rights reserved.
* Description :
* *
* Creation : 20-11-25 * Creation : 20-11-25
* Author : jiaming.wjm@ * Author : jiaming.wjm@

View File

@ -1,7 +1,5 @@
package com.quark.quamera.camerax; package com.quark.quamera.camerax;
/* /*
* Copyright (C) 2005-2019 UCWeb Inc. All rights reserved.
* Description :
* *
* Creation : 2021/11/15 * Creation : 2021/11/15
* Author : jiaming.wjm@ * Author : jiaming.wjm@

View File

@ -1,7 +1,5 @@
package com.quark.quamera.camerax.utils; package com.quark.quamera.camerax.utils;
/* /*
* Copyright (C) 2005-2019 UCWeb Inc. All rights reserved.
* Description :
* *
* Creation : 2021/5/26 * Creation : 2021/5/26
* Author : jiaming.wjm@ * Author : jiaming.wjm@

View File

@ -1,7 +1,5 @@
package com.quark.quamera.render; package com.quark.quamera.render;
/* /*
* Copyright (C) 2005-2019 UCWeb Inc. All rights reserved.
* Description :
* *
* Creation : 2021/4/13 * Creation : 2021/4/13
* Author : jiaming.wjm@ * Author : jiaming.wjm@

View File

@ -1,7 +1,5 @@
package com.quark.quamera.render; package com.quark.quamera.render;
/* /*
* Copyright (C) 2005-2019 UCWeb Inc. All rights reserved.
* Description :
* *
* Creation : 2021/1/26 * Creation : 2021/1/26
* Author : jiaming.wjm@ * Author : jiaming.wjm@

View File

@ -1,7 +1,5 @@
package com.quark.quamera.render; package com.quark.quamera.render;
/* /*
* Copyright (C) 2005-2019 UCWeb Inc. All rights reserved.
* Description :
* *
* Creation : 2021/7/27 * Creation : 2021/7/27
* Author : jiaming.wjm@ * Author : jiaming.wjm@

View File

@ -1,7 +1,5 @@
package com.quark.quamera.render; package com.quark.quamera.render;
/* /*
* Copyright (C) 2005-2019 UCWeb Inc. All rights reserved.
* Description :
* *
* Creation : 2021/1/28 * Creation : 2021/1/28
* Author : jiaming.wjm@ * Author : jiaming.wjm@

View File

@ -1,8 +1,6 @@
package com.quark.quamera.render.detector; package com.quark.quamera.render.detector;
/* /*
* Copyright (C) 2005-2019 UCWeb Inc. All rights reserved.
* Description :
* *
* Creation : 2021/1/25 * Creation : 2021/1/25
* Author : jiaming.wjm@ * Author : jiaming.wjm@

View File

@ -1,7 +1,5 @@
package com.quark.quamera.render.detector; package com.quark.quamera.render.detector;
/* /*
* Copyright (C) 2005-2019 UCWeb Inc. All rights reserved.
* Description :
* *
* Creation : 2021/1/29 * Creation : 2021/1/29
* Author : jiaming.wjm@ * Author : jiaming.wjm@

View File

@ -1,7 +1,5 @@
package com.quark.quamera.render.detector; package com.quark.quamera.render.detector;
/* /*
* Copyright (C) 2005-2019 UCWeb Inc. All rights reserved.
* Description :
* *
* Creation : 2021/1/29 * Creation : 2021/1/29
* Author : jiaming.wjm@ * Author : jiaming.wjm@

View File

@ -1,7 +1,5 @@
package com.quark.quamera.render.detector; package com.quark.quamera.render.detector;
/* /*
* Copyright (C) 2005-2019 UCWeb Inc. All rights reserved.
* Description :
* *
* Creation : 2021/1/29 * Creation : 2021/1/29
* Author : jiaming.wjm@ * Author : jiaming.wjm@

View File

@ -1,7 +1,5 @@
package com.quark.quamera.render.detector; package com.quark.quamera.render.detector;
/* /*
* Copyright (C) 2005-2019 UCWeb Inc. All rights reserved.
* Description :
* *
* Creation : 2021/1/29 * Creation : 2021/1/29
* Author : jiaming.wjm@ * Author : jiaming.wjm@

View File

@ -1,7 +1,5 @@
package com.quark.quamera.render.detector; package com.quark.quamera.render.detector;
/* /*
* Copyright (C) 2005-2019 UCWeb Inc. All rights reserved.
* Description :
* *
* Creation : 2021/12/22 * Creation : 2021/12/22
* Author : jiaming.wjm@ * Author : jiaming.wjm@

View File

@ -1,7 +1,5 @@
package com.quark.quamera.render.detector; package com.quark.quamera.render.detector;
/* /*
* Copyright (C) 2005-2019 UCWeb Inc. All rights reserved.
* Description :
* *
* Creation : 2021/1/29 * Creation : 2021/1/29
* Author : jiaming.wjm@ * Author : jiaming.wjm@

View File

@ -1,7 +1,5 @@
package com.quark.quamera.render.detector; package com.quark.quamera.render.detector;
/* /*
* Copyright (C) 2005-2019 UCWeb Inc. All rights reserved.
* Description :
* *
* Creation : 2021/1/26 * Creation : 2021/1/26
* Author : jiaming.wjm@ * Author : jiaming.wjm@

View File

@ -1,7 +1,5 @@
package com.quark.quamera.render.entry; package com.quark.quamera.render.entry;
/* /*
* Copyright (C) 2005-2019 UCWeb Inc. All rights reserved.
* Description :
* *
* Creation : 2021/3/15 * Creation : 2021/3/15
* Author : jiaming.wjm@ * Author : jiaming.wjm@

View File

@ -1,7 +1,5 @@
package com.quark.quamera.render.expansion; package com.quark.quamera.render.expansion;
/* /*
* Copyright (C) 2005-2019 UCWeb Inc. All rights reserved.
* Description :
* *
* Creation : 2021/3/15 * Creation : 2021/3/15
* Author : jiaming.wjm@ * Author : jiaming.wjm@

View File

@ -1,7 +1,5 @@
package com.quark.quamera.render.expansion; package com.quark.quamera.render.expansion;
/* /*
* Copyright (C) 2005-2019 UCWeb Inc. All rights reserved.
* Description :
* *
* Creation : 2021/2/25 * Creation : 2021/2/25
* Author : jiaming.wjm@ * Author : jiaming.wjm@

View File

@ -1,7 +1,5 @@
package com.quark.quamera.render.expansion; package com.quark.quamera.render.expansion;
/* /*
* Copyright (C) 2005-2019 UCWeb Inc. All rights reserved.
* Description :
* *
* Creation : 2021/12/15 * Creation : 2021/12/15
* Author : jiaming.wjm@ * Author : jiaming.wjm@

View File

@ -1,7 +1,5 @@
package com.quark.quamera.util; package com.quark.quamera.util;
/* /*
* Copyright (C) 2005-2019 UCWeb Inc. All rights reserved.
* Description :
* *
* Creation : 2021/5/26 * Creation : 2021/5/26
* Author : jiaming.wjm@ * Author : jiaming.wjm@

View File

@ -1,7 +1,5 @@
package com.quark.quamera.util; package com.quark.quamera.util;
/* /*
* Copyright (C) 2005-2019 UCWeb Inc. All rights reserved.
* Description :
* *
* Creation : 2021/4/15 * Creation : 2021/4/15
* Author : jiaming.wjm@ * Author : jiaming.wjm@

View File

@ -1,7 +1,5 @@
package com.quark.quamera.util; package com.quark.quamera.util;
/* /*
* Copyright (C) 2005-2019 UCWeb Inc. All rights reserved.
* Description :
* *
* Creation : 20-11-19 * Creation : 20-11-19
* Author : jiaming.wjm@ * Author : jiaming.wjm@

View File

@ -1,9 +1,3 @@
/*
* Copyright (C) 2004 - 2016 UCWeb Inc. All Rights Reserved.
* Creation : 2016/5/5
* Author : lzm89888@
*/
package com.quark.quamera.util; package com.quark.quamera.util;
import android.text.TextUtils; import android.text.TextUtils;

View File

@ -1,7 +1,5 @@
package com.quark.quamera.util; package com.quark.quamera.util;
/* /*
* Copyright (C) 2005-2019 UCWeb Inc. All rights reserved.
* Description :
* *
* Creation : 2021/2/20 * Creation : 2021/2/20
* Author : jiaming.wjm@ * Author : jiaming.wjm@

View File

@ -1,7 +1,5 @@
package com.quark.quamera.util; package com.quark.quamera.util;
/* /*
* Copyright (C) 2005-2019 UCWeb Inc. All rights reserved.
* Description :
* *
* Creation : 2021/7/13 * Creation : 2021/7/13
* Author : jiaming.wjm@ * Author : jiaming.wjm@

View File

@ -1,7 +1,5 @@
package com.quark.quamera.util; package com.quark.quamera.util;
/* /*
* Copyright (C) 2005-2019 UCWeb Inc. All rights reserved.
* Description :
* *
* Creation : 20-11-13 * Creation : 20-11-13
* Author : jiaming.wjm@ * Author : jiaming.wjm@

View File

@ -1,9 +1,3 @@
/*
* Copyright (C) 2004 - 2016 UCWeb Inc. All Rights Reserved.
* Creation : 2016/5/5
* Author : lzm89888@
*/
package com.quark.quamera.util; package com.quark.quamera.util;
import android.text.TextUtils; import android.text.TextUtils;

View File

@ -1,7 +1,5 @@
package com.quark.quamerademo; package com.quark.quamerademo;
/* /*
* Copyright (C) 2005-2019 UCWeb Inc. All rights reserved.
* Description :
* *
* Creation : 20-11-25 * Creation : 20-11-25
* Author : jiaming.wjm@ * Author : jiaming.wjm@