Searched refs:max_unmatched_frames (Results 1 – 7 of 7) sorted by relevance
622 attr.max_unmatched_frames = 3; in mm_app_start_capture_raw()694 attr.max_unmatched_frames = 3; in mm_app_start_capture()
1342 attr.max_unmatched_frames = 3; in mm_app_start_preview_zsl()
400 uint8_t max_unmatched_frames; member
1982 queue->attr.max_unmatched_frames); in mm_camera_muxer_do_frame_sync()2019 if ((queue->attr.max_unmatched_frames < unmatched_bundles) in mm_camera_muxer_do_frame_sync()2025 } else if (queue->attr.max_unmatched_frames < unmatched_bundles) { in mm_camera_muxer_do_frame_sync()
3251 if ((queue->attr.max_unmatched_frames < unmatched_bundles) in mm_channel_superbuf_comp_and_enqueue()3259 while ((queue->attr.max_unmatched_frames < unmatched_bundles) in mm_channel_superbuf_comp_and_enqueue()3279 if (queue->attr.max_unmatched_frames < unmatched_bundles) { in mm_channel_superbuf_comp_and_enqueue()
7724 attr.max_unmatched_frames = mParameters.getMaxUnmatchedFramesInQueue(); in addVideoChannel()7787 attr.max_unmatched_frames = mParameters.getMaxUnmatchedFramesInQueue(); in addSnapshotChannel()7844 attr.max_unmatched_frames = mParameters.getMaxUnmatchedFramesInQueue(); in addRawChannel()7938 attr.max_unmatched_frames = mParameters.getMaxUnmatchedFramesInQueue(); in addZSLChannel()8062 attr.max_unmatched_frames = mParameters.getMaxUnmatchedFramesInQueue(); in addCaptureChannel()8557 attr.max_unmatched_frames = mParameters.getMaxUnmatchedFramesInQueue(); in addReprocChannel()
4467 attr.max_unmatched_frames = 1; in initialize()