Home | History | Annotate | Download | only in src

Lines Matching refs:thumb_frame

197     mm_camera_buf_def_t *thumb_frame = NULL;
238 mm_camera_buf_def_t *thumb_frame = NULL;
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;
346 mm_stream_clear_invalid_cache(pme,thumb_frame);
364 mm_camera_buf_def_t *thumb_frame = NULL;
874 //thumb_frame = bufs->bufs[1];
877 //CDBG("thumnail frame_idx = %d fd = %d frame length = %d",thumb_frame->frame_idx,thumb_frame->fd,thumb_frame->frame_len);
887 /*if(MM_CAMERA_OK != pme->cam->ops->qbuf(pme->cam->camera_handle,pme->ch_id,thumb_frame))