Home
last modified time | relevance | path

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

/system/extras/power_profile/camera_avg/Application/src/main/java/com/example/android/powerprofile/cameraavg/
DCameraAvgFragment.java172 private CameraCaptureSession mCaptureSession; field in CameraAvgFragment
641 if (null != mCaptureSession) { in closeCamera()
642 mCaptureSession.close(); in closeCamera()
643 mCaptureSession = null; in closeCamera()
715 mCaptureSession = cameraCaptureSession; in createCameraPreviewSession()
725 mCaptureSession.setRepeatingRequest(mPreviewRequest, in createCameraPreviewSession()
794 mCaptureSession.capture(mPreviewRequestBuilder.build(), mCaptureCallback, in lockFocus()
812 mCaptureSession.capture(mPreviewRequestBuilder.build(), mCaptureCallback, in runPrecaptureSequence()
855 mCaptureSession.stopRepeating(); in captureStillPicture()
856 mCaptureSession.capture(captureBuilder.build(), CaptureCallback, null); in captureStillPicture()
[all …]