Home
last modified time | relevance | path

Searched refs:captureSession (Results 1 – 17 of 17) sorted by relevance

/packages/apps/Camera2/src/com/android/camera/burst/
DBurstFacadeImpl.java133 CaptureSession captureSession = captureSessionCreator.createAndStartEmpty(); in startBurst() local
134 mActiveStackSaver = captureSession.getStackSaver(); in startBurst()
158 captureSession); in startBurst()
DBurstController.java106 CaptureSession captureSession); in startBurst() argument
/packages/apps/Camera2/src/com/android/camera/processing/imagebackend/
DImageBackend.java605 for (CaptureSession captureSession : sessionSet) { in initializeTaskDone()
607 protocol.setCount(sessionTaskCount.get(captureSession)); in initializeTaskDone()
609 shadowTask = new ImageShadowTask(protocol, captureSession, in initializeTaskDone()
611 mShadowTaskMap.put(captureSession, shadowTask); in initializeTaskDone()
DImageShadowTask.java73 CaptureSession captureSession, Optional<Runnable> runnableWhenDone) { in ImageShadowTask() argument
75 mCaptureSession = captureSession; in ImageShadowTask()
DTaskPreviewChainedJpeg.java48 CaptureSession captureSession, in TaskPreviewChainedJpeg() argument
51 super(image, executor, imageTaskManager, ProcessingPriority.AVERAGE, captureSession, in TaskPreviewChainedJpeg()
DTaskChainedCompressImageToJpeg.java41 ImageTaskManager imageTaskManager, CaptureSession captureSession) { in TaskChainedCompressImageToJpeg() argument
42 super(image, executor, imageTaskManager, ProcessingPriority.SLOW, captureSession); in TaskChainedCompressImageToJpeg()
DTaskImageContainer.java183 ProcessingPriority preferredLane, CaptureSession captureSession) { in TaskImageContainer() argument
189 mSession = captureSession; in TaskImageContainer()
DTaskJpegEncode.java66 TaskImageContainer.ProcessingPriority preferredLane, CaptureSession captureSession) { in TaskJpegEncode() argument
67 super(image, executor, imageTaskManager, preferredLane, captureSession); in TaskJpegEncode()
DTaskCompressImageToJpeg.java75 CaptureSession captureSession, in TaskCompressImageToJpeg() argument
77 super(image, executor, imageTaskManager, ProcessingPriority.SLOW, captureSession); in TaskCompressImageToJpeg()
DImageConsumer.java86 Set<ImageTaskFlags> processingFlags, CaptureSession captureSession, in receiveImage() argument
DTaskConvertImageToRGBPreview.java94 CaptureSession captureSession, Size targetSize, ThumbnailShape thumbnailShape) { in TaskConvertImageToRGBPreview() argument
95 super(image, executor, imageTaskManager, processingPriority, captureSession); in TaskConvertImageToRGBPreview()
/packages/apps/Camera2/src/com/android/camera/one/v2/errorhandling/
DRepeatFailureHandlerComponent.java49 FatalErrorHandler fatalErrorHandler, CameraCaptureSessionProxy captureSession, in create() argument
52 FastCameraReset fastCameraReset = new FastCameraReset(logFactory, captureSession, in create()
DFastCameraReset.java45 FastCameraReset(Logger.Factory logFactory, CameraCaptureSessionProxy captureSession, in FastCameraReset() argument
49 mCaptureSession = captureSession; in FastCameraReset()
/packages/apps/Camera2/src/com/android/camera/one/v2/core/
DFrameServerImpl.java83 public FrameServerImpl(FrameServer.Session captureSession) { in FrameServerImpl() argument
84 mCaptureSession = captureSession; in FrameServerImpl()
DTagDispatchCaptureSession.java104 public TagDispatchCaptureSession(CameraCaptureSessionProxy captureSession, Handler in TagDispatchCaptureSession() argument
106 mCaptureSession = captureSession; in TagDispatchCaptureSession()
/packages/apps/Camera2/src/com/android/camera/one/v2/initialization/
DPreviewStarter.java89 CameraCaptureSessionProxy captureSession) throws Exception { in startPreview()
90 mSessionListener.onCameraCaptureSessionCreated(captureSession, surface); in startPreview()
/packages/apps/Camera2/src_pd/com/android/camera/burst/
DBurstControllerImpl.java47 CaptureSession captureSession) { in startBurst() argument