Home
last modified time | relevance | path

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

12

/hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-interface/src/
Dmm_camera_channel.c82 uint32_t frame_idx,
156 mm_channel_queue_t * queue, uint32_t frame_idx);
355 if (cmd_cb->u.req_buf.frame_idx) { in mm_channel_process_stream_buf()
357 cmd_cb->u.req_buf.frame_idx; in mm_channel_process_stream_buf()
358 LOGH("FrameID Request from Q = %d", cmd_cb->u.req_buf.frame_idx); in mm_channel_process_stream_buf()
383 ch_obj->bundle.superbuf_queue.expected_frame_id = cmd_cb->u.flush_cmd.frame_idx; in mm_channel_process_stream_buf()
613 ((node->frame_idx < in mm_channel_process_stream_buf()
618 node->frame_idx, ch_obj->capture_frame_id[ch_obj->cur_capture_idx]); in mm_channel_process_stream_buf()
1100 uint32_t frame_idx = *((uint32_t *)in_val); in mm_channel_fsm_fn_active() local
1101 rc = mm_channel_flush_super_buf_queue(my_obj, frame_idx, CAM_STREAM_TYPE_DEFAULT); in mm_channel_fsm_fn_active()
[all …]
Dmm_camera_muxer.c1410 uint32_t frame_idx, mm_camera_obj_t *cam_obj) in mm_camera_muxer_flush_super_buf_queue() argument
1419 rc = mm_camera_flush_super_buf_queue(my_obj, ch_id, frame_idx); in mm_camera_muxer_flush_super_buf_queue()
1931 if (buffer->bufs[0]->frame_idx <= queue->expected_frame_id) { in mm_camera_muxer_do_frame_sync()
1953 } else if (buffer->bufs[0]->frame_idx == super_obj->frame_idx) { in mm_camera_muxer_do_frame_sync()
1956 } else if ((buffer->bufs[0]->frame_idx >= super_obj->frame_idx) in mm_camera_muxer_do_frame_sync()
1964 if ( super_obj->frame_idx < buffer->bufs[0]->frame_idx) { in mm_camera_muxer_do_frame_sync()
1969 if ( super_obj->frame_idx > buffer->bufs[0]->frame_idx) { in mm_camera_muxer_do_frame_sync()
1980 buffer->bufs[0]->frame_idx, unmatched_bundles, in mm_camera_muxer_do_frame_sync()
1988 queue->expected_frame_id = super_obj->frame_idx; in mm_camera_muxer_do_frame_sync()
2030 queue->expected_frame_id = super_obj->frame_idx; in mm_camera_muxer_do_frame_sync()
[all …]
Dmm_camera_stream.c1645 if (buf_info->buf->frame_idx == 1) { in mm_stream_read_user_buf()
1646 frameID = buf_info->buf->frame_idx; in mm_stream_read_user_buf()
1648 frameID = (buf_info->buf->frame_idx - 1) * user_buf->buf_cnt; in mm_stream_read_user_buf()
1659 || (my_obj->prev_frameID != buf_info->buf->frame_idx + 1)) { in mm_stream_read_user_buf()
1672 stream_buf->frame_idx = frameID + i; in mm_stream_read_user_buf()
1681 stream_buf->buf_idx, stream_buf->frame_idx, in mm_stream_read_user_buf()
1693 my_obj->prev_frameID = buf_info->buf->frame_idx; in mm_stream_read_user_buf()
1754 buf_info->frame_idx = vb.sequence; in mm_stream_read_msm_frame()
1759 buf_info->buf->frame_idx = vb.sequence; in mm_stream_read_msm_frame()
1769 vb.index, buf_info->buf->frame_idx, in mm_stream_read_msm_frame()
[all …]
Dmm_camera.c1408 uint32_t frame_idx) in mm_camera_flush_super_buf_queue() argument
1420 (void *)&frame_idx, in mm_camera_flush_super_buf_queue()
1657 payload.frame_idx = buf_idx; in mm_camera_map_stream_buf()
1755 payload.frame_idx = buf_idx; in mm_camera_unmap_stream_buf()
/hardware/qcom/camera/msm8998/QCamera2/HAL/
DQCameraMuxer.h120 uint32_t frame_idx; member
197 uint32_t frame_idx, camera_release_callback release_cb,
279 uint32_t frame_idx, camera_release_callback release_cb,
DQCamera2HWICallbacks.cpp157 recvd_frame->bufs[0]->frame_idx); in zsl_channel_cb()
258 frame->bufs[i]->frame_idx, in zsl_channel_cb()
416 recvd_frame->bufs[0]->frame_idx); in capture_channel_cb_routine()
666 LOGI("[KPI Perf]: frame_idx %d", recvd_frame->bufs[0]->frame_idx); in postproc_channel_cb_routine()
735 if (!pme->needProcessPreviewFrame(frame->frame_idx)) { in synchronous_stream_cb_routine()
737 pme->mLastPreviewFrameID = frame->frame_idx; in synchronous_stream_cb_routine()
768 pme->mLastPreviewFrameID = frame->frame_idx; in synchronous_stream_cb_routine()
837 pme->mLastPreviewFrameID = frame->frame_idx; in preview_stream_cb_routine()
841 !pme->needProcessPreviewFrame(frame->frame_idx)) in preview_stream_cb_routine()
1179 if (!pme->needProcessPreviewFrame(frame->frame_idx)) { in nodisplay_preview_stream_cb_routine()
[all …]
DQCameraMuxer.cpp2445 uint32_t frame_idx = *((uint32_t *) match_data); in matchFrameId() local
2447 return node->frame_idx == frame_idx; in matchFrameId()
2471 uint32_t frame_idx = *((uint32_t *) match_data); in findPreviousJpegs() local
2473 return node->frame_idx < frame_idx; in findPreviousJpegs()
2571 main_jpeg_node->frame_idx, in composeMpoRoutine()
2582 aux_jpeg_node->frame_idx, in composeMpoRoutine()
2653 uint32_t frame_idx, camera_release_callback release_cb, in jpeg_data_callback() argument
2661 data, data->size, data->data, frame_idx); in jpeg_data_callback()
2663 msg_type, data, index, metadata, user, frame_idx, release_cb, in jpeg_data_callback()
2698 camera_frame_metadata_t *metadata, void *user,uint32_t frame_idx, in storeJpeg() argument
[all …]
DQCameraChannel.cpp914 int32_t QCameraPicChannel::flushSuperbuffer(uint32_t frame_idx) in flushSuperbuffer() argument
916 int32_t rc = m_camOps->flush_super_buf_queue(m_camHandle, m_handle, frame_idx); in flushSuperbuffer()
1551 param.reprocess.frame_idx = frame->frame_idx; in doReprocessOffline()
1569 param.reprocess.frame_idx, param.reprocess.buf_index, in doReprocessOffline()
1751 param.reprocess.frame_idx = frame->bufs[i]->frame_idx; in doReprocess()
1761 param.reprocess.frame_idx, param.reprocess.buf_index, in doReprocess()
DQCameraChannel.h113 int32_t flushSuperbuffer(uint32_t frame_idx);
DQCamera2HWI.h137 uint32_t frame_idx, camera_release_callback release_cb,
432 uint32_t frame_idx);
DQCameraPostProc.cpp1276 uint32_t frame_idx = 75; in processJpegEvt() local
1277 LOGH("FRAME INDEX %d", frame_idx); in processJpegEvt()
1345 frame_idx); in processJpegEvt()
1377 frame_idx); in processJpegEvt()
3070 uint32_t frame_idx = 75; in dataSaveRoutine() local
3125 frame_idx); in dataSaveRoutine()
/hardware/qcom/camera/msm8998/QCamera2/stack/common/
Dmm_camera_interface.h146 uint32_t frame_idx; member
199 uint32_t frame_idx; //Client can request frameId to pick from ZSL queue member
233 typedef int32_t (*map_stream_buf_op_t) (uint32_t frame_idx,
253 typedef int32_t (*unmap_stream_buf_op_t) (uint32_t frame_idx,
872 uint32_t ch_id, uint32_t frame_idx);
Dcam_types.h509 uint32_t frame_idx; /* frame index: valid if type is STREAM_BUF */ member
527 uint32_t frame_idx; /* frame index: valid if STREAM_BUF or HIST_BUF */ member
/hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-interface/inc/
Dmm_camera.h101 uint32_t frame_idx; member
123 uint32_t frame_idx; member
425 uint32_t frame_idx; member
459 uint32_t frame_idx; member
774 uint32_t frame_idx);
846 uint32_t frame_idx,
855 uint32_t frame_idx,
Dmm_camera_muxer.h47 uint32_t frame_idx; member
142 uint32_t frame_idx, mm_camera_obj_t *cam_obj);
/hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-test/src/
Dmm_qcamera_rdi.c43 uint32_t frame_idx) in mm_app_rdi_dump_frame() argument
51 QCAMERA_DUMP_FRM_LOCATION"%s_%03u.%s", name, frame_idx, ext); in mm_app_rdi_dump_frame()
76 frame->frame_len, frame->frame_idx, frame->stream_id); in mm_app_rdi_notify_cb()
78 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()
318 param.reprocess.frame_idx = frame->frame_idx; in mm_app_do_reprocess()
Dmm_qcamera_video.c173 mm_app_dump_frame(m_frame, "main", "yuv", m_frame->frame_idx); in mm_app_snapshot_notify_cb()
191 mm_app_dump_frame(p_frame, "postview", "yuv", p_frame->frame_idx); in mm_app_snapshot_notify_cb()
293 mm_app_dump_frame(frame, file_name, "yuv", frame->frame_idx); in mm_app_preview_notify_cb()
320 frame->frame_len, frame->frame_idx); in mm_app_video_notify_cb()
322 mm_app_dump_frame(frame, file_name, "yuv", frame->frame_idx); in mm_app_video_notify_cb()
Dmm_qcamera_snapshot.c399 mm_app_dump_frame(m_frame, "main", "raw", m_frame->frame_idx); in mm_app_snapshot_notify_cb_raw()
467 mm_app_dump_frame(m_frame, "main", "yuv", m_frame->frame_idx); in mm_app_snapshot_notify_cb()
485 mm_app_dump_frame(p_frame, "postview", "yuv", p_frame->frame_idx); in mm_app_snapshot_notify_cb()
Dmm_qcamera_preview.c276 mm_app_dump_frame(m_frame, "main", "yuv", m_frame->frame_idx); in mm_app_snapshot_notify_cb()
294 mm_app_dump_frame(p_frame, "postview", "yuv", p_frame->frame_idx); in mm_app_snapshot_notify_cb()
399 mm_app_dump_frame(frame, file_name, "yuv", frame->frame_idx); in mm_app_preview_notify_cb()
/hardware/qcom/camera/msm8998/
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
/hardware/qcom/camera/msm8998/QCamera2/util/
DQCameraDualFOVPP.cpp177 uint32_t frameIndex = pInputSnapshotBuf->frame_idx; in feedInput()
440 main_snapshot_buf->frame_idx, "wide"); in process()
442 aux_snapshot_buf->frame_idx, "tele"); in process()
462 main_snapshot_buf->frame_idx, "out"); in process()
DQCameraBufferMaps.cpp178 mBufMapList.buf_maps[pos].frame_idx = pFrameIndex; in enqueue()
/hardware/qcom/camera/msm8998/QCamera2/HAL3/
DQCamera3Channel.cpp535 counter, frame->frame_idx, dim.width, dim.height); in dumpYUV()
539 counter, frame->frame_idx, dim.width, dim.height); in dumpYUV()
543 counter, frame->frame_idx, dim.width, dim.height); in dumpYUV()
547 counter, frame->frame_idx, dim.width, dim.height); in dumpYUV()
551 counter, frame->frame_idx, dim.width, dim.height); in dumpYUV()
555 counter, frame->frame_idx, dim.width, dim.height); in dumpYUV()
2418 frame->frame_idx, offset.mp[0].stride, offset.mp[0].scanline); in dumpRawSnapshot()
2639 frame->frame_idx, dim.width, dim.height); in dumpRawSnapshot()
3532 jpeg_dump_buffer->frame_idx = obj->mMemory.getFrameNumber(bufIdx); in jpegEvtHandle()
5339 param.reprocess.frame_idx = frame->input_buffer.frame_idx; in doReprocessOffline()
[all …]
/hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-test/inc/
Dmm_qcamera_app.h371 uint32_t frame_idx);

12