Searched defs:takePicture (Results 1 - 10 of 10) sorted by relevance

/hardware/qcom/camera/QCamera2/HAL/
H A DQCameraChannel.cpp683 * FUNCTION : takePicture
694 int32_t QCameraPicChannel::takePicture (mm_camera_req_buf_t *buf) function in class:qcamera::QCameraPicChannel
821 * FUNCTION : takePicture
832 int32_t QCameraVideoChannel::takePicture(mm_camera_req_buf_t *buf) function in class:qcamera::QCameraVideoChannel
H A DQCamera2HWI.cpp920 * takePicture() is called before preparing Snapshot to indicate the
4355 * FUNCTION : takePicture
4365 int QCamera2HardwareInterface::takePicture() function in class:qcamera::QCamera2HardwareInterface
4497 // It will be handled along with PRIMARY camera takePicture request
4509 rc = pPicChannel->takePicture(&buf);
4523 LOGI("PRIMARY camera: send frame sync takePicture!!");
4529 rc = pPicChannel->takePicture(&buf);
4804 rc = pChannel->takePicture(&buf);
5305 rc = ((QCameraVideoChannel*)pChannel)->takePicture(&buf);
/hardware/ti/omap4xxx/camera/
H A DBaseCameraAdapter.cpp706 ret = takePicture();
1471 status_t BaseCameraAdapter::takePicture() function in class:android::BaseCameraAdapter
H A DCameraHal.cpp2468 status_t CameraHal::takePicture( ) function in class:android::CameraHal
2628 @brief Cancel a picture that was started with takePicture.
/hardware/ti/omap4-aah/camera/
H A DBaseCameraAdapter.cpp792 ret = takePicture();
1646 status_t BaseCameraAdapter::takePicture() function in class:Ti::Camera::BaseCameraAdapter
H A DCameraHal.cpp3166 status_t CameraHal::takePicture(const char *params) function in class:Ti::Camera::CameraHal
3174 shared by takePicture and reprocess.
3531 @brief Cancel a picture that was started with takePicture.
/hardware/ti/omap4-aah/camera/V4LCameraAdapter/
H A DV4LCameraAdapter.cpp533 status_t V4LCameraAdapter::takePicture() { function in class:Ti::Camera::V4LCameraAdapter
/hardware/qcom/camera/QCamera2/HAL/test/
H A Dqcamera_test.cpp2086 * FUNCTION : takePicture
2096 status_t CameraContext::takePicture() function in class:qcamera::CameraContext
2101 ret = mCamera->takePicture(
3456 stat = currentCamera->takePicture();
3468 stat = currentCamera->takePicture();
/hardware/ti/omap4-aah/camera/OMXCameraAdapter/
H A DOMXCameraAdapter.cpp2331 // takePicture/autoFocus is allowed to run. we
2731 status_t OMXCameraAdapter::takePicture() function in class:Ti::Camera::OMXCameraAdapter
/hardware/ti/omap4xxx/camera/OMXCameraAdapter/
H A DOMXCameraAdapter.cpp1899 // takePicture/autoFocus is allowed to run. we
2293 status_t OMXCameraAdapter::takePicture() function in class:android::OMXCameraAdapter

Completed in 1861 milliseconds