Home | History | Annotate | Download | only in camera2raw

Lines Matching defs:mCaptureSession

275     private CameraCaptureSession mCaptureSession;
866 if (null != mCaptureSession) {
867 mCaptureSession.close();
868 mCaptureSession = null;
960 mCaptureSession = cameraCaptureSession;
1193 mCaptureSession.capture(mPreviewRequestBuilder.build(), mPreCaptureCallback,
1243 mCaptureSession.capture(request, mCaptureCallback, mBackgroundHandler);
1263 mCaptureSession.capture(mPreviewRequestBuilder.build(), mPreCaptureCallback,