Home
last modified time | relevance | path

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

/hardware/qcom/camera/QCamera2/stack/common/
Dmm_camera_interface.h256 uint8_t max_unmatched_frames; member
/hardware/qcom/camera/QCamera2/stack/mm-camera-test/src/
Dmm_qcamera_preview.c355 attr.max_unmatched_frames = 3; in mm_app_start_preview_zsl()
Dmm_qcamera_snapshot.c355 attr.max_unmatched_frames = 3; in mm_app_start_capture()
/hardware/qcom/camera/QCamera2/stack/mm-camera-interface/src/
Dmm_camera_channel.c1669 if ( ( queue->attr.max_unmatched_frames < unmatched_bundles ) && in mm_channel_superbuf_comp_and_enqueue()
1674 if ( queue->attr.max_unmatched_frames < unmatched_bundles ) { in mm_channel_superbuf_comp_and_enqueue()
/hardware/qcom/camera/QCamera2/HAL3/
DQCamera3Channel.cpp982 attr.max_unmatched_frames = 1; in initialize()
1844 attr.max_unmatched_frames = 1; in initialize()
DQCamera3HWI.cpp4520 attr.max_unmatched_frames = getMaxUnmatchedFramesInQueue(); in addOnlineReprocChannel()
/hardware/qcom/camera/QCamera2/HAL/
DQCamera2HWI.cpp2977 attr.max_unmatched_frames = mParameters.getMaxUnmatchedFramesInQueue(); in addZSLChannel()
3056 attr.max_unmatched_frames = mParameters.getMaxUnmatchedFramesInQueue(); in addCaptureChannel()
3180 attr.max_unmatched_frames = mParameters.getMaxUnmatchedFramesInQueue(); in addOnlineReprocChannel()