Home
last modified time | relevance | path

Searched refs:dumpFrameToFile (Results 1 – 20 of 20) sorted by relevance

/device/asus/flo/camera/QCamera2/HAL/
DQCamera2HWICallbacks.cpp284 pme->dumpFrameToFile(frame->buffer, frame->frame_len, in preview_stream_cb_routine()
409 pme->dumpFrameToFile(frame->buffer, frame->frame_len, in nodisplay_preview_stream_cb_routine()
478 pme->dumpFrameToFile(frame->buffer, frame->frame_len, in postview_stream_cb_routine()
554 pme->dumpFrameToFile(frame->buffer, frame->frame_len, in video_stream_cb_routine()
806 void QCamera2HardwareInterface::dumpFrameToFile(const void *data, in dumpFrameToFile() function in qcamera::QCamera2HardwareInterface
DQCameraPostProc.cpp563 m_parent->dumpFrameToFile(evt->out_data.buf_vaddr, in processJpegEvt()
985 m_parent->dumpFrameToFile(main_frame->buffer, main_frame->frame_len, in encodeData()
1013 m_parent->dumpFrameToFile(thumb_frame->buffer, thumb_frame->frame_len, in encodeData()
1160 m_parent->dumpFrameToFile(frame->buffer, frame->frame_len, in processRawImageImpl()
DQCamera2HWI.h285 void dumpFrameToFile(const void *data, uint32_t size,
/device/lge/mako/camera/QCamera/stack/mm-camera-test/src/
Dmm_qcamera_preview.c124 void dumpFrameToFile(mm_camera_buf_def_t* newFrame, int w, int h, char* name, int main_422) in dumpFrameToFile() function
571 dumpFrameToFile(frame,pme->dim.display_width,pme->dim.display_height,"preview", 1); in mm_app_preview_notify_cb()
611 dumpFrameToFile(preview_frame,pme->dim.display_width,pme->dim.display_height,"zsl_preview", 1); in mm_app_zsl_notify_cb()
624 dumpFrameToFile(main_frame,pme->dim.picture_width,pme->dim.picture_height,"zsl_main", 1); in mm_app_zsl_notify_cb()
625dumpFrameToFile(thumb_frame,pme->dim.thumbnail_width,pme->dim.thumbnail_height,"zsl_thumb", 1); in mm_app_zsl_notify_cb()
Dmm_qcamera_rdi.c109 dumpFrameToFile(frame,pme->dim.rdi0_width,pme->dim.rdi0_height,"rdi", 1); in mm_app_rdi_notify_cb()
Dmm_qcamera_snapshot.c319 dumpFrameToFile(main_frame,pme->dim.picture_width,pme->dim.picture_height,"main", 1); in snapshot_raw_cb()
320 dumpFrameToFile(thumb_frame,pme->dim.thumbnail_width,pme->dim.thumbnail_height,"thumb", 1); in snapshot_raw_cb()
1112 dumpFrameToFile(main_frame,pme->dim.picture_width,pme->dim.picture_height,"liveshot_main", 1); in mm_app_live_notify_cb()
Dmm_qcamera_video.c202 dumpFrameToFile(frame,pme->dim.orig_video_width,pme->dim.orig_video_height,"video", 1); in mm_app_video_notify_cb()
/device/lge/mako/camera/QCamera/HAL/core/inc/
DQCameraHWI.h456 void dumpFrameToFile(struct msm_frame*, HAL_cam_dump_frm_type_t);
486 void dumpFrameToFile(const void * data, uint32_t size, char* name,
DQCameraStream.h232 void dumpFrameToFile(struct msm_frame* newFrame);
/device/lge/mako/camera/
DQCameraHWI.h459 void dumpFrameToFile(struct msm_frame*, HAL_cam_dump_frm_type_t);
489 void dumpFrameToFile(const void * data, uint32_t size, char* name,
DQCameraStream.h245 void dumpFrameToFile(struct msm_frame* newFrame);
DQCameraHWI_Preview_7x27A.cpp479 void QCameraStream_preview::dumpFrameToFile(struct msm_frame* newFrame) in dumpFrameToFile() function in android::QCameraStream_preview
542 mHalCamCtrl->dumpFrameToFile(frame->def.frame, HAL_DUMP_FRM_PREVIEW); in processPreviewFrame()
DQCameraHWI_Preview.cpp828 void QCameraStream_preview::dumpFrameToFile(struct msm_frame* newFrame) in dumpFrameToFile() function in android::QCameraStream_preview
909 mHalCamCtrl->dumpFrameToFile(frame->def.frame, HAL_DUMP_FRM_PREVIEW); in processPreviewFrameWithDisplay()
1155 mHalCamCtrl->dumpFrameToFile(frame->def.frame, HAL_DUMP_FRM_PREVIEW); in processPreviewFrameWithOutDisplay()
DQCameraHWI_Record.cpp333 mHalCamCtrl->dumpFrameToFile(frame->video.video.frame, HAL_DUMP_FRM_VIDEO); in processRecordFrame()
DQCameraHWI_Still.cpp309 …mHalCamCtrl->dumpFrameToFile(mHalCamCtrl->mJpegMemory.camera_memory[0]->data, mJpegOffset, (char *… in receiveCompleteJpegPicture()
1943 mHalCamCtrl->dumpFrameToFile(recvd_frame->snapshot.main.frame, HAL_DUMP_FRM_MAIN); in receiveRawPicture()
1945 mHalCamCtrl->dumpFrameToFile(recvd_frame->snapshot.thumbnail.frame, in receiveRawPicture()
DQCameraHWI.cpp2147 void QCameraHardwareInterface::dumpFrameToFile(const void * data, uint32_t size, char* name, char* … in dumpFrameToFile() function in android::QCameraHardwareInterface
2168 void QCameraHardwareInterface::dumpFrameToFile(struct msm_frame* newFrame, in dumpFrameToFile() function in android::QCameraHardwareInterface
/device/lge/mako/camera/QCamera/HAL/core/src/
DQCameraHWI_Preview.cpp778 void QCameraStream_preview::dumpFrameToFile(struct msm_frame* newFrame) in dumpFrameToFile() function in android::QCameraStream_preview
850 mHalCamCtrl->dumpFrameToFile(frame->def.frame, HAL_DUMP_FRM_PREVIEW); in processPreviewFrameWithDisplay()
1085 mHalCamCtrl->dumpFrameToFile(frame->def.frame, HAL_DUMP_FRM_PREVIEW); in processPreviewFrameWithOutDisplay()
DQCameraHWI_Record.cpp334 mHalCamCtrl->dumpFrameToFile(frame->video.video.frame, HAL_DUMP_FRM_VIDEO); in processRecordFrame()
DQCameraHWI_Still.cpp249 …mHalCamCtrl->dumpFrameToFile(mHalCamCtrl->mJpegMemory.camera_memory[0]->data, mJpegOffset, (char *… in receiveCompleteJpegPicture()
1735 mHalCamCtrl->dumpFrameToFile(recvd_frame->snapshot.main.frame, HAL_DUMP_FRM_MAIN); in receiveRawPicture()
1737 mHalCamCtrl->dumpFrameToFile(recvd_frame->snapshot.thumbnail.frame, in receiveRawPicture()
DQCameraHWI.cpp1980 void QCameraHardwareInterface::dumpFrameToFile(const void * data, uint32_t size, char* name, char* … in dumpFrameToFile() function in android::QCameraHardwareInterface
1994 void QCameraHardwareInterface::dumpFrameToFile(struct msm_frame* newFrame, in dumpFrameToFile() function in android::QCameraHardwareInterface