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

12

/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/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();
/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/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/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
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/omap4xxx/camera/inc/OMXCameraAdapter/
H A DOMXCameraAdapter.h403 virtual status_t startPreview();
932 //stop-/startPreview
/hardware/ti/omap4-aah/camera/inc/OMXCameraAdapter/
H A DOMXCameraAdapter.h449 virtual status_t startPreview();
1166 //stop-/startPreview

Completed in 332 milliseconds

12