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

  /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...]
  /hardware/qcom/camera/QCamera2/HAL3/
QCamera3PostProc.cpp 776 mm_camera_buf_def_t *thumb_frame = NULL; local
830 thumb_frame = recvd_frame->bufs[i];
852 if (thumb_frame != NULL) {
853 QCamera3Memory *thumb_memObj = (QCamera3Memory *)thumb_frame->mem_info;
856 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...]
  /hardware/qcom/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...]

Completed in 1488 milliseconds