Home
last modified time | relevance | path

Searched refs:stopPreview (Results 1 – 25 of 49) sorted by relevance

12

/aosp12/hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-test/src/
H A Dmm_qcamera_dual_test.c43 extern int stopPreview(int cam_id);
142 if( MM_CAMERA_OK != (rc = stopPreview(back_camera))) { in mm_app_dtc_0()
226 if( MM_CAMERA_OK != (rc = stopPreview(back_camera))) { in mm_app_dtc_1()
315 if( MM_CAMERA_OK != (rc = stopPreview(back_camera))) { in mm_app_dtc_2()
407 if( MM_CAMERA_OK != (rc = stopPreview(back_camera))) { in mm_app_dtc_3()
517 if( MM_CAMERA_OK != (rc = stopPreview(back_camera))) { in mm_app_dtc_4()
610 if( MM_CAMERA_OK != (rc = stopPreview(back_camera))) { in mm_app_dtc_5()
718 if( MM_CAMERA_OK != (rc = stopPreview(back_camera))) { in mm_app_dtc_6()
855 if( MM_CAMERA_OK != (rc = stopPreview(back_camera))) { in back_thread()
1170 if( MM_CAMERA_OK != (rc = stopPreview(back_camera))) { in mm_app_dtc_13()
[all …]
/aosp12/packages/apps/LegacyCamera/src/com/android/camera/
H A DEffectsRecorder.java472 mCameraDevice.stopPreview(); in initializeEffect()
584 mCameraDevice.stopPreview();
598 mCameraDevice.stopPreview();
721 public synchronized void stopPreview() { in stopPreview() method in EffectsRecorder
740 mCameraDevice.stopPreview(); in stopPreview()
852 stopPreview(); in release()
H A DCameraHolder.java173 mCameraDevice.stopPreview(); in release()
H A DCamera.java1593 stopPreview(); in onPause()
1814 stopPreview(); in surfaceDestroyed()
1858 if (mCameraState != PREVIEW_STOPPED) stopPreview(); in startPreview()
1897 private void stopPreview() { in stopPreview() method in Camera
1901 mCameraDevice.stopPreview(); in stopPreview()
H A DVideoCamera.java915 mCameraDevice.stopPreview(); in startPreview()
2143 mCameraDevice.stopPreview(); in onSharedPreferenceChanged()
2171 mEffectsRecorder.stopPreview(); in updateEffectSelection()
2186 mCameraDevice.stopPreview(); in updateEffectSelection()
/aosp12/packages/apps/Camera2/src/com/android/camera/
H A DVideoController.java35 public void stopPreview(); in stopPreview() method
H A DPhotoController.java49 public void stopPreview(); in stopPreview() method
H A DVideoModule.java925 stopPreview(); in startPreview()
982 public void stopPreview() { in stopPreview() method in VideoModule
993 mCameraDevice.stopPreview(); in stopPreview()
1498 stopPreview(); in stopVideoRecording()
1525 stopPreview(); in stopVideoRecording()
1780 stopPreview(); in pause()
1985 stopPreview(); in onPreviewUIDestroyed()
H A DPhotoModule.java467 stopPreview(); in onPreviewUIDestroyed()
873 stopPreview(); in onPictureTaken()
1554 stopPreview(); in pause()
1836 public void stopPreview() { in stopPreview() method in PhotoModule
1839 mCameraDevice.stopPreview(); in stopPreview()
/aosp12/hardware/qcom/camera/msm8998/QCamera2/HAL/test/
H A Dqcamera_test.cpp852 stopPreview(); in notify()
1675 stopPreview(); in ~CameraContext()
2403 status_t CameraContext::stopPreview() in stopPreview() function in qcamera::CameraContext
2409 mCamera->stopPreview(); in stopPreview()
2472 mCamera->stopPreview(); in nextPreviewSize()
2526 mCamera->stopPreview(); in setPreviewSize()
3399 stat = currentCamera->stopPreview(); in FunctionalTest()
3473 stat = currentCamera->stopPreview(); in FunctionalTest()
3484 stat = currentCamera->stopPreview(); in FunctionalTest()
3500 stat = currentCamera->stopPreview(); in FunctionalTest()
[all …]
H A Dqcamera_test.h73 status_t stopPreview();
/aosp12/frameworks/av/camera/include/camera/android/hardware/
H A DICamera.h83 virtual void stopPreview() = 0;
/aosp12/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DGetBitmapActivity.java100 mCamera.stopPreview(); in onSurfaceTextureDestroyed()
H A DGetBitmapSurfaceViewActivity.java133 mCamera.stopPreview(); in surfaceDestroyed()
H A DTextureViewActivity.java153 mCamera.stopPreview(); in onSurfaceTextureDestroyed()
/aosp12/frameworks/av/camera/
H A DCamera.cpp148 void Camera::stopPreview() in stopPreview() function in android::Camera
153 c->stopPreview(); in stopPreview()
H A DICamera.cpp138 void stopPreview() in stopPreview() function in android::hardware::BpCamera
394 stopPreview(); in onTransact()
/aosp12/frameworks/rs/tests/java_api/LivePreview/src/com/android/rs/livepreview/
H A DCameraPreviewActivity.java247 mCamera.stopPreview(); in shutdownCamera()
258 mCamera.stopPreview(); in startPreview()
/aosp12/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/helpers/
H A DCameraTestHelper.java125 mCamera.stopPreview(); in capturePhoto()
/aosp12/hardware/qcom/camera/msm8998/QCamera2/HAL/
H A DQCameraStateMachine.cpp1239 rc = m_parent->stopPreview(); in procEvtPreviewingState()
1323 rc = m_parent->stopPreview(); in procEvtPreviewingState()
1445 m_parent->stopPreview(); in procEvtPreviewingState()
1461 m_parent->stopPreview(); in procEvtPreviewingState()
1492 m_parent->stopPreview(); in procEvtPreviewingState()
1529 m_parent->stopPreview(); in procEvtPreviewingState()
1699 m_parent->stopPreview(); in procEvtPreviewingState()
2630 rc = m_parent->stopPreview(); in procEvtRecordingState()
3041 rc = m_parent->stopPreview(); in procEvtVideoPicTakingState()
3253 rc = m_parent->stopPreview(); in procEvtPreviewPicTakingState()
[all …]
/aosp12/frameworks/av/camera/include/camera/
H A DCamera.h99 void stopPreview();
/aosp12/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/stress/
H A DCamera2StillCaptureTest.java373 stopPreview(); in takePictureTestByCamera()
464 stopPreview(); in fullRawCaptureTestByCamera()
/aosp12/frameworks/av/services/camera/libcameraservice/api1/
H A DCamera2Client.h67 virtual void stopPreview();
/aosp12/frameworks/av/camera/tests/
H A DCameraZSLTests.cpp293 cameraDevice->stopPreview(); in TEST_F()
/aosp12/hardware/interfaces/camera/device/1.0/default/
H A DCameraDevice_1_0.h89 Return<void> stopPreview() override;

12