/device/lge/hammerhead/camera/QCamera2/stack/mm-camera-interface/src/ |
D | mm_camera_channel.c | 69 uint32_t frame_idx); 213 ch_obj->bundle.superbuf_queue.expected_frame_id = cmd_cb->u.frame_idx; in mm_channel_process_stream_buf() 522 uint32_t frame_idx = (uint32_t)in_val; in mm_channel_fsm_fn_active() local 523 rc = mm_channel_flush_super_buf_queue(my_obj, frame_idx); in mm_channel_fsm_fn_active() 1144 int32_t mm_channel_flush_super_buf_queue(mm_channel_t *my_obj, uint32_t frame_idx) in mm_channel_flush_super_buf_queue() argument 1153 node->u.frame_idx = frame_idx; in mm_channel_flush_super_buf_queue() 1578 if (mm_channel_util_seq_comp_w_rollover(buf_info->frame_idx, in mm_channel_superbuf_comp_and_enqueue() 1609 } else if ( buf_info->frame_idx == super_buf->frame_idx ) { in mm_channel_superbuf_comp_and_enqueue() 1617 if ( super_buf->frame_idx < buf_info->frame_idx ) { in mm_channel_superbuf_comp_and_enqueue() 1622 if ( super_buf->frame_idx > buf_info->frame_idx ) { in mm_channel_superbuf_comp_and_enqueue() [all …]
|
/device/asus/flo/camera/QCamera2/stack/mm-camera-interface/src/ |
D | mm_camera_channel.c | 69 uint32_t frame_idx); 211 ch_obj->bundle.superbuf_queue.expected_frame_id = cmd_cb->u.frame_idx; in mm_channel_process_stream_buf() 520 uint32_t frame_idx = (uint32_t)in_val; in mm_channel_fsm_fn_active() local 521 rc = mm_channel_flush_super_buf_queue(my_obj, frame_idx); in mm_channel_fsm_fn_active() 1141 int32_t mm_channel_flush_super_buf_queue(mm_channel_t *my_obj, uint32_t frame_idx) in mm_channel_flush_super_buf_queue() argument 1150 node->u.frame_idx = frame_idx; in mm_channel_flush_super_buf_queue() 1575 if (mm_channel_util_seq_comp_w_rollover(buf_info->frame_idx, in mm_channel_superbuf_comp_and_enqueue() 1606 } else if ( buf_info->frame_idx == super_buf->frame_idx ) { in mm_channel_superbuf_comp_and_enqueue() 1614 if ( super_buf->frame_idx < buf_info->frame_idx ) { in mm_channel_superbuf_comp_and_enqueue() 1619 if ( super_buf->frame_idx > buf_info->frame_idx ) { in mm_channel_superbuf_comp_and_enqueue() [all …]
|
D | mm_camera_stream.c | 970 buf_info->frame_idx = vb.sequence; in mm_stream_read_msm_frame() 975 buf_info->buf->frame_idx = vb.sequence; in mm_stream_read_msm_frame() 979 __func__, vb.index, buf_info->buf->frame_idx, my_obj->stream_info->stream_type); in mm_stream_read_msm_frame() 1249 uint32_t frame_idx, in mm_stream_map_buf() argument 1266 packet.payload.buf_map.frame_idx = frame_idx; in mm_stream_map_buf() 1298 uint32_t frame_idx, in mm_stream_unmap_buf() argument 1311 packet.payload.buf_unmap.frame_idx = frame_idx; in mm_stream_unmap_buf() 1342 static int32_t mm_stream_map_buf_ops(uint32_t frame_idx, in mm_stream_map_buf_ops() argument 1351 frame_idx, plane_idx, fd, size); in mm_stream_map_buf_ops() 1375 static int32_t mm_stream_unmap_buf_ops(uint32_t frame_idx, in mm_stream_unmap_buf_ops() argument [all …]
|
/device/moto/shamu/camera/QCamera2/stack/mm-camera-interface/src/ |
D | mm_camera_channel.c | 69 uint32_t frame_idx); 241 ch_obj->bundle.superbuf_queue.expected_frame_id = cmd_cb->u.frame_idx; in mm_channel_process_stream_buf() 661 uint32_t frame_idx = (uint32_t)in_val; in mm_channel_fsm_fn_active() local 662 rc = mm_channel_flush_super_buf_queue(my_obj, frame_idx); in mm_channel_fsm_fn_active() 1360 int32_t mm_channel_flush_super_buf_queue(mm_channel_t *my_obj, uint32_t frame_idx) in mm_channel_flush_super_buf_queue() argument 1369 node->u.frame_idx = frame_idx; in mm_channel_flush_super_buf_queue() 1854 queue->expected_frame_id = buf_info->frame_idx + 1; in mm_channel_handle_metadata() 1935 if((buf_info->frame_idx >= queue->led_off_start_frame_id) in mm_channel_handle_metadata() 1944 __func__, buf_info->frame_idx, queue->expected_frame_id); in mm_channel_handle_metadata() 2008 if (mm_channel_util_seq_comp_w_rollover(buf_info->frame_idx, in mm_channel_superbuf_comp_and_enqueue() [all …]
|
/device/asus/flo/camera/QCamera2/stack/common/ |
D | mm_camera_interface.h | 70 uint32_t frame_idx; member 135 typedef int32_t (*map_stream_buf_op_t) (uint32_t frame_idx, 150 typedef int32_t (*unmap_stream_buf_op_t) (uint32_t frame_idx, 610 uint32_t ch_id, uint32_t frame_idx);
|
/device/asus/flo/camera/QCamera2/stack/mm-camera-interface/inc/ |
D | mm_camera.h | 77 uint32_t frame_idx; member 92 uint32_t frame_idx; /* frame idx boundary for flush superbuf queue*/ member 296 uint32_t frame_idx; member 475 uint32_t frame_idx); 538 uint32_t frame_idx, 544 uint32_t frame_idx,
|
/device/lge/hammerhead/camera/QCamera2/stack/common/ |
D | mm_camera_interface.h | 70 uint32_t frame_idx; member 135 typedef int32_t (*map_stream_buf_op_t) (uint32_t frame_idx, 150 typedef int32_t (*unmap_stream_buf_op_t) (uint32_t frame_idx, 610 uint32_t ch_id, uint32_t frame_idx);
|
/device/lge/mako/camera/QCamera/stack/mm-camera-interface/src/ |
D | mm_camera_channel.c | 1195 packet.payload.wdn_start.frame_idx[0] = super_buf->super_buf[i].buf->buf_idx; in mm_channel_do_post_processing() 1295 if (mm_channel_util_seq_comp_w_rollover(buf_info->frame_idx, in mm_channel_superbuf_comp_and_enqueue() 1353 queue->expected_frame_id = buf_info->frame_idx + queue->attr.post_frame_skip; in mm_channel_superbuf_comp_and_enqueue() 1370 if (super_buf->super_buf[buf_s_idx].frame_idx == 0) { in mm_channel_superbuf_comp_and_enqueue() 1373 uint32_t frame_idx; in mm_channel_superbuf_comp_and_enqueue() local 1380 frame_idx = super_buf->super_buf[i].buf->frame_idx; in mm_channel_superbuf_comp_and_enqueue() 1381 if (frame_idx == 0) { in mm_channel_superbuf_comp_and_enqueue() 1384 if (frame_idx < buf_info->frame_idx) { in mm_channel_superbuf_comp_and_enqueue() 1388 } else if (frame_idx > buf_info->frame_idx) { in mm_channel_superbuf_comp_and_enqueue() 1403 if (super_buf->super_buf[i].frame_idx == 0) { in mm_channel_superbuf_comp_and_enqueue() [all …]
|
/device/lge/hammerhead/camera/QCamera2/stack/mm-camera-interface/inc/ |
D | mm_camera.h | 77 uint32_t frame_idx; member 92 uint32_t frame_idx; /* frame idx boundary for flush superbuf queue*/ member 298 uint32_t frame_idx; member 477 uint32_t frame_idx); 540 uint32_t frame_idx, 546 uint32_t frame_idx,
|
/device/moto/shamu/camera/QCamera2/stack/common/ |
D | mm_camera_interface.h | 71 uint32_t frame_idx; member 138 typedef int32_t (*map_stream_buf_op_t) (uint32_t frame_idx, 153 typedef int32_t (*unmap_stream_buf_op_t) (uint32_t frame_idx, 634 uint32_t ch_id, uint32_t frame_idx);
|
/device/moto/shamu/camera/QCamera2/stack/mm-camera-interface/inc/ |
D | mm_camera.h | 82 uint32_t frame_idx; member 111 uint32_t frame_idx; /* frame idx boundary for flush superbuf queue*/ member 324 uint32_t frame_idx; member 531 uint32_t frame_idx); 594 uint32_t frame_idx, 600 uint32_t frame_idx,
|
/device/moto/shamu/camera/QCamera/stack/mm-camera-interface/src/ |
D | mm_camera_channel.c | 1292 wnr_info.frames[j].frame_idx = super_buf->super_buf[i].buf->buf_idx; in mm_channel_do_post_processing() 1390 if (mm_channel_util_seq_comp_w_rollover(buf_info->frame_idx, in mm_channel_superbuf_comp_and_enqueue() 1449 queue->expected_frame_id = buf_info->frame_idx + queue->attr.post_frame_skip; in mm_channel_superbuf_comp_and_enqueue() 1467 if (super_buf->super_buf[buf_s_idx].frame_idx == 0) { in mm_channel_superbuf_comp_and_enqueue() 1470 uint32_t frame_idx; in mm_channel_superbuf_comp_and_enqueue() local 1477 frame_idx = super_buf->super_buf[i].buf->frame_idx; in mm_channel_superbuf_comp_and_enqueue() 1478 if (frame_idx == 0) { in mm_channel_superbuf_comp_and_enqueue() 1481 if (frame_idx < buf_info->frame_idx) { in mm_channel_superbuf_comp_and_enqueue() 1485 } else if (frame_idx > buf_info->frame_idx) { in mm_channel_superbuf_comp_and_enqueue() 1496 __func__, buf_info->stream_id, buf_info->frame_idx); in mm_channel_superbuf_comp_and_enqueue() [all …]
|
/device/asus/flo/camera/QCamera2/stack/mm-camera-test/src/ |
D | mm_qcamera_rdi.c | 38 int frame_idx) in mm_app_rdi_dump_frame() argument 44 snprintf(file_name, sizeof(file_name), "/data/%s_%03d.%s", name, frame_idx, ext); in mm_app_rdi_dump_frame() 69 __func__, frame->frame_len, frame->frame_idx, frame->stream_id); in mm_app_rdi_notify_cb() 71 mm_app_rdi_dump_frame(frame, file_name, "raw", frame->frame_idx); in mm_app_rdi_notify_cb()
|
D | mm_qcamera_preview.c | 41 __func__, frame->frame_len, frame->frame_idx); in mm_app_preview_notify_cb() 43 mm_app_dump_frame(frame, file_name, "yuv", frame->frame_idx); in mm_app_preview_notify_cb() 126 mm_app_dump_frame(p_frame, "zsl_preview", "yuv", p_frame->frame_idx); in mm_app_zsl_notify_cb() 127 mm_app_dump_frame(m_frame, "zsl_main", "yuv", m_frame->frame_idx); in mm_app_zsl_notify_cb()
|
D | mm_qcamera_video.c | 41 __func__, frame->frame_len, frame->frame_idx); in mm_app_video_notify_cb() 43 mm_app_dump_frame(frame, file_name, "yuv", frame->frame_idx); in mm_app_video_notify_cb()
|
/device/lge/hammerhead/camera/QCamera2/stack/mm-camera-test/src/ |
D | mm_qcamera_rdi.c | 38 int frame_idx) in mm_app_rdi_dump_frame() argument 44 snprintf(file_name, sizeof(file_name), "/data/%s_%03d.%s", name, frame_idx, ext); in mm_app_rdi_dump_frame() 69 __func__, frame->frame_len, frame->frame_idx, frame->stream_id); in mm_app_rdi_notify_cb() 71 mm_app_rdi_dump_frame(frame, file_name, "raw", frame->frame_idx); in mm_app_rdi_notify_cb()
|
D | mm_qcamera_preview.c | 41 __func__, frame->frame_len, frame->frame_idx); in mm_app_preview_notify_cb() 43 mm_app_dump_frame(frame, file_name, "yuv", frame->frame_idx); in mm_app_preview_notify_cb() 126 mm_app_dump_frame(p_frame, "zsl_preview", "yuv", p_frame->frame_idx); in mm_app_zsl_notify_cb() 127 mm_app_dump_frame(m_frame, "zsl_main", "yuv", m_frame->frame_idx); in mm_app_zsl_notify_cb()
|
D | mm_qcamera_video.c | 41 __func__, frame->frame_len, frame->frame_idx); in mm_app_video_notify_cb() 43 mm_app_dump_frame(frame, file_name, "yuv", frame->frame_idx); in mm_app_video_notify_cb()
|
/device/moto/shamu/camera/QCamera2/stack/mm-camera-test/src/ |
D | mm_qcamera_rdi.c | 38 int frame_idx) in mm_app_rdi_dump_frame() argument 46 snprintf(file_name, sizeof(file_name), "/data/%s_%03d.%s", name, frame_idx, ext); in mm_app_rdi_dump_frame() 71 __func__, frame->frame_len, frame->frame_idx, frame->stream_id); in mm_app_rdi_notify_cb() 73 mm_app_rdi_dump_frame(frame, file_name, "raw", frame->frame_idx); in mm_app_rdi_notify_cb()
|
D | mm_qcamera_reprocess.c | 46 __func__, frame->frame_len, frame->frame_idx); in mm_app_reprocess_notify_cb() 325 param.reprocess.frame_idx = frame->frame_idx; in mm_app_do_reprocess()
|
D | mm_qcamera_video.c | 41 __func__, frame->frame_len, frame->frame_idx); in mm_app_video_notify_cb() 43 mm_app_dump_frame(frame, file_name, "yuv", frame->frame_idx); in mm_app_video_notify_cb()
|
/device/moto/shamu/camera/QCamera/stack/mm-camera-test/src/ |
D | mm_qcamera_preview.c | 622 CDBG("%s: BEGIN - length=%d, frame idx = %d\n", __func__, frame->frame_len, frame->frame_idx); in mm_app_preview_notify_cb() 633 __func__, rc, frame->fd, frame->frame_idx); in mm_app_preview_notify_cb() 661 CDBG("%s: BEGIN - length=%d, frame idx = %d\n", __func__, frame->frame_len, frame->frame_idx); in mm_app_aec_stats_notify_cb() 664 __func__, rc, frame->fd, frame->frame_idx); in mm_app_aec_stats_notify_cb() 685 CDBG("%s: BEGIN - length=%d, frame idx = %d\n", __func__, frame->frame_len, frame->frame_idx); in mm_app_awb_stats_notify_cb() 688 __func__, rc, frame->fd, frame->frame_idx); in mm_app_awb_stats_notify_cb() 709 CDBG("%s: BEGIN - length=%d, frame idx = %d\n", __func__, frame->frame_len, frame->frame_idx); in mm_app_af_stats_notify_cb() 712 __func__, rc, frame->fd, frame->frame_idx); in mm_app_af_stats_notify_cb() 733 CDBG("%s: BEGIN - length=%d, frame idx = %d\n", __func__, frame->frame_len, frame->frame_idx); in mm_app_ihist_stats_notify_cb() 736 __func__, rc, frame->fd, frame->frame_idx); in mm_app_ihist_stats_notify_cb() [all …]
|
/device/lge/hammerhead/camera/ |
D | QCamera_Intf.h | 107 int frame_idx; /* frame index */ member 115 int frame_idx; /* frame index */ member 142 int frame_idx[MM_MAX_WDN_NUM]; member 324 uint32_t frame_idx; /* frame index */ member
|
/device/moto/shamu/camera/ |
D | QCamera_Intf.h | 107 int frame_idx; /* frame index */ member 115 int frame_idx; /* frame index */ member 142 int frame_idx[MM_MAX_WDN_NUM]; member 324 uint32_t frame_idx; /* frame index */ member
|
/device/asus/flo/camera/ |
D | QCamera_Intf.h | 107 int frame_idx; /* frame index */ member 115 int frame_idx; /* frame index */ member 142 int frame_idx[MM_MAX_WDN_NUM]; member 324 uint32_t frame_idx; /* frame index */ member
|