Home
last modified time | relevance | path

Searched refs:frame_idx (Results 1 – 25 of 74) sorted by relevance

123

/device/lge/bullhead/camera/QCamera2/stack/mm-camera-interface/src/
Dmm_camera_channel.c71 uint32_t frame_idx);
249 ch_obj->bundle.superbuf_queue.expected_frame_id = cmd_cb->u.frame_idx; in mm_channel_process_stream_buf()
724 uint32_t frame_idx = *((uint32_t *)in_val); in mm_channel_fsm_fn_active() local
725 rc = mm_channel_flush_super_buf_queue(my_obj, frame_idx); in mm_channel_fsm_fn_active()
1605 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
1614 node->u.frame_idx = frame_idx; in mm_channel_flush_super_buf_queue()
2161 if (divert_info->frame_id >= buf_info->frame_idx) { in mm_channel_handle_metadata()
2171 queue->expected_frame_id = buf_info->frame_idx + 1; in mm_channel_handle_metadata()
2257 buf_info->frame_idx); in mm_channel_handle_metadata()
2266 if((buf_info->frame_idx >= queue->led_off_start_frame_id) in mm_channel_handle_metadata()
[all …]
/device/huawei/angler/camera/QCamera2/stack/mm-camera-interface/src/
Dmm_camera_channel.c71 uint32_t frame_idx);
249 ch_obj->bundle.superbuf_queue.expected_frame_id = cmd_cb->u.frame_idx; in mm_channel_process_stream_buf()
724 uint32_t frame_idx = *((uint32_t *)in_val); in mm_channel_fsm_fn_active() local
725 rc = mm_channel_flush_super_buf_queue(my_obj, frame_idx); in mm_channel_fsm_fn_active()
1605 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
1614 node->u.frame_idx = frame_idx; in mm_channel_flush_super_buf_queue()
2161 if (divert_info->frame_id >= buf_info->frame_idx) { in mm_channel_handle_metadata()
2171 queue->expected_frame_id = buf_info->frame_idx + 1; in mm_channel_handle_metadata()
2257 buf_info->frame_idx); in mm_channel_handle_metadata()
2266 if((buf_info->frame_idx >= queue->led_off_start_frame_id) in mm_channel_handle_metadata()
[all …]
/device/moto/shamu/camera/QCamera2/stack/mm-camera-interface/src/
Dmm_camera_channel.c69 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/moto/shamu/camera/QCamera2/stack/common/
Dmm_camera_interface.h71 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,
644 uint32_t ch_id, uint32_t frame_idx);
/device/moto/shamu/camera/QCamera2/stack/mm-camera-interface/inc/
Dmm_camera.h82 uint32_t frame_idx; member
111 uint32_t frame_idx; /* frame idx boundary for flush superbuf queue*/ member
324 uint32_t frame_idx; member
532 uint32_t frame_idx);
595 uint32_t frame_idx,
601 uint32_t frame_idx,
/device/lge/bullhead/camera/QCamera2/stack/mm-camera-interface/inc/
Dmm_camera.h85 uint32_t frame_idx; member
118 uint32_t frame_idx; /* frame idx boundary for flush superbuf queue*/ member
353 uint32_t frame_idx; member
587 uint32_t frame_idx);
649 uint32_t frame_idx,
655 uint32_t frame_idx,
/device/huawei/angler/camera/QCamera2/stack/mm-camera-interface/inc/
Dmm_camera.h85 uint32_t frame_idx; member
118 uint32_t frame_idx; /* frame idx boundary for flush superbuf queue*/ member
353 uint32_t frame_idx; member
587 uint32_t frame_idx);
649 uint32_t frame_idx,
655 uint32_t frame_idx,
/device/moto/shamu/camera/QCamera/stack/mm-camera-interface/src/
Dmm_camera_channel.c1292 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/huawei/angler/camera/QCamera2/stack/common/
Dmm_camera_interface.h127 uint32_t frame_idx; member
197 typedef int32_t (*map_stream_buf_op_t) (uint32_t frame_idx,
213 typedef int32_t (*unmap_stream_buf_op_t) (uint32_t frame_idx,
730 uint32_t ch_id, uint32_t frame_idx);
/device/lge/bullhead/camera/QCamera2/stack/common/
Dmm_camera_interface.h127 uint32_t frame_idx; member
197 typedef int32_t (*map_stream_buf_op_t) (uint32_t frame_idx,
213 typedef int32_t (*unmap_stream_buf_op_t) (uint32_t frame_idx,
730 uint32_t ch_id, uint32_t frame_idx);
/device/huawei/angler/camera/QCamera2/stack/mm-camera-test/src/
Dmm_qcamera_rdi.c38 uint32_t frame_idx) in mm_app_rdi_dump_frame() argument
46 QCAMERA_DUMP_FRM_LOCATION"%s_%03u.%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()
Dmm_qcamera_reprocess.c46 __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()
Dmm_qcamera_video.c41 __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/
Dmm_qcamera_rdi.c38 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()
Dmm_qcamera_reprocess.c46 __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()
Dmm_qcamera_video.c41 __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/bullhead/camera/QCamera2/stack/mm-camera-test/src/
Dmm_qcamera_rdi.c38 uint32_t frame_idx) in mm_app_rdi_dump_frame() argument
46 QCAMERA_DUMP_FRM_LOCATION"%s_%03u.%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()
Dmm_qcamera_reprocess.c46 __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()
Dmm_qcamera_video.c41 __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/huawei/angler/camera/QCamera2/HAL/
DQCameraChannel.cpp729 int32_t QCameraPicChannel::flushSuperbuffer(uint32_t frame_idx) in flushSuperbuffer() argument
731 int32_t rc = m_camOps->flush_super_buf_queue(m_camHandle, m_handle, frame_idx); in flushSuperbuffer()
1253 param.reprocess.frame_idx = frame->bufs[i]->frame_idx; in doReprocessOffline()
1323 param.reprocess.frame_idx = frame->bufs[i]->frame_idx; in doReprocess()
1332 param.reprocess.frame_idx, param.reprocess.buf_index, in doReprocess()
/device/lge/bullhead/camera/QCamera2/HAL/
DQCameraChannel.cpp729 int32_t QCameraPicChannel::flushSuperbuffer(uint32_t frame_idx) in flushSuperbuffer() argument
731 int32_t rc = m_camOps->flush_super_buf_queue(m_camHandle, m_handle, frame_idx); in flushSuperbuffer()
1253 param.reprocess.frame_idx = frame->bufs[i]->frame_idx; in doReprocessOffline()
1323 param.reprocess.frame_idx = frame->bufs[i]->frame_idx; in doReprocess()
1332 param.reprocess.frame_idx, param.reprocess.buf_index, in doReprocess()
/device/moto/shamu/camera/QCamera/stack/mm-camera-test/src/
Dmm_qcamera_preview.c622 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/huawei/angler/camera/
DQCamera_Intf.h107 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/lge/bullhead/camera/
DQCamera_Intf.h107 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/
DQCamera_Intf.h107 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

123