HomeSort by relevance Sort by last modified time
    Searched refs:thumb_frame (Results 1 - 10 of 10) sorted by null

  /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/asus/flo/camera/QCamera2/HAL3/
QCamera3PostProc.cpp 771 mm_camera_buf_def_t *thumb_frame = NULL; local
824 thumb_frame = recvd_frame->bufs[i];
846 if (thumb_frame != NULL) {
847 QCamera3Memory *thumb_memObj = (QCamera3Memory *)thumb_frame->mem_info;
850 thumb_memObj->cleanInvalidateCache(thumb_frame->buf_idx);
918 thumb_frame = main_frame;
    [all...]
  /device/lge/hammerhead/camera/QCamera2/HAL3/
QCamera3PostProc.cpp 791 mm_camera_buf_def_t *thumb_frame = NULL; local
842 thumb_frame = recvd_frame->bufs[i];
864 if (thumb_frame != NULL) {
865 QCamera3Memory *thumb_memObj = (QCamera3Memory *)thumb_frame->mem_info;
868 thumb_memObj->cleanInvalidateCache(thumb_frame->buf_idx);
    [all...]
  /device/asus/flo/camera/QCamera2/HAL/
QCameraPostProc.cpp 934 mm_camera_buf_def_t *thumb_frame = NULL; local
    [all...]
  /device/lge/hammerhead/camera/QCamera2/HAL/
QCameraPostProc.cpp 934 mm_camera_buf_def_t *thumb_frame = NULL; local
    [all...]
  /device/lge/mako/camera/QCamera/stack/mm-camera-test/src/
mm_qcamera_preview.c 599 mm_camera_buf_def_t *thumb_frame = NULL; local
608 thumb_frame = bufs->bufs[0];
619 CDBG("thumnail frame_idx = %d fd = %d frame length = %d",thumb_frame->frame_idx,thumb_frame->fd,thumb_frame->frame_len);
622 //dumpFrameToFile(thumb_frame->frame,pme->dim.thumbnail_width,pme->dim.thumbnail_height,"thumb", 1);
625 dumpFrameToFile(thumb_frame,pme->dim.thumbnail_width,pme->dim.thumbnail_height,"zsl_thumb", 1);
    [all...]
mm_qcamera_snapshot.c 303 mm_camera_buf_def_t *thumb_frame = NULL; local
311 thumb_frame = bufs->bufs[1];
314 CDBG("thumnail frame_idx = %d fd = %d frame length = %d",thumb_frame->frame_idx,thumb_frame->fd,thumb_frame->frame_len);
317 //dumpFrameToFile(thumb_frame->frame,pme->dim.thumbnail_width,pme->dim.thumbnail_height,"thumb", 1);
320 dumpFrameToFile(thumb_frame,pme->dim.thumbnail_width,pme->dim.thumbnail_height,"thumb", 1);
325 if (MM_CAMERA_OK != pme->cam->ops->qbuf(pme->cam->camera_handle,pme->ch_id,thumb_frame)) {
    [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...]
  /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...]

Completed in 546 milliseconds