• Home
  • Raw
  • Download

Lines Matching refs:snapshot

119         *stream1 = &my_obj->ch[ch_type].snapshot.main;  in mm_camera_ch_util_get_stream_objs()
121 *stream2 = &my_obj->ch[ch_type].snapshot.thumbnail; in mm_camera_ch_util_get_stream_objs()
157 stream1 = &my_obj->ch[ch_type].snapshot.main; in mm_camera_ch_util_set_fmt()
158 fmt1 = &fmt->snapshot.main; in mm_camera_ch_util_set_fmt()
160 stream2 = &my_obj->ch[ch_type].snapshot.thumbnail; in mm_camera_ch_util_set_fmt()
161 fmt2 = &fmt->snapshot.thumbnail; in mm_camera_ch_util_set_fmt()
209 stream1 = &my_obj->ch[ch_type].snapshot.main; in mm_camera_ch_util_acquire()
212 stream2 = &my_obj->ch[ch_type].snapshot.thumbnail; in mm_camera_ch_util_acquire()
274 my_obj->ch[ch_type].snapshot.expected_matching_id = 0; in mm_camera_ch_util_stream_null_val()
276 &my_obj->ch[ch_type].snapshot.main, evt, in mm_camera_ch_util_stream_null_val()
280 &my_obj->ch[ch_type].snapshot.thumbnail, evt, in mm_camera_ch_util_stream_null_val()
324 &my_obj->ch[ch_type].snapshot.main, evt, in mm_camera_ch_util_reg_buf()
328 &my_obj->ch[ch_type].snapshot.thumbnail, evt, in mm_camera_ch_util_reg_buf()
440 &my_obj->ch[ch_type].snapshot.main, evt, in mm_camera_ch_util_qbuf()
441 &val->snapshot.main); in mm_camera_ch_util_qbuf()
442 cache_frame = val->snapshot.main.frame; in mm_camera_ch_util_qbuf()
444 …val->snapshot.main.frame->fd, val->snapshot.main.frame->ion_alloc.len, val->snapshot.main.frame->b… in mm_camera_ch_util_qbuf()
449 stream = &my_obj->ch[ch_type].snapshot.thumbnail; in mm_camera_ch_util_qbuf()
452 &val->snapshot.thumbnail); in mm_camera_ch_util_qbuf()
453 cache_frame1 = val->snapshot.thumbnail.frame; in mm_camera_ch_util_qbuf()
455 …val->snapshot.thumbnail.frame->fd, val->snapshot.thumbnail.frame->ion_alloc.len, val->snapshot.thu… in mm_camera_ch_util_qbuf()
517 &my_obj->ch[ch_type].snapshot.main, evt, in mm_camera_ch_util_get_crop()
518 &crop->snapshot.main_crop); in mm_camera_ch_util_get_crop()
522 &my_obj->ch[ch_type].snapshot.thumbnail, evt, in mm_camera_ch_util_get_crop()
523 &crop->snapshot.thumbnail_crop); in mm_camera_ch_util_get_crop()
627 ch->snapshot.pending_cnt = num_of_req_frame; in mm_camera_dispatch_buffered_frames()
642 data.snapshot.main.frame = &mframe->frame; in mm_camera_dispatch_buffered_frames()
643 data.snapshot.main.idx = mframe->idx; in mm_camera_dispatch_buffered_frames()
644 data.snapshot.thumbnail.frame = &sframe->frame; in mm_camera_dispatch_buffered_frames()
645 data.snapshot.thumbnail.idx = sframe->idx; in mm_camera_dispatch_buffered_frames()
646 ch->snapshot.pending_cnt--; in mm_camera_dispatch_buffered_frames()
674 my_obj->snap_burst_num_by_user, ch->snapshot.pending_cnt); in mm_camera_dispatch_buffered_frames()
680 if((rc == MM_CAMERA_OK) && (!ch->snapshot.pending_cnt)) { in mm_camera_dispatch_buffered_frames()