Home
last modified time | relevance | path

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

12

/hardware/qcom/camera/QCamera2/stack/mm-camera-test/src/
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 …]
/hardware/ti/omap4-aah/test/CameraHal/
Dcamera_test_script.cpp342 stopPreview(); in execute_functional_script()
358 stopPreview(); in execute_functional_script()
392 camera->stopPreview(); in execute_functional_script()
584 stopPreview(); in execute_functional_script()
632 stopPreview(); in execute_functional_script()
655 stopPreview(); in execute_functional_script()
811 stopPreview(); in execute_functional_script()
1132 camera->stopPreview(); in execute_functional_script()
1298 stopPreview(); in execute_functional_script()
1757 stopPreview(); in execute_error_script()
[all …]
Dcamera_test_menu.cpp792 stopPreview(); in notify()
2103 void stopPreview() { in stopPreview() function
2105 camera->stopPreview(); in stopPreview()
2728 stopPreview(); in functional_menu()
2744 stopPreview(); in functional_menu()
2776 camera->stopPreview(); in functional_menu()
2816 stopPreview(); in functional_menu()
2837 stopPreview(); in functional_menu()
3166 stopPreview(); in functional_menu()
3603 stopPreview(); in functional_menu()
[all …]
Dcamera_test.h251 void stopPreview();
/hardware/ti/omap4xxx/test/CameraHal/
Dcamera_test_script.cpp232 stopPreview(); in execute_functional_script()
306 camera->stopPreview(); in execute_functional_script()
447 stopPreview(); in execute_functional_script()
816 camera->stopPreview(); in execute_functional_script()
892 stopPreview(); in execute_functional_script()
1249 stopPreview(); in execute_error_script()
1302 stopPreview(); in execute_error_script()
Dcamera_test_menu.cpp675 stopPreview(); in notify()
1103 void stopPreview() { in stopPreview() function
1105 camera->stopPreview(); in stopPreview()
1456 stopPreview(); in functional_menu()
1505 camera->stopPreview(); in functional_menu()
2065 stopPreview(); in functional_menu()
2179 stopPreview(); in error_scenario()
2235 stopPreview(); in error_scenario()
2322 stopPreview(); in restartCamera()
Dcamera_test.h88 void stopPreview();
/hardware/ti/omap4xxx/camera/inc/V4LCameraAdapter/
DV4LCameraAdapter.h88 virtual status_t stopPreview();
/hardware/qcom/camera/QCamera2/HAL/test/
Dqcamera_test.cpp863 stopPreview(); in notify()
1687 stopPreview(); in ~CameraContext()
2415 status_t CameraContext::stopPreview() in stopPreview() function in qcamera::CameraContext
2421 mCamera->stopPreview(); in stopPreview()
2484 mCamera->stopPreview(); in nextPreviewSize()
2538 mCamera->stopPreview(); in setPreviewSize()
3411 stat = currentCamera->stopPreview(); in FunctionalTest()
3485 stat = currentCamera->stopPreview(); in FunctionalTest()
3496 stat = currentCamera->stopPreview(); in FunctionalTest()
3512 stat = currentCamera->stopPreview(); in FunctionalTest()
[all …]
Dqcamera_test.h73 status_t stopPreview();
/hardware/ti/omap4-aah/camera/inc/V4LCameraAdapter/
DV4LCameraAdapter.h123 virtual status_t stopPreview();
/hardware/qcom/camera/QCamera2/HAL/
DQCameraStateMachine.cpp1231 rc = m_parent->stopPreview(); in procEvtPreviewingState()
1315 rc = m_parent->stopPreview(); in procEvtPreviewingState()
1437 m_parent->stopPreview(); in procEvtPreviewingState()
1453 m_parent->stopPreview(); in procEvtPreviewingState()
1484 m_parent->stopPreview(); in procEvtPreviewingState()
1521 m_parent->stopPreview(); in procEvtPreviewingState()
1681 m_parent->stopPreview(); in procEvtPreviewingState()
2585 rc = m_parent->stopPreview(); in procEvtRecordingState()
2990 rc = m_parent->stopPreview(); in procEvtVideoPicTakingState()
3196 rc = m_parent->stopPreview(); in procEvtPreviewPicTakingState()
[all …]
DQCamera2HWI.h313 int stopPreview();
DQCamera2HWI.cpp3468 int QCamera2HardwareInterface::stopPreview() in stopPreview() function in qcamera::QCamera2HardwareInterface
3539 stopPreview(); in preStartRecording()
4331 stopPreview(); in preTakePicture()
4556 stopPreview(); in takePicture()
4656 stopPreview(); in takePicture()
5156 stopPreview(); in takeBackendPic_internal()
/hardware/ti/omap4xxx/camera/inc/
DBaseCameraAdapter.h109 virtual status_t stopPreview();
DCameraHal.h969 void stopPreview();
/hardware/ti/omap4-aah/camera/inc/
DBaseCameraAdapter.h122 virtual status_t stopPreview();
DCameraHal.h1152 void stopPreview();
/hardware/ti/omap4xxx/camera/V4LCameraAdapter/
DV4LCameraAdapter.cpp337 status_t V4LCameraAdapter::stopPreview() in stopPreview() function in android::V4LCameraAdapter
/hardware/ti/omap4xxx/camera/
DCameraHal_Module.cpp182 gCameraHals[ti_dev->cameraid]->stopPreview(); in camera_stop_preview()
DBaseCameraAdapter.cpp588 ret = stopPreview(); in sendCommand()
1572 status_t BaseCameraAdapter::stopPreview() in stopPreview() function in android::BaseCameraAdapter
/hardware/ti/omap4-aah/camera/
DCameraHal_Module.cpp253 gCameraHals[ti_dev->cameraid]->stopPreview(); in camera_stop_preview()
DBaseCameraAdapter.cpp700 ret = stopPreview(); in sendCommand()
1747 status_t BaseCameraAdapter::stopPreview() in stopPreview() function in Ti::Camera::BaseCameraAdapter
/hardware/ti/omap4xxx/camera/inc/OMXCameraAdapter/
DOMXCameraAdapter.h404 virtual status_t stopPreview();
/hardware/ti/omap4-aah/camera/V4LCameraAdapter/
DV4LCameraAdapter.cpp738 status_t V4LCameraAdapter::stopPreview() in stopPreview() function in Ti::Camera::V4LCameraAdapter

12