Home | History | Annotate | Download | only in camera2raw

Lines Matching refs:mCaptureSession

275     private CameraCaptureSession mCaptureSession;
864 mCaptureSession) {
865 mCaptureSession.close();
866 mCaptureSession = null;
958 mCaptureSession = cameraCaptureSession;
1191 mCaptureSession.capture(mPreviewRequestBuilder.build(), mPreCaptureCallback,
1241 mCaptureSession.capture(request, mCaptureCallback, mBackgroundHandler);
1261 mCaptureSession.capture(mPreviewRequestBuilder.build(), mPreCaptureCallback,