Searched defs:startPreview (Results 1 - 13 of 13) sorted by relevance

/hardware/qcom/camera/QCamera/stack/mm-camera-test/src/
H A Dmm_qcamera_preview.c973 int startPreview(int cam_id) function
/hardware/ti/omap4xxx/camera/V4LCameraAdapter/
H A DV4LCameraAdapter.cpp285 status_t V4LCameraAdapter::startPreview() function in class:android::V4LCameraAdapter
/hardware/ti/omap4xxx/camera/
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/msm7k/libcamera/
H A DQualcommCameraHardware.cpp702 ALOGV("startPreview E");
705 ALOGE("startPreview is already in progress, doing nothing.");
713 // for startPreview() to be called in response to a raw or JPEG
729 ALOGE("startPreview X Camera state is %s, expecting QCS_IDLE!",
735 ALOGE("startPreview X initPreview failed. Not starting preview.");
755 ALOGE("startPreview failed: sensor error.");
759 ALOGV("startPreview X");
802 status_t QualcommCameraHardware::startPreview( function in class:android::QualcommCameraHardware
1295 // which startPreview() or takePicture() are called.
1349 // which startPreview() o
[all...]
/hardware/qcom/camera/QCamera/HAL/core/src/
H A DQCameraHWI.cpp974 status_t QCameraHardwareInterface::startPreview() function in class:android::QCameraHardwareInterface
984 LOGE("%s: HAL::startPreview begin", __func__);
993 LOGE("%s: received startPreview, but preview window = null", __func__);
1126 LOGI("startPreview: X");
/hardware/qcom/camera/
H A DQCameraHWI.cpp1006 status_t QCameraHardwareInterface::startPreview() function in class:android::QCameraHardwareInterface
1025 ALOGV("%s: HAL::startPreview begin", __func__);
1034 ALOGV("%s: received startPreview, but preview window = null", __func__);
1207 ALOGV("startPreview: X");
H A DQualcommCameraHardware.cpp2823 //startPreview is called again with the same ANativeWindow object (snapshot case). If the
3251 // startPreview call.
5257 ALOGV("startPreview X: preview already running.");
5276 ALOGE("startPreview X initPreview failed. Not starting preview.");
5288 ALOGE("startPreview X startRecording failed. Not starting preview.");
5346 ALOGE("startPreview X: native_start_ops: CAMERA_OPS_STREAMING_PREVIEW ioctl failed!");
5362 status_t QualcommCameraHardware::startPreview() function in class:android::QualcommCameraHardware
5365 ALOGV("startPreview E");
5368 /* startPreview has been called before setting the preview
5375 /* startPreview ha
[all...]
/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
/hardware/ti/omap4xxx/test/CameraHal/
H A Dcamera_test_menu.cpp462 camera->startPreview();
561 /** Callback for startPreview() */
592 camera->startPreview();
1054 int startPreview() { function
1087 camera->startPreview();
1431 camera->startPreview();
1441 if ( startPreview() < 0 ) {
1497 camera->startPreview();
1531 if ( startPreview() < 0 ) {
2141 if ( startPreview() <
[all...]
/hardware/qcom/camera/QCamera/stack/mm-camera-test/inc/
H A Dmm_qcamera_main_menu.h366 int8_t (*startPreview)(int ); member in struct:__anon558
/hardware/samsung_slsi/exynos5/libcamera/
H A DExynosCamera.cpp1161 bool ExynosCamera::startPreview(void) function in class:android::ExynosCamera
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();

Completed in 575 milliseconds