Home
last modified time | relevance | path

Searched refs:post_frame_skip (Results 1 – 4 of 4) sorted by relevance

/hardware/qcom/camera/QCamera2/stack/common/
Dmm_camera_interface.h388 uint8_t post_frame_skip; member
/hardware/qcom/camera/QCamera2/stack/mm-camera-interface/src/
Dmm_camera_channel.c2755 + queue->attr.post_frame_skip; in mm_channel_superbuf_comp_and_enqueue()
2762 queue->attr.post_frame_skip, queue->expected_frame_id); in mm_channel_superbuf_comp_and_enqueue()
2872 queue->expected_frame_id = buf_info->frame_idx + queue->attr.post_frame_skip; in mm_channel_superbuf_comp_and_enqueue()
/hardware/qcom/camera/QCamera2/HAL/
DQCamera2HWI.cpp6822 attr.post_frame_skip = mParameters.getZSLBurstInterval(); in addVideoChannel()
6884 attr.post_frame_skip = mParameters.getZSLBurstInterval(); in addSnapshotChannel()
6941 attr.post_frame_skip = mParameters.getZSLBurstInterval(); in addRawChannel()
7027 attr.post_frame_skip = mParameters.getZSLBurstInterval(); in addZSLChannel()
7029 attr.post_frame_skip++; in addZSLChannel()
/hardware/qcom/camera/QCamera2/stack/mm-camera-test/src/
Dmm_qcamera_preview.c1045 attr.post_frame_skip = 0; in mm_app_start_preview_zsl()