Home
last modified time | relevance | path

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

123

/device/google/marlin/camera/QCamera2/stack/mm-camera-interface/src/
Dmm_camera_channel.c75 uint32_t frame_idx,
149 mm_channel_queue_t * queue, uint32_t frame_idx);
277 ch_obj->bundle.superbuf_queue.expected_frame_id = cmd_cb->u.flush_cmd.frame_idx; in mm_channel_process_stream_buf()
494 ((node->frame_idx < in mm_channel_process_stream_buf()
498 node->frame_idx, ch_obj->capture_frame_id[ch_obj->cur_capture_idx]); in mm_channel_process_stream_buf()
946 uint32_t frame_idx = *((uint32_t *)in_val); in mm_channel_fsm_fn_active() local
947 rc = mm_channel_flush_super_buf_queue(my_obj, frame_idx, CAM_STREAM_TYPE_DEFAULT); in mm_channel_fsm_fn_active()
1873 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
1883 node->u.flush_cmd.frame_idx = frame_idx; in mm_channel_flush_super_buf_queue()
2261 payload->type, payload->frame_idx, in mm_channel_map_stream_buf()
[all …]
/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/google/marlin/camera/QCamera2/HAL/
DQCameraMuxer.h118 uint32_t frame_idx; member
195 uint32_t frame_idx, camera_release_callback release_cb,
277 uint32_t frame_idx, camera_release_callback release_cb,
DQCamera2HWICallbacks.cpp154 recvd_frame->bufs[0]->frame_idx); in zsl_channel_cb()
255 frame->bufs[i]->frame_idx, in zsl_channel_cb()
410 recvd_frame->bufs[0]->frame_idx); in capture_channel_cb_routine()
658 LOGI("[KPI Perf]: frame_idx %d", recvd_frame->bufs[0]->frame_idx); in postproc_channel_cb_routine()
721 if (!pme->needProcessPreviewFrame(frame->frame_idx)) { in synchronous_stream_cb_routine()
723 pme->mLastPreviewFrameID = frame->frame_idx; in synchronous_stream_cb_routine()
747 pme->mLastPreviewFrameID = frame->frame_idx; in synchronous_stream_cb_routine()
815 pme->mLastPreviewFrameID = frame->frame_idx; in preview_stream_cb_routine()
818 (!pme->needProcessPreviewFrame(frame->frame_idx))) || in preview_stream_cb_routine()
1141 if (!pme->needProcessPreviewFrame(frame->frame_idx)) { in nodisplay_preview_stream_cb_routine()
[all …]
DQCameraMuxer.cpp2443 uint32_t frame_idx = *((uint32_t *) match_data); in matchFrameId() local
2445 return node->frame_idx == frame_idx; in matchFrameId()
2469 uint32_t frame_idx = *((uint32_t *) match_data); in findPreviousJpegs() local
2471 return node->frame_idx < frame_idx; in findPreviousJpegs()
2569 main_jpeg_node->frame_idx, in composeMpoRoutine()
2580 aux_jpeg_node->frame_idx, in composeMpoRoutine()
2651 uint32_t frame_idx, camera_release_callback release_cb, in jpeg_data_callback() argument
2659 data, data->size, data->data, frame_idx); in jpeg_data_callback()
2661 msg_type, data, index, metadata, user, frame_idx, release_cb, in jpeg_data_callback()
2696 camera_frame_metadata_t *metadata, void *user,uint32_t frame_idx, in storeJpeg() argument
[all …]
DQCameraChannel.cpp775 int32_t QCameraPicChannel::flushSuperbuffer(uint32_t frame_idx) in flushSuperbuffer() argument
777 int32_t rc = m_camOps->flush_super_buf_queue(m_camHandle, m_handle, frame_idx); in flushSuperbuffer()
1348 param.reprocess.frame_idx = frame->frame_idx; in doReprocessOffline()
1356 param.reprocess.frame_idx, param.reprocess.buf_index, in doReprocessOffline()
1520 param.reprocess.frame_idx = frame->bufs[i]->frame_idx; in doReprocess()
1529 param.reprocess.frame_idx, param.reprocess.buf_index, in doReprocess()
/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/google/marlin/camera/QCamera2/stack/mm-camera-interface/inc/
Dmm_camera.h95 uint32_t frame_idx; member
117 uint32_t frame_idx; member
364 uint32_t frame_idx; member
397 uint32_t frame_idx; member
661 uint32_t frame_idx);
729 uint32_t frame_idx,
738 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/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/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/google/marlin/camera/QCamera2/stack/mm-camera-test/src/
Dmm_qcamera_rdi.c44 uint32_t frame_idx) in mm_app_rdi_dump_frame() argument
52 QCAMERA_DUMP_FRM_LOCATION"%s_%03u.%s", name, frame_idx, ext); in mm_app_rdi_dump_frame()
77 frame->frame_len, frame->frame_idx, frame->stream_id); in mm_app_rdi_notify_cb()
79 mm_app_rdi_dump_frame(frame, file_name, "raw", frame->frame_idx); in mm_app_rdi_notify_cb()
Dmm_qcamera_reprocess.c47 frame->frame_len, frame->frame_idx); in mm_app_reprocess_notify_cb()
315 param.reprocess.frame_idx = frame->frame_idx; in mm_app_do_reprocess()
Dmm_qcamera_video.c42 frame->frame_len, frame->frame_idx); in mm_app_video_notify_cb()
44 mm_app_dump_frame(frame, file_name, "yuv", frame->frame_idx); in mm_app_video_notify_cb()
/device/google/marlin/camera/QCamera2/stack/common/
Dmm_camera_interface.h131 uint32_t frame_idx; member
216 typedef int32_t (*map_stream_buf_op_t) (uint32_t frame_idx,
236 typedef int32_t (*unmap_stream_buf_op_t) (uint32_t frame_idx,
805 uint32_t ch_id, uint32_t frame_idx);
/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/huawei/angler/camera/QCamera2/HAL/
DQCameraChannel.cpp730 int32_t QCameraPicChannel::flushSuperbuffer(uint32_t frame_idx) in flushSuperbuffer() argument
732 int32_t rc = m_camOps->flush_super_buf_queue(m_camHandle, m_handle, frame_idx); in flushSuperbuffer()
1265 param.reprocess.frame_idx = frame->bufs[i]->frame_idx; in doReprocessOffline()
1335 param.reprocess.frame_idx = frame->bufs[i]->frame_idx; in doReprocess()
1344 param.reprocess.frame_idx, param.reprocess.buf_index, in doReprocess()
/device/google/marlin/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