/packages/apps/Camera2/src/com/android/camera/one/v2/core/ |
H A D | FrameServerImpl.java | 80 * @param captureSession The underlying session to manage access to. Note 83 public FrameServerImpl(FrameServer.Session captureSession) { argument 84 mCaptureSession = captureSession;
|
H A D | TagDispatchCaptureSession.java | 104 public TagDispatchCaptureSession(CameraCaptureSessionProxy captureSession, Handler argument 106 mCaptureSession = captureSession;
|
/packages/apps/Camera2/src/com/android/camera/one/v2/errorhandling/ |
H A D | FastCameraReset.java | 45 FastCameraReset(Logger.Factory logFactory, CameraCaptureSessionProxy captureSession, argument 49 mCaptureSession = captureSession;
|
H A D | RepeatFailureHandlerComponent.java | 49 FatalErrorHandler fatalErrorHandler, CameraCaptureSessionProxy captureSession, 52 FastCameraReset fastCameraReset = new FastCameraReset(logFactory, captureSession, 48 create(Logger.Factory logFactory, FatalErrorHandler fatalErrorHandler, CameraCaptureSessionProxy captureSession, CameraCommandExecutor commandExecutor, Runnable previewStarter, UsageStatistics usageStats, int consecutiveFailureThreshold) argument
|
/packages/apps/Camera2/src/com/android/camera/burst/ |
H A D | BurstController.java | 99 * @param captureSession the capture session associated with the burst. 106 CaptureSession captureSession); 103 startBurst(SurfaceTexture surfaceTexture, ImageStreamProperties imageStreamProperties, BurstResultsListener burstResultsListener, CaptureSession captureSession) argument
|
H A D | BurstFacadeImpl.java | 133 CaptureSession captureSession = captureSessionCreator.createAndStartEmpty(); 134 mActiveStackSaver = captureSession.getStackSaver(); 158 captureSession);
|
/packages/apps/Camera2/src_pd/com/android/camera/burst/ |
H A D | BurstControllerImpl.java | 47 CaptureSession captureSession) { 44 startBurst(SurfaceTexture surfaceTexture, ImageStreamProperties imageStreamProperties, BurstResultsListener resultsListener, CaptureSession captureSession) argument
|
/packages/apps/Camera2/src/com/android/camera/one/v2/initialization/ |
H A D | PreviewStarter.java | 89 CameraCaptureSessionProxy captureSession) throws Exception { 90 mSessionListener.onCameraCaptureSessionCreated(captureSession, surface);
|
/packages/apps/Camera2/src/com/android/camera/processing/imagebackend/ |
H A D | ImageShadowTask.java | 62 * @param captureSession the capture session associated with this shadow 73 CaptureSession captureSession, Optional<Runnable> runnableWhenDone) { 75 mCaptureSession = captureSession; 72 ImageShadowTask(ImageBackend.BlockSignalProtocol protocol, CaptureSession captureSession, Optional<Runnable> runnableWhenDone) argument
|
H A D | TaskPreviewChainedJpeg.java | 42 * @param captureSession Capture session that bound to this image 48 CaptureSession captureSession, 51 super(image, executor, imageTaskManager, ProcessingPriority.AVERAGE, captureSession, 45 TaskPreviewChainedJpeg(ImageToProcess image, Executor executor, ImageTaskManager imageTaskManager, CaptureSession captureSession, Size targetSize, LruResourcePool<Integer, ByteBuffer> byteBufferResourcePool) argument
|
H A D | TaskChainedCompressImageToJpeg.java | 41 ImageTaskManager imageTaskManager, CaptureSession captureSession) { 42 super(image, executor, imageTaskManager, ProcessingPriority.SLOW, captureSession); 40 TaskChainedCompressImageToJpeg(ImageToProcess image, Executor executor, ImageTaskManager imageTaskManager, CaptureSession captureSession) argument
|
H A D | ImageConsumer.java | 86 Set<ImageTaskFlags> processingFlags, CaptureSession captureSession, 103 Set<ImageTaskFlags> processingFlags, CaptureSession captureSession) 85 receiveImage(ImageToProcess img, Executor executor, Set<ImageTaskFlags> processingFlags, CaptureSession captureSession, Optional<ImageProcessorListener> imageProcessorListener) argument
|
H A D | TaskImageContainer.java | 179 * @param captureSession Session that handles image processing events 183 ProcessingPriority preferredLane, CaptureSession captureSession) { 189 mSession = captureSession; 181 TaskImageContainer(ImageToProcess image, @Nullable Executor Executor, ImageTaskManager imageTaskManager, ProcessingPriority preferredLane, CaptureSession captureSession) argument
|
H A D | TaskJpegEncode.java | 62 * @param captureSession Session associated for UI handling 66 TaskImageContainer.ProcessingPriority preferredLane, CaptureSession captureSession) { 67 super(image, executor, imageTaskManager, preferredLane, captureSession); 64 TaskJpegEncode(ImageToProcess image, Executor executor, ImageTaskManager imageTaskManager, TaskImageContainer.ProcessingPriority preferredLane, CaptureSession captureSession) argument
|
H A D | ImageBackend.java | 605 for (CaptureSession captureSession : sessionSet) { 607 protocol.setCount(sessionTaskCount.get(captureSession)); 609 shadowTask = new ImageShadowTask(protocol, captureSession, 611 mShadowTaskMap.put(captureSession, shadowTask);
|
H A D | TaskCompressImageToJpeg.java | 71 * @param captureSession Handler for UI/Disk events 75 CaptureSession captureSession, 77 super(image, executor, imageTaskManager, ProcessingPriority.SLOW, captureSession); 73 TaskCompressImageToJpeg(ImageToProcess image, Executor executor, ImageTaskManager imageTaskManager, CaptureSession captureSession, LruResourcePool<Integer, ByteBuffer> byteBufferResourcePool) argument
|
H A D | TaskConvertImageToRGBPreview.java | 86 * @param captureSession Capture session that bound to this image 94 CaptureSession captureSession, Size targetSize, ThumbnailShape thumbnailShape) { 95 super(image, executor, imageTaskManager, processingPriority, captureSession); 92 TaskConvertImageToRGBPreview(ImageToProcess image, Executor executor, ImageTaskManager imageTaskManager, ProcessingPriority processingPriority, CaptureSession captureSession, Size targetSize, ThumbnailShape thumbnailShape) argument
|