Searched refs:stopPreview (Results 1 - 22 of 22) sorted by relevance

/hardware/qcom/camera/QCamera2/HAL/test/
H A Dqcamera_test.h68 status_t stopPreview();
H A Dqcamera_test.cpp180 stopPreview();
421 stopPreview();
626 * FUNCTION : stopPreview
636 status_t CameraContext::stopPreview() function in class:qcamera::CameraContext
641 mCamera->stopPreview();
697 mCamera->stopPreview();
887 stat = currentCamera->stopPreview();
929 currentCamera->stopPreview();
/hardware/ti/omap4xxx/camera/inc/V4LCameraAdapter/
H A DV4LCameraAdapter.h88 virtual status_t stopPreview();
/hardware/qcom/camera/QCamera2/stack/mm-camera-test/src/
H A Dmm_qcamera_dual_test.c46 extern int stopPreview(int cam_id);
145 if( MM_CAMERA_OK != (rc = stopPreview(back_camera))) {
229 if( MM_CAMERA_OK != (rc = stopPreview(back_camera))) {
318 if( MM_CAMERA_OK != (rc = stopPreview(back_camera))) {
410 if( MM_CAMERA_OK != (rc = stopPreview(back_camera))) {
411 CDBG_ERROR("%s: stopPreview() backcamera err=%d\n", __func__, rc);
520 if( MM_CAMERA_OK != (rc = stopPreview(back_camera))) {
521 CDBG_ERROR("%s: stopPreview() backcamera err=%d\n", __func__, rc);
613 if( MM_CAMERA_OK != (rc = stopPreview(back_camera))) {
614 CDBG_ERROR("%s: stopPreview() backcamer
[all...]
/hardware/ti/omap4xxx/test/CameraHal/
H A Dcamera_test.h88 void stopPreview();
H A Dcamera_test_script.cpp232 stopPreview();
306 camera->stopPreview();
447 stopPreview();
816 camera->stopPreview();
892 stopPreview();
1249 stopPreview();
1302 stopPreview();
H A Dcamera_test_menu.cpp675 stopPreview();
1103 void stopPreview() { function
1105 camera->stopPreview();
1456 stopPreview();
1505 camera->stopPreview();
2065 stopPreview();
2179 stopPreview();
2235 stopPreview();
2322 stopPreview();
/hardware/samsung_slsi/exynos5/libcamera/
H A DExynosCameraHWInterface.h83 virtual void stopPreview();
H A DExynosCameraHWInterface.cpp371 void ExynosCameraHWInterface::stopPreview() function in class:android::ExynosCameraHWInterface
2534 && m_secCamera->stopPreview() == false)
2535 ALOGE("ERR(%s):Fail on m_secCamera->stopPreview()", __func__);
2537 ALOGV("DEBUG(%s):calling m_secCamera->stopPreview() and waiting", __func__);
2547 && m_secCamera->stopPreview() == false)
2548 ALOGE("ERR(%s):Fail on m_secCamera->stopPreview()", __func__);
3374 stopPreview();
4234 obj(dev)->stopPreview();
H A DExynosCamera.cpp1098 stopPreview();
1226 bool ExynosCamera::stopPreview(void) function in class:android::ExynosCamera
1240 // skip stopPreview
/hardware/ti/omap4xxx/camera/inc/
H A DBaseCameraAdapter.h109 virtual status_t stopPreview();
H A DCameraHal.h969 void stopPreview();
/hardware/qcom/camera/QCamera2/HAL/
H A DQCamera2HWI.h240 int stopPreview();
H A DQCameraStateMachine.cpp937 m_parent->stopPreview();
994 rc = m_parent->stopPreview();
2300 m_parent->stopPreview();
H A DQCamera2HWI.cpp1638 * FUNCTION : stopPreview
1648 int QCamera2HardwareInterface::stopPreview() function in class:qcamera::QCamera2HardwareInterface
/hardware/samsung_slsi/exynos5/include/
H A DExynosCamera.h334 bool stopPreview(void);
/hardware/ti/omap4xxx/camera/
H A DCameraHal_Module.cpp182 gCameraHals[ti_dev->cameraid]->stopPreview();
H A DBaseCameraAdapter.cpp588 ret = stopPreview();
1572 status_t BaseCameraAdapter::stopPreview() function in class:android::BaseCameraAdapter
H A DCameraHal.cpp1778 void CameraHal::stopPreview() function in class:android::CameraHal
1793 // Note: this is done so that when stopPreview is called by client after
2064 // Retain CAPTURE_MODE before calling stopPreview(), since it is reset in stopPreview().
3447 // according to javadoc...FD should be stopped in stopPreview
/hardware/ti/omap4xxx/camera/V4LCameraAdapter/
H A DV4LCameraAdapter.cpp337 status_t V4LCameraAdapter::stopPreview() function in class:android::V4LCameraAdapter
/hardware/ti/omap4xxx/camera/inc/OMXCameraAdapter/
H A DOMXCameraAdapter.h404 virtual status_t stopPreview();
/hardware/ti/omap4xxx/camera/OMXCameraAdapter/
H A DOMXCameraAdapter.cpp1923 status_t OMXCameraAdapter::stopPreview() function in class:android::OMXCameraAdapter
1954 // we should wait for the first frame to come before trying to stopPreview...if not

Completed in 882 milliseconds