Searched refs:mCaptureSession (Results 1 - 6 of 6) sorted by relevance

/packages/apps/Camera2/src/com/android/camera/processing/imagebackend/
H A DImageShadowTask.java50 private final CaptureSession mCaptureSession; field in class:ImageShadowTask
75 mCaptureSession = captureSession;
104 ProcessingResult finalResult = new ProcessingResult(true, mCaptureSession);
136 return mCaptureSession;
/packages/apps/Camera2/src/com/android/camera/one/v2/core/
H A DFrameServerImpl.java55 mCaptureSession.submitRequest(burstRequests, type);
76 private final FrameServer.Session mCaptureSession; field in class:FrameServerImpl
84 mCaptureSession = captureSession;
H A DTagDispatchCaptureSession.java100 private final CameraCaptureSessionProxy mCaptureSession; field in class:TagDispatchCaptureSession
106 mCaptureSession = captureSession;
152 mCaptureSession.setRepeatingBurst(captureRequests, new
155 mCaptureSession.captureBurst(captureRequests, new
/packages/apps/Camera2/src/com/android/camera/one/v2/errorhandling/
H A DFastCameraReset.java40 private final CameraCaptureSessionProxy mCaptureSession; field in class:FastCameraReset
49 mCaptureSession = captureSession;
64 mCaptureSession.abortCaptures();
/packages/apps/Camera2/src/com/android/camera/one/v2/
H A DOneCameraZslImpl.java167 private CameraCaptureSession mCaptureSession; field in class:OneCameraZslImpl
583 mCaptureSession.stopRepeating();
680 if (mCaptureSession != null) {
681 mCaptureSession.abortCaptures();
682 mCaptureSession = null;
696 mCaptureSession = session;
780 mCaptureSession.setRepeatingRequest(builder.build(), mCaptureManager, mCameraHandler);
827 mCaptureSession.capture(builder.build(), mCaptureManager, mCameraHandler);
856 mCaptureSession.setRepeatingRequest(builder.build(), mCaptureManager, mCameraHandler);
888 mCaptureSession
[all...]
H A DOneCameraImpl.java277 private CameraCaptureSession mCaptureSession; field in class:OneCameraImpl
415 mCaptureSession.capture(request, mCaptureCallback, mCameraHandler);
440 if (mCaptureSession != null) {
441 mCaptureSession.abortCaptures();
543 if (mCaptureSession != null) {
544 mCaptureSession.abortCaptures();
545 mCaptureSession = null;
560 mCaptureSession = session;
616 mCaptureSession.setRepeatingRequest(builder.build(), mCaptureCallback,
640 mCaptureSession
[all...]

Completed in 133 milliseconds