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

/packages/apps/Camera2/src/com/android/camera/one/v2/core/
H A DFrameServerImpl.java80 * @param captureSession The underlying session to manage access to. Note
83 public FrameServerImpl(FrameServer.Session captureSession) { argument
84 mCaptureSession = captureSession;
H A DTagDispatchCaptureSession.java104 public TagDispatchCaptureSession(CameraCaptureSessionProxy captureSession, Handler argument
106 mCaptureSession = captureSession;
/packages/apps/Camera2/src/com/android/camera/one/v2/errorhandling/
H A DFastCameraReset.java45 FastCameraReset(Logger.Factory logFactory, CameraCaptureSessionProxy captureSession, argument
49 mCaptureSession = captureSession;
H A DRepeatFailureHandlerComponent.java49 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 DBurstController.java99 * @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 DBurstFacadeImpl.java133 CaptureSession captureSession = captureSessionCreator.createAndStartEmpty();
134 mActiveStackSaver = captureSession.getStackSaver();
158 captureSession);
/packages/apps/Camera2/src_pd/com/android/camera/burst/
H A DBurstControllerImpl.java47 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 DPreviewStarter.java89 CameraCaptureSessionProxy captureSession) throws Exception {
90 mSessionListener.onCameraCaptureSessionCreated(captureSession, surface);
/packages/apps/Camera2/src/com/android/camera/processing/imagebackend/
H A DImageShadowTask.java62 * @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 DTaskPreviewChainedJpeg.java42 * @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 DTaskChainedCompressImageToJpeg.java41 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 DImageConsumer.java86 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 DTaskImageContainer.java179 * @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 DTaskJpegEncode.java62 * @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 DImageBackend.java605 for (CaptureSession captureSession : sessionSet) {
607 protocol.setCount(sessionTaskCount.get(captureSession));
609 shadowTask = new ImageShadowTask(protocol, captureSession,
611 mShadowTaskMap.put(captureSession, shadowTask);
H A DTaskCompressImageToJpeg.java71 * @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 DTaskConvertImageToRGBPreview.java86 * @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

Completed in 163 milliseconds