/hardware/qcom/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() 1143 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 1152 node->u.frame_idx = frame_idx; in mm_channel_flush_super_buf_queue() 1577 if (mm_channel_util_seq_comp_w_rollover(buf_info->frame_idx, in mm_channel_superbuf_comp_and_enqueue() 1608 } else if ( buf_info->frame_idx == super_buf->frame_idx ) { in mm_channel_superbuf_comp_and_enqueue() 1616 if ( super_buf->frame_idx < buf_info->frame_idx ) { in mm_channel_superbuf_comp_and_enqueue() 1621 if ( super_buf->frame_idx > buf_info->frame_idx ) { in mm_channel_superbuf_comp_and_enqueue() [all …]
|
D | mm_camera_stream.c | 971 buf_info->frame_idx = vb.sequence; in mm_stream_read_msm_frame() 976 buf_info->buf->frame_idx = vb.sequence; in mm_stream_read_msm_frame() 980 __func__, vb.index, buf_info->buf->frame_idx, my_obj->stream_info->stream_type); in mm_stream_read_msm_frame() 1250 uint32_t frame_idx, in mm_stream_map_buf() argument 1267 packet.payload.buf_map.frame_idx = frame_idx; in mm_stream_map_buf() 1299 uint32_t frame_idx, in mm_stream_unmap_buf() argument 1312 packet.payload.buf_unmap.frame_idx = frame_idx; in mm_stream_unmap_buf() 1343 static int32_t mm_stream_map_buf_ops(uint32_t frame_idx, in mm_stream_map_buf_ops() argument 1352 frame_idx, plane_idx, fd, size); in mm_stream_map_buf_ops() 1376 static int32_t mm_stream_unmap_buf_ops(uint32_t frame_idx, in mm_stream_unmap_buf_ops() argument [all …]
|
D | mm_camera_interface.c | 904 uint32_t ch_id, uint32_t frame_idx) in mm_camera_intf_flush_super_buf_queue() argument 917 rc = mm_camera_flush_super_buf_queue(my_obj, ch_id, frame_idx); in mm_camera_intf_flush_super_buf_queue()
|
D | mm_camera.c | 1087 uint32_t frame_idx) in mm_camera_flush_super_buf_queue() argument 1099 (void *)frame_idx, in mm_camera_flush_super_buf_queue()
|
/hardware/qcom/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);
|
D | cam_types.h | 243 uint32_t frame_idx; /* frame index: valid if type is STREAM_BUF */ member 255 uint32_t frame_idx; /* frame index: valid if STREAM_BUF or HIST_BUF */ member
|
D | cam_intf.h | 314 uint32_t frame_idx; /* frame id of source frame to be reprocessed */ member
|
/hardware/qcom/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,
|
/hardware/qcom/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()
|
D | mm_qcamera_snapshot.c | 212 mm_app_dump_frame(m_frame, "main", "yuv", m_frame->frame_idx); in mm_app_snapshot_notify_cb() 230 mm_app_dump_frame(p_frame, "postview", "yuv", p_frame->frame_idx); in mm_app_snapshot_notify_cb()
|
D | mm_qcamera_app.c | 238 int frame_idx) in mm_app_dump_frame() argument 244 snprintf(file_name, sizeof(file_name), "/data/%s_%d.%s", name, frame_idx, ext); in mm_app_dump_frame()
|
/hardware/qcom/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
|
/hardware/qcom/camera/QCamera2/HAL/ |
D | QCamera2HWICallbacks.cpp | 285 frame->frame_idx, QCAMERA_DUMP_FRM_PREVIEW); in preview_stream_cb_routine() 410 frame->frame_idx, QCAMERA_DUMP_FRM_PREVIEW); in nodisplay_preview_stream_cb_routine() 479 frame->frame_idx, QCAMERA_DUMP_FRM_THUMBNAIL); in postview_stream_cb_routine() 555 frame->frame_idx, QCAMERA_DUMP_FRM_VIDEO); in video_stream_cb_routine()
|
D | QCameraChannel.cpp | 770 param.reprocess.frame_idx = frame->bufs[i]->frame_idx; in doReprocess()
|
D | QCameraPostProc.cpp | 986 main_frame->frame_idx, QCAMERA_DUMP_FRM_SNAPSHOT); in encodeData() 1014 thumb_frame->frame_idx, QCAMERA_DUMP_FRM_THUMBNAIL); in encodeData() 1161 frame->frame_idx, QCAMERA_DUMP_FRM_RAW); in processRawImageImpl()
|
D | QCameraStream.cpp | 531 ALOGD("%s: Buffer Index = %d, Frame Idx = %d", __func__, index, mBufDefs[index].frame_idx); in bufDone()
|
/hardware/qcom/camera/QCamera2/stack/mm-camera-test/inc/ |
D | mm_qcamera_app.h | 167 int frame_idx);
|
/hardware/qcom/camera/QCamera2/HAL3/ |
D | QCamera3Channel.cpp | 2066 param.reprocess.frame_idx = frame->bufs[i]->frame_idx; in doReprocess()
|