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

/hardware/qcom/camera/QCamera2/stack/mm-camera-test/src/
H A Dmm_qcamera_dual_test.c116 CDBG_ERROR("%s: back camera startPreview() err=%d\n", __func__, rc);
123 if( MM_CAMERA_OK != (rc = startPreview(back_camera))) {
124 CDBG_ERROR("%s: startPreview() backcamera err=%d\n", __func__, rc);
132 CDBG_ERROR("%s: startPreview() backcamera err=%d\n", __func__, rc);
146 CDBG("%s: startPreview() err=%d\n", __func__, rc);
206 CDBG_ERROR("%s: back camera startPreview() err=%d\n", __func__, rc);
214 if( MM_CAMERA_OK != (rc = startPreview(back_camera))) {
215 CDBG_ERROR("%s: startPreview() backcamera err=%d\n", __func__, rc);
224 CDBG_ERROR("%s: startPreview() backcamera err=%d\n", __func__, rc);
230 CDBG("%s: startPreview() er
[all...]
/hardware/qcom/camera/QCamera2/HAL/test/
H A Dqcamera_test.h67 status_t startPreview();
H A Dqcamera_test.cpp509 * FUNCTION : startPreview
519 status_t CameraContext::startPreview() function in class:qcamera::CameraContext
548 ret |= mCamera->startPreview();
667 ret = mCamera->startPreview();
699 mCamera->startPreview();
881 stat = currentCamera->startPreview();
/hardware/ti/omap4xxx/camera/inc/V4LCameraAdapter/
H A DV4LCameraAdapter.h87 virtual status_t startPreview();
/hardware/ti/omap4xxx/test/CameraHal/
H A Dcamera_test.h87 int startPreview();
H A Dcamera_test_script.cpp164 status_t ret = camera->startPreview();
167 printf("startPreview failed %d..", ret);
223 if ( startPreview() < 0 ) {
308 camera->startPreview();
338 if ( startPreview() < 0 ) {
818 camera->startPreview();
1221 if ( startPreview() < 0 ) {
1295 if ( startPreview() < 0 ) {
H A Dcamera_test_menu.cpp464 camera->startPreview();
563 /** Callback for startPreview() */
594 camera->startPreview();
1060 int startPreview() { function
1093 camera->startPreview();
1437 camera->startPreview();
1447 if ( startPreview() < 0 ) {
1507 camera->startPreview();
1541 if ( startPreview() < 0 ) {
2151 if ( startPreview() <
[all...]
/hardware/samsung_slsi/exynos5/libcamera/
H A DExynosCameraHWInterface.h82 virtual status_t startPreview();
H A DExynosCameraHWInterface.cpp327 status_t ExynosCameraHWInterface::startPreview() function in class:android::ExynosCameraHWInterface
2456 if (m_secCamera->startPreview() == false) {
2457 ALOGE("ERR(%s):Fail on m_secCamera->startPreview()", __func__);
4225 return obj(dev)->startPreview();
H A DExynosCamera.cpp1161 bool ExynosCamera::startPreview(void) function in class:android::ExynosCamera
/hardware/ti/omap4xxx/camera/inc/
H A DBaseCameraAdapter.h106 virtual status_t startPreview();
H A DCameraHal.h959 int startPreview();
1202 //Timestamp of the startPreview command
/hardware/qcom/camera/QCamera2/HAL/
H A DQCamera2HWI.h239 int startPreview();
H A DQCameraStateMachine.cpp396 rc = m_parent->startPreview();
415 rc = m_parent->startPreview();
598 rc = m_parent->startPreview();
943 rc = m_parent->startPreview();
2306 rc = m_parent->startPreview();
H A DQCamera2HWI.cpp1613 * FUNCTION : startPreview
1623 int QCamera2HardwareInterface::startPreview() function in class:qcamera::QCamera2HardwareInterface
/hardware/samsung_slsi/exynos5/include/
H A DExynosCamera.h332 bool startPreview(void);
/hardware/ti/omap4xxx/camera/
H A DCameraHal_Module.cpp166 rv = gCameraHals[ti_dev->cameraid]->startPreview();
H A DBaseCameraAdapter.cpp560 ret = startPreview();
1561 status_t BaseCameraAdapter::startPreview() function in class:android::BaseCameraAdapter
H A DCameraHal.cpp955 // will be called in startPreview()
1050 // If preview is not started yet, Video Mode parameters will take effect on next startPreview()
1428 status_t CameraHal::startPreview() function in class:android::CameraHal
1752 ret = startPreview();
2086 ret = startPreview();
/hardware/ti/omap4xxx/camera/V4LCameraAdapter/
H A DV4LCameraAdapter.cpp285 status_t V4LCameraAdapter::startPreview() function in class:android::V4LCameraAdapter
/hardware/ti/omap4xxx/camera/inc/OMXCameraAdapter/
H A DOMXCameraAdapter.h403 virtual status_t startPreview();
932 //stop-/startPreview
/hardware/ti/omap4xxx/camera/OMXCameraAdapter/
H A DOMXCameraAdapter.cpp1763 status_t OMXCameraAdapter::startPreview() function in class:android::OMXCameraAdapter
1897 // startPreview will be the 0th reference frame
1938 // Something happened in CameraHal between UseBuffers and startPreview

Completed in 2326 milliseconds