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

/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/ti/omap4-aah/camera/
H A DBaseCameraAdapter.cpp672 ret = startPreview();
1736 status_t BaseCameraAdapter::startPreview() function in class:Ti::Camera::BaseCameraAdapter
H A DCameraHal.cpp1249 // will be called in startPreview()
1285 // If preview is not started yet, Video Mode parameters will take effect on next startPreview()
1721 status_t CameraHal::startPreview() { function in class:Ti::Camera::CameraHal
1724 // When tunneling is enabled during VTC, startPreview happens in 2 steps:
1727 // to move from loaded to idle state. And when the application calls startPreview,
1730 // If the application calls startPreview() without sending the command
1732 // AND startPreview() are executed. In other words, if the application calls
1733 // startPreview() without sending the command CAMERA_CMD_PREVIEW_INITIALIZATION,
1742 // Under such circumstances, one should return from startPreview as well and should
1746 // Once startPreview i
[all...]
/hardware/ti/omap4-aah/camera/V4LCameraAdapter/
H A DV4LCameraAdapter.cpp695 status_t V4LCameraAdapter::startPreview() function in class:Ti::Camera::V4LCameraAdapter
/hardware/ti/omap4-aah/camera/OMXCameraAdapter/
H A DOMXCameraAdapter.cpp2203 status_t OMXCameraAdapter::startPreview() function in class:Ti::Camera::OMXCameraAdapter
2329 // startPreview will be the 0th reference frame
2371 // Something happened in CameraHal between UseBuffers and 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
/hardware/ti/omap4xxx/test/CameraHal/
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 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();
/hardware/ti/omap4-aah/test/CameraHal/
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...]

Completed in 228 milliseconds