Searched refs:frame_idx (Results 1 - 25 of 86) sorted by relevance

1234

/device/asus/flo/camera/QCamera2/stack/mm-camera-interface/src/
H A Dmm_camera_channel.c69 uint32_t frame_idx);
211 ch_obj->bundle.superbuf_queue.expected_frame_id = cmd_cb->u.frame_idx;
520 uint32_t frame_idx = (uint32_t)in_val; local
521 rc = mm_channel_flush_super_buf_queue(my_obj, frame_idx);
1135 * @frame_idx : frame idx until which to flush all superbufs
1141 int32_t mm_channel_flush_super_buf_queue(mm_channel_t *my_obj, uint32_t frame_idx) argument
1150 node->u.frame_idx = frame_idx;
1575 if (mm_channel_util_seq_comp_w_rollover(buf_info->frame_idx,
1606 } else if ( buf_info->frame_idx
[all...]
H A Dmm_camera_stream.c970 buf_info->frame_idx = vb.sequence;
975 buf_info->buf->frame_idx = vb.sequence;
978 CDBG("%s: VIDIOC_DQBUF buf_index %d, frame_idx %d, stream type %d\n",
979 __func__, vb.index, buf_info->buf->frame_idx, my_obj->stream_info->stream_type);
1234 * @frame_idx : index of buffer within the stream buffers, only valid if
1249 uint32_t frame_idx,
1266 packet.payload.buf_map.frame_idx = frame_idx;
1285 * @frame_idx : index of buffer within the stream buffers, only valid if
1298 uint32_t frame_idx,
1247 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
1296 mm_stream_unmap_buf(mm_stream_t * my_obj, uint8_t buf_type, uint32_t frame_idx, int32_t plane_idx) argument
1342 mm_stream_map_buf_ops(uint32_t frame_idx, int32_t plane_idx, int fd, uint32_t size, void *userdata) argument
1375 mm_stream_unmap_buf_ops(uint32_t frame_idx, int32_t plane_idx, void *userdata) argument
[all...]
/device/lge/hammerhead/camera/QCamera2/stack/mm-camera-interface/src/
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);
1138 * @frame_idx : frame idx until which to flush all superbufs
1144 int32_t mm_channel_flush_super_buf_queue(mm_channel_t *my_obj, uint32_t frame_idx) argument
1153 node->u.frame_idx = frame_idx;
1578 if (mm_channel_util_seq_comp_w_rollover(buf_info->frame_idx,
1609 } else if ( buf_info->frame_idx
[all...]
/device/asus/flo/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:__anon186
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...]
/device/lge/hammerhead/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:__anon692
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...]
/device/moto/shamu/camera/QCamera2/stack/common/
H A Dmm_camera_interface.h52 * @frame_idx : frame sequence num, to be filled when DQBUF
71 uint32_t frame_idx; member in struct:__anon1788
130 * @frame_idx : buffer index within stream buffers
138 typedef int32_t (*map_stream_buf_op_t) (uint32_t frame_idx,
147 * @frame_idx : buffer index within stream buffers
153 typedef int32_t (*unmap_stream_buf_op_t) (uint32_t frame_idx,
624 * all frames in the superbuf queue up to frame_idx,
625 * even if frames with frame_idx come in later than
629 * @frame_idx : frame index up until which all superbufs are flushed
634 uint32_t ch_id, uint32_t frame_idx);
[all...]
/device/moto/shamu/camera/QCamera2/stack/mm-camera-interface/src/
H A Dmm_camera_channel.c69 uint32_t frame_idx);
241 ch_obj->bundle.superbuf_queue.expected_frame_id = cmd_cb->u.frame_idx;
661 uint32_t frame_idx = (uint32_t)in_val; local
662 rc = mm_channel_flush_super_buf_queue(my_obj, frame_idx);
1354 * @frame_idx : frame idx until which to flush all superbufs
1360 int32_t mm_channel_flush_super_buf_queue(mm_channel_t *my_obj, uint32_t frame_idx) argument
1369 node->u.frame_idx = frame_idx;
1854 queue->expected_frame_id = buf_info->frame_idx + 1;
1935 if((buf_info->frame_idx >
[all...]
/device/asus/flo/camera/QCamera2/stack/mm-camera-interface/inc/
H A Dmm_camera.h77 uint32_t frame_idx; member in struct:__anon210
92 uint32_t frame_idx; /* frame idx boundary for flush superbuf queue*/ member in union:__anon212::__anon213
296 uint32_t frame_idx; member in struct:__anon229
475 uint32_t frame_idx);
538 uint32_t frame_idx,
544 uint32_t frame_idx,
/device/lge/hammerhead/camera/QCamera2/stack/mm-camera-interface/inc/
H A Dmm_camera.h77 uint32_t frame_idx; member in struct:__anon717
92 uint32_t frame_idx; /* frame idx boundary for flush superbuf queue*/ member in union:__anon719::__anon720
298 uint32_t frame_idx; member in struct:__anon736
477 uint32_t frame_idx);
540 uint32_t frame_idx,
546 uint32_t frame_idx,
/device/moto/shamu/camera/QCamera2/stack/mm-camera-interface/inc/
H A Dmm_camera.h82 uint32_t frame_idx; member in struct:__anon1818
111 uint32_t frame_idx; /* frame idx boundary for flush superbuf queue*/ member in union:__anon1822::__anon1823
324 uint32_t frame_idx; member in struct:__anon1839
531 uint32_t frame_idx);
594 uint32_t frame_idx,
600 uint32_t frame_idx,
/device/lge/mako/camera/QCamera/stack/mm-camera-interface/src/
H A Dmm_camera_channel.c1195 packet.payload.wdn_start.frame_idx[0] = super_buf->super_buf[i].buf->buf_idx;
1295 if (mm_channel_util_seq_comp_w_rollover(buf_info->frame_idx,
1353 queue->expected_frame_id = buf_info->frame_idx + queue->attr.post_frame_skip;
1370 if (super_buf->super_buf[buf_s_idx].frame_idx == 0) {
1373 uint32_t frame_idx; local
1380 frame_idx = super_buf->super_buf[i].buf->frame_idx;
1381 if (frame_idx == 0) {
1384 if (frame_idx < buf_info->frame_idx) {
[all...]
/device/asus/flo/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_preview.c41 __func__, frame->frame_len, frame->frame_idx);
43 mm_app_dump_frame(frame, file_name, "yuv", frame->frame_idx);
126 mm_app_dump_frame(p_frame, "zsl_preview", "yuv", p_frame->frame_idx);
127 mm_app_dump_frame(m_frame, "zsl_main", "yuv", m_frame->frame_idx);
H A Dmm_qcamera_video.c41 __func__, frame->frame_len, frame->frame_idx);
43 mm_app_dump_frame(frame, file_name, "yuv", frame->frame_idx);
/device/lge/hammerhead/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_preview.c41 __func__, frame->frame_len, frame->frame_idx);
43 mm_app_dump_frame(frame, file_name, "yuv", frame->frame_idx);
126 mm_app_dump_frame(p_frame, "zsl_preview", "yuv", p_frame->frame_idx);
127 mm_app_dump_frame(m_frame, "zsl_main", "yuv", m_frame->frame_idx);
H A Dmm_qcamera_video.c41 __func__, frame->frame_len, frame->frame_idx);
43 mm_app_dump_frame(frame, file_name, "yuv", frame->frame_idx);
/device/moto/shamu/camera/QCamera2/stack/mm-camera-test/src/
H A Dmm_qcamera_rdi.c38 int frame_idx)
46 snprintf(file_name, sizeof(file_name), "/data/%s_%03d.%s", name, frame_idx, ext);
71 __func__, frame->frame_len, frame->frame_idx, frame->stream_id);
73 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_reprocess.c46 __func__, frame->frame_len, frame->frame_idx);
325 param.reprocess.frame_idx = frame->frame_idx;
H A Dmm_qcamera_video.c41 __func__, frame->frame_len, frame->frame_idx);
43 mm_app_dump_frame(frame, file_name, "yuv", frame->frame_idx);
/device/moto/shamu/camera/QCamera/stack/mm-camera-interface/src/
H A Dmm_camera_channel.c1292 wnr_info.frames[j].frame_idx = super_buf->super_buf[i].buf->buf_idx;
1390 if (mm_channel_util_seq_comp_w_rollover(buf_info->frame_idx,
1449 queue->expected_frame_id = buf_info->frame_idx + queue->attr.post_frame_skip;
1467 if (super_buf->super_buf[buf_s_idx].frame_idx == 0) {
1470 uint32_t frame_idx; local
1477 frame_idx = super_buf->super_buf[i].buf->frame_idx;
1478 if (frame_idx == 0) {
1481 if (frame_idx < buf_info->frame_idx) {
[all...]
/device/moto/shamu/camera/QCamera/stack/mm-camera-test/src/
H A Dmm_qcamera_preview.c622 CDBG("%s: BEGIN - length=%d, frame idx = %d\n", __func__, frame->frame_len, frame->frame_idx);
633 __func__, rc, frame->fd, frame->frame_idx);
661 CDBG("%s: BEGIN - length=%d, frame idx = %d\n", __func__, frame->frame_len, frame->frame_idx);
664 __func__, rc, frame->fd, frame->frame_idx);
685 CDBG("%s: BEGIN - length=%d, frame idx = %d\n", __func__, frame->frame_len, frame->frame_idx);
688 __func__, rc, frame->fd, frame->frame_idx);
709 CDBG("%s: BEGIN - length=%d, frame idx = %d\n", __func__, frame->frame_len, frame->frame_idx);
712 __func__, rc, frame->fd, frame->frame_idx);
733 CDBG("%s: BEGIN - length=%d, frame idx = %d\n", __func__, frame->frame_len, frame->frame_idx);
736 __func__, rc, frame->fd, frame->frame_idx);
[all...]
/device/asus/flo/camera/
H A DQCamera_Intf.h107 int frame_idx; /* frame index */ member in struct:__anon273
115 int frame_idx; /* frame index */ member in struct:__anon274
142 int frame_idx[MM_MAX_WDN_NUM]; member in struct:__anon277
324 uint32_t frame_idx; /* frame index */ member in struct:__anon294
/device/lge/hammerhead/camera/
H A DQCamera_Intf.h107 int frame_idx; /* frame index */ member in struct:__anon780
115 int frame_idx; /* frame index */ member in struct:__anon781
142 int frame_idx[MM_MAX_WDN_NUM]; member in struct:__anon784
324 uint32_t frame_idx; /* frame index */ member in struct:__anon801
/device/moto/shamu/camera/
H A DQCamera_Intf.h107 int frame_idx; /* frame index */ member in struct:__anon1940
115 int frame_idx; /* frame index */ member in struct:__anon1941
142 int frame_idx[MM_MAX_WDN_NUM]; member in struct:__anon1944
324 uint32_t frame_idx; /* frame index */ member in struct:__anon1961

Completed in 238 milliseconds

1234