Home
last modified time | relevance | path

Searched refs:max_unmatched_frames (Results 1 – 6 of 6) sorted by relevance

/device/google/marlin/camera/QCamera2/stack/mm-camera-test/src/
Dmm_qcamera_snapshot.c540 attr.max_unmatched_frames = 3; in mm_app_start_capture_raw()
612 attr.max_unmatched_frames = 3; in mm_app_start_capture()
Dmm_qcamera_preview.c1051 attr.max_unmatched_frames = 3; in mm_app_start_preview_zsl()
/device/google/marlin/camera/QCamera2/stack/common/
Dmm_camera_interface.h385 uint8_t max_unmatched_frames; member
/device/google/marlin/camera/QCamera2/stack/mm-camera-interface/src/
Dmm_camera_channel.c2905 if ((queue->attr.max_unmatched_frames < unmatched_bundles) in mm_channel_superbuf_comp_and_enqueue()
2913 while ((queue->attr.max_unmatched_frames < unmatched_bundles) in mm_channel_superbuf_comp_and_enqueue()
2933 if (queue->attr.max_unmatched_frames < unmatched_bundles) { in mm_channel_superbuf_comp_and_enqueue()
/device/google/marlin/camera/QCamera2/HAL/
DQCamera2HWI.cpp6954 attr.max_unmatched_frames = mParameters.getMaxUnmatchedFramesInQueue(); in addVideoChannel()
7016 attr.max_unmatched_frames = mParameters.getMaxUnmatchedFramesInQueue(); in addSnapshotChannel()
7073 attr.max_unmatched_frames = mParameters.getMaxUnmatchedFramesInQueue(); in addRawChannel()
7162 attr.max_unmatched_frames = mParameters.getMaxUnmatchedFramesInQueue(); in addZSLChannel()
7284 attr.max_unmatched_frames = mParameters.getMaxUnmatchedFramesInQueue(); in addCaptureChannel()
7748 attr.max_unmatched_frames = mParameters.getMaxUnmatchedFramesInQueue(); in addReprocChannel()
/device/google/marlin/camera/QCamera2/HAL3/
DQCamera3Channel.cpp3955 attr.max_unmatched_frames = 1; in initialize()