/device/moto/shamu/camera/QCamera/stack/mm-camera-test/src/ |
mm_qcamera_snapshot.c | 197 mm_camera_buf_def_t *thumb_frame = NULL; local 238 mm_camera_buf_def_t *thumb_frame = NULL; local 252 thumb_frame = recvd_frame->bufs[1]; 253 CDBG("thumnail frame_idx = %d fd = %d frame length = %d",thumb_frame->frame_idx,thumb_frame->fd,thumb_frame->frame_len); 254 dumpFrameToFile(thumb_frame,pme->dim.thumbnail_width,pme->dim.thumbnail_height,"thumb", 1,"yuv"); 316 if (thumb_frame) { 332 thumb_buf_info->src_image[0].fd = thumb_frame->fd; 333 thumb_buf_info->src_image[0].buf_vaddr = thumb_frame->buffer 364 mm_camera_buf_def_t *thumb_frame = NULL; local [all...] |
mm_qcamera_preview.c | 754 mm_camera_buf_def_t *thumb_frame = NULL; local 763 thumb_frame = bufs->bufs[0]; 774 CDBG("thumnail frame_idx = %d fd = %d frame length = %d",thumb_frame->frame_idx,thumb_frame->fd,thumb_frame->frame_len); 777 //dumpFrameToFile(thumb_frame->frame,pme->dim.thumbnail_width,pme->dim.thumbnail_height,"thumb", 1); 780 dumpFrameToFile(thumb_frame,pme->dim.thumbnail_width,pme->dim.thumbnail_height,"zsl_thumb", 1,"yuv"); [all...] |
/device/huawei/angler/camera/QCamera2/HAL/ |
QCameraPostProc.cpp | 1712 mm_camera_buf_def_t *thumb_frame = NULL; local 1788 mm_camera_buf_def_t *thumb_frame = NULL; local [all...] |
/device/lge/bullhead/camera/QCamera2/HAL/ |
QCameraPostProc.cpp | 1712 mm_camera_buf_def_t *thumb_frame = NULL; local 1788 mm_camera_buf_def_t *thumb_frame = NULL; local [all...] |
/device/moto/shamu/camera/QCamera2/HAL/ |
QCameraPostProc.cpp | 1406 mm_camera_buf_def_t *thumb_frame = NULL; local 1482 mm_camera_buf_def_t *thumb_frame = NULL; local [all...] |
/hardware/qcom/camera/QCamera2/HAL/ |
QCameraPostProc.cpp | 2017 mm_camera_buf_def_t *thumb_frame = NULL; local 2089 mm_camera_buf_def_t *thumb_frame = NULL; local 2211 mm_camera_buf_def_t *thumb_frame = NULL; local [all...] |
/device/moto/shamu/camera/QCamera/HAL/core/src/ |
QCameraHWI.cpp | 436 mm_camera_buf_def_t *thumb_frame = NULL; local 513 thumb_frame = recvd_frame->bufs[i]; 517 if (NULL != thumb_frame) { 519 thumb_mem_info = &mThumbnailMemory.mem_info[thumb_frame->buf_idx]; 522 thumb_mem_info = &mNoDispPreviewMemory.mem_info[thumb_frame->buf_idx]; 524 thumb_mem_info = &mPreviewMemory.mem_info[thumb_frame->buf_idx]; 532 thumb_frame = main_frame; 537 dumpFrameToFile(thumb_frame, HAL_DUMP_FRM_THUMBNAIL); 606 if (thumb_frame && thumb_stream) { 623 thumb_buf_info->src_image[0].fd = thumb_frame->fd [all...] |