Searched defs:frame_idx (Results 1 - 11 of 11) sorted by relevance

/hardware/qcom/camera/QCamera2/stack/mm-camera-test/src/
H A Dmm_qcamera_rdi.c38 int frame_idx)
44 snprintf(file_name, sizeof(file_name), "/data/%s_%03d.%s", name, frame_idx, ext);
69 __func__, frame->frame_len, frame->frame_idx, frame->stream_id);
71 mm_app_rdi_dump_frame(frame, file_name, "raw", frame->frame_idx);
35 mm_app_rdi_dump_frame(mm_camera_buf_def_t *frame, char *name, char *ext, int frame_idx) argument
H A Dmm_qcamera_app.c238 int frame_idx)
244 snprintf(file_name, sizeof(file_name), "/data/%s_%d.%s", name, frame_idx, ext);
235 mm_app_dump_frame(mm_camera_buf_def_t *frame, char *name, char *ext, int frame_idx) argument
/hardware/qcom/camera/QCamera2/stack/mm-camera-interface/src/
H A Dmm_camera_interface.c897 * @frame_idx : frame index
904 uint32_t ch_id, uint32_t frame_idx)
917 rc = mm_camera_flush_super_buf_queue(my_obj, ch_id, frame_idx);
903 mm_camera_intf_flush_super_buf_queue(uint32_t camera_handle, uint32_t ch_id, uint32_t frame_idx) argument
H A Dmm_camera.c1087 uint32_t frame_idx)
1099 (void *)frame_idx,
1086 mm_camera_flush_super_buf_queue(mm_camera_obj_t *my_obj, uint32_t ch_id, uint32_t frame_idx) argument
H A Dmm_camera_channel.c69 uint32_t frame_idx);
213 ch_obj->bundle.superbuf_queue.expected_frame_id = cmd_cb->u.frame_idx;
522 uint32_t frame_idx = (uint32_t)in_val; local
523 rc = mm_channel_flush_super_buf_queue(my_obj, frame_idx);
1137 * @frame_idx : frame idx until which to flush all superbufs
1143 int32_t mm_channel_flush_super_buf_queue(mm_channel_t *my_obj, uint32_t frame_idx) argument
1152 node->u.frame_idx = frame_idx;
1577 if (mm_channel_util_seq_comp_w_rollover(buf_info->frame_idx,
1608 } else if ( buf_info->frame_idx
[all...]
H A Dmm_camera_stream.c971 buf_info->frame_idx = vb.sequence;
976 buf_info->buf->frame_idx = vb.sequence;
979 CDBG("%s: VIDIOC_DQBUF buf_index %d, frame_idx %d, stream type %d\n",
980 __func__, vb.index, buf_info->buf->frame_idx, my_obj->stream_info->stream_type);
1235 * @frame_idx : index of buffer within the stream buffers, only valid if
1250 uint32_t frame_idx,
1267 packet.payload.buf_map.frame_idx = frame_idx;
1286 * @frame_idx : index of buffer within the stream buffers, only valid if
1299 uint32_t frame_idx,
1248 mm_stream_map_buf(mm_stream_t * my_obj, uint8_t buf_type, uint32_t frame_idx, int32_t plane_idx, int fd, uint32_t size) argument
1297 mm_stream_unmap_buf(mm_stream_t * my_obj, uint8_t buf_type, uint32_t frame_idx, int32_t plane_idx) argument
1343 mm_stream_map_buf_ops(uint32_t frame_idx, int32_t plane_idx, int fd, uint32_t size, void *userdata) argument
1376 mm_stream_unmap_buf_ops(uint32_t frame_idx, int32_t plane_idx, void *userdata) argument
[all...]
/hardware/qcom/camera/QCamera2/stack/common/
H A Dmm_camera_interface.h52 * @frame_idx : frame sequence num, to be filled when DQBUF
70 uint32_t frame_idx; member in struct:__anon554
127 * @frame_idx : buffer index within stream buffers
135 typedef int32_t (*map_stream_buf_op_t) (uint32_t frame_idx,
144 * @frame_idx : buffer index within stream buffers
150 typedef int32_t (*unmap_stream_buf_op_t) (uint32_t frame_idx,
600 * all frames in the superbuf queue up to frame_idx,
601 * even if frames with frame_idx come in later than
605 * @frame_idx : frame index up until which all superbufs are flushed
610 uint32_t ch_id, uint32_t frame_idx);
[all...]
H A Dcam_intf.h314 uint32_t frame_idx; /* frame id of source frame to be reprocessed */ member in struct:__anon424
H A Dcam_types.h243 uint32_t frame_idx; /* frame index: valid if type is STREAM_BUF */ member in struct:__anon445
255 uint32_t frame_idx; /* frame index: valid if STREAM_BUF or HIST_BUF */ member in struct:__anon446
/hardware/qcom/camera/QCamera2/stack/mm-camera-interface/inc/
H A Dmm_camera.h77 uint32_t frame_idx; member in struct:__anon579
92 uint32_t frame_idx; /* frame idx boundary for flush superbuf queue*/ member in union:__anon581::__anon582
296 uint32_t frame_idx; member in struct:__anon598
475 uint32_t frame_idx);
538 uint32_t frame_idx,
544 uint32_t frame_idx,
/hardware/qcom/camera/
H A DQCamera_Intf.h107 int frame_idx; /* frame index */ member in struct:__anon642
115 int frame_idx; /* frame index */ member in struct:__anon643
142 int frame_idx[MM_MAX_WDN_NUM]; member in struct:__anon646
324 uint32_t frame_idx; /* frame index */ member in struct:__anon663

Completed in 5920 milliseconds