Home
last modified time | relevance | path

Searched refs:detection_timeout_threshold_frames_ (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/webrtc/modules/audio_processing/aec3/
H A Dmulti_channel_content_detector.cc95 detection_timeout_threshold_frames_( in MultiChannelContentDetector()
130 if (detection_timeout_threshold_frames_.has_value() && in UpdateDetection()
132 *detection_timeout_threshold_frames_) { in UpdateDetection()
H A Dmulti_channel_content_detector.h79 const absl::optional<int> detection_timeout_threshold_frames_; variable