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

12

/hardware/qcom/camera/QCamera2/stack/mm-camera-test/src/
H A Dmm_qcamera_dual_test.c113 LOGE(" back camera startPreview() err=%d\n", rc);
120 if( MM_CAMERA_OK != (rc = startPreview(back_camera))) {
121 LOGE(" startPreview() backcamera err=%d\n", rc);
129 LOGE(" startPreview() backcamera err=%d\n", rc);
143 LOGD(" startPreview() err=%d\n", rc);
203 LOGE(" back camera startPreview() err=%d\n", rc);
211 if( MM_CAMERA_OK != (rc = startPreview(back_camera))) {
212 LOGE(" startPreview() backcamera err=%d\n", rc);
221 LOGE(" startPreview() backcamera err=%d\n", rc);
227 LOGD(" startPreview() er
[all...]
/hardware/ti/omap4-aah/test/CameraHal/
H A Dcamera_test_script.cpp272 status_t ret = camera->startPreview();
275 printf("startPreview failed %d..", ret);
331 if ( startPreview() < 0 ) {
394 camera->startPreview();
452 if ( startPreview() < 0 ) {
634 startPreview();
657 startPreview();
1134 camera->startPreview();
1729 if ( startPreview() < 0 ) {
1803 if ( startPreview() <
[all...]
H A Dcamera_test_menu.cpp572 camera->startPreview();
672 /** Callback for startPreview() */
708 camera->startPreview();
1275 int startPreview() { function
1364 camera->startPreview();
2706 camera->startPreview();
2717 if ( startPreview() < 0 ) {
2778 camera->startPreview();
2818 startPreview();
2839 startPreview();
[all...]
H A Dcamera_test.h250 int 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/ti/omap4-aah/camera/inc/V4LCameraAdapter/
H A DV4LCameraAdapter.h122 virtual status_t startPreview();
/hardware/ti/omap4-aah/camera/inc/
H A DBaseCameraAdapter.h119 virtual status_t startPreview();
H A DCameraHal.h1122 int startPreview();
1433 //Timestamp of the startPreview command
/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/test/
H A Dqcamera_test.cpp1839 * FUNCTION : startPreview
1849 status_t CameraContext::startPreview() function in class:qcamera::CameraContext
1940 ret |= mCamera->startPreview();
2450 ret = mCamera->startPreview();
2486 mCamera->startPreview();
2540 mCamera->startPreview();
3405 stat = currentCamera->startPreview();
3487 stat = currentCamera->startPreview();
3498 stat = currentCamera->startPreview();
3514 stat = currentCamera->startPreview();
[all...]
H A Dqcamera_test.h72 status_t startPreview();
/hardware/qcom/camera/QCamera2/HAL/
H A DQCameraStateMachine.cpp527 rc = m_parent->startPreview();
552 rc = m_parent->startPreview();
787 rc = m_parent->startPreview();
922 rc = m_parent->startPreview();
940 rc = m_parent->startPreview();
1255 rc = m_parent->startPreview();
1442 rc = m_parent->startPreview();
1488 temp_rc = m_parent->startPreview();
1530 rc = m_parent->startPreview();
1555 rc = m_parent->startPreview();
[all...]
H A DQCamera2HWI.h312 int startPreview();
/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/omap4-aah/camera/
H A DCameraHal_Module.cpp237 rv = gCameraHals[ti_dev->cameraid]->startPreview();
H A DBaseCameraAdapter.cpp672 ret = startPreview();
1736 status_t BaseCameraAdapter::startPreview() function in class:Ti::Camera::BaseCameraAdapter
/hardware/ti/omap4-aah/camera/V4LCameraAdapter/
H A DV4LCameraAdapter.cpp695 status_t V4LCameraAdapter::startPreview() function in class:Ti::Camera::V4LCameraAdapter
/hardware/ti/omap4xxx/camera/inc/OMXCameraAdapter/
H A DOMXCameraAdapter.h403 virtual status_t startPreview();
932 //stop-/startPreview

Completed in 325 milliseconds

12