Searched refs:takePictureLiveshot (Results 1 - 6 of 6) sorted by relevance

/hardware/qcom/camera/QCamera/HAL/core/inc/
H A DQCameraStream.h113 virtual status_t takePictureLiveshot(mm_camera_ch_data_buf_t* recvd_frame, function in class:android::QCameraStream
263 status_t takePictureLiveshot(mm_camera_ch_data_buf_t* recvd_frame,
/hardware/qcom/camera/
H A DQCameraStream.h123 virtual status_t takePictureLiveshot(mm_camera_ch_data_buf_t* recvd_frame){return NO_ERROR;} function in class:android::QCameraStream
273 status_t takePictureLiveshot(mm_camera_ch_data_buf_t* recvd_frame);
H A DQCameraHWI.cpp1633 ret = ((QCameraStream_Snapshot*)(pme->mStreamLiveSnap))->takePictureLiveshot(recvd_frame);
1635 ALOGE("%s: Error : returned from takePictureLiveshot",__func__);
H A DQCameraHWI_Still.cpp1367 takePictureLiveshot(mm_camera_ch_data_buf_t* recvd_frame) function in class:android::QCameraStream_Snapshot
/hardware/qcom/camera/QCamera/HAL/core/src/
H A DQCameraHWI.cpp1535 ((QCameraStream_Snapshot*)(pme->mStreamLiveSnap))->takePictureLiveshot(frame,&dim,mJpegMaxSize);
H A DQCameraHWI_Still.cpp1279 takePictureLiveshot(mm_camera_ch_data_buf_t* recvd_frame, function in class:android::QCameraStream_Snapshot

Completed in 67 milliseconds