/packages/apps/Camera2/src/com/android/camera/burst/ |
D | BurstFacadeImpl.java | 133 CaptureSession captureSession = captureSessionCreator.createAndStartEmpty(); in startBurst() local 134 mActiveStackSaver = captureSession.getStackSaver(); in startBurst() 158 captureSession); in startBurst()
|
D | BurstController.java | 106 CaptureSession captureSession); in startBurst() argument
|
/packages/apps/Camera2/src/com/android/camera/processing/imagebackend/ |
D | ImageBackend.java | 605 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()
|
D | ImageShadowTask.java | 73 CaptureSession captureSession, Optional<Runnable> runnableWhenDone) { in ImageShadowTask() argument 75 mCaptureSession = captureSession; in ImageShadowTask()
|
D | TaskPreviewChainedJpeg.java | 48 CaptureSession captureSession, in TaskPreviewChainedJpeg() argument 51 super(image, executor, imageTaskManager, ProcessingPriority.AVERAGE, captureSession, in TaskPreviewChainedJpeg()
|
D | TaskChainedCompressImageToJpeg.java | 41 ImageTaskManager imageTaskManager, CaptureSession captureSession) { in TaskChainedCompressImageToJpeg() argument 42 super(image, executor, imageTaskManager, ProcessingPriority.SLOW, captureSession); in TaskChainedCompressImageToJpeg()
|
D | TaskImageContainer.java | 183 ProcessingPriority preferredLane, CaptureSession captureSession) { in TaskImageContainer() argument 189 mSession = captureSession; in TaskImageContainer()
|
D | TaskJpegEncode.java | 66 TaskImageContainer.ProcessingPriority preferredLane, CaptureSession captureSession) { in TaskJpegEncode() argument 67 super(image, executor, imageTaskManager, preferredLane, captureSession); in TaskJpegEncode()
|
D | TaskCompressImageToJpeg.java | 75 CaptureSession captureSession, in TaskCompressImageToJpeg() argument 77 super(image, executor, imageTaskManager, ProcessingPriority.SLOW, captureSession); in TaskCompressImageToJpeg()
|
D | ImageConsumer.java | 86 Set<ImageTaskFlags> processingFlags, CaptureSession captureSession, in receiveImage() argument
|
D | TaskConvertImageToRGBPreview.java | 94 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/ |
D | RepeatFailureHandlerComponent.java | 49 FatalErrorHandler fatalErrorHandler, CameraCaptureSessionProxy captureSession, in create() argument 52 FastCameraReset fastCameraReset = new FastCameraReset(logFactory, captureSession, in create()
|
D | FastCameraReset.java | 45 FastCameraReset(Logger.Factory logFactory, CameraCaptureSessionProxy captureSession, in FastCameraReset() argument 49 mCaptureSession = captureSession; in FastCameraReset()
|
/packages/apps/Camera2/src/com/android/camera/one/v2/core/ |
D | FrameServerImpl.java | 83 public FrameServerImpl(FrameServer.Session captureSession) { in FrameServerImpl() argument 84 mCaptureSession = captureSession; in FrameServerImpl()
|
D | TagDispatchCaptureSession.java | 104 public TagDispatchCaptureSession(CameraCaptureSessionProxy captureSession, Handler in TagDispatchCaptureSession() argument 106 mCaptureSession = captureSession; in TagDispatchCaptureSession()
|
/packages/apps/Camera2/src/com/android/camera/one/v2/initialization/ |
D | PreviewStarter.java | 89 CameraCaptureSessionProxy captureSession) throws Exception { in startPreview() 90 mSessionListener.onCameraCaptureSessionCreated(captureSession, surface); in startPreview()
|
/packages/apps/Camera2/src_pd/com/android/camera/burst/ |
D | BurstControllerImpl.java | 47 CaptureSession captureSession) { in startBurst() argument
|