Home
last modified time | relevance | path

Searched refs:stereo_detection_timeout_threshold_seconds (Results 1 – 8 of 8) sorted by relevance

/external/webrtc/modules/audio_processing/aec3/
Dmulti_channel_content_detector.cc91 int stereo_detection_timeout_threshold_seconds, in MultiChannelContentDetector() argument
96 stereo_detection_timeout_threshold_seconds > 0 in MultiChannelContentDetector()
97 ? absl::make_optional(stereo_detection_timeout_threshold_seconds * in MultiChannelContentDetector()
Dconfig_selector.cc38 if (mono_config.multi_channel.stereo_detection_timeout_threshold_seconds != in CompatibleConfigs()
40 .stereo_detection_timeout_threshold_seconds) { in CompatibleConfigs()
Dmulti_channel_content_detector.h36 int stereo_detection_timeout_threshold_seconds,
Dmulti_channel_content_detector_unittest.cc179 const int stereo_detection_timeout_threshold_seconds = in TEST_P() local
182 stereo_detection_timeout_threshold_seconds * kNumFramesPerSecond; in TEST_P()
187 stereo_detection_timeout_threshold_seconds, in TEST_P()
Decho_canceller3.cc741 .multi_channel.stereo_detection_timeout_threshold_seconds, in EchoCanceller3()
/external/webrtc/api/audio/test/
Decho_canceller3_config_json_unittest.cc37 cfg.multi_channel.stereo_detection_timeout_threshold_seconds += 1; in TEST()
88 cfg.multi_channel.stereo_detection_timeout_threshold_seconds, in TEST()
89 cfg_transformed.multi_channel.stereo_detection_timeout_threshold_seconds); in TEST()
/external/webrtc/api/audio/
Decho_canceller3_config.h244 int stereo_detection_timeout_threshold_seconds = 300; member
Decho_canceller3_config_json.cc426 &cfg.multi_channel.stereo_detection_timeout_threshold_seconds); in Aec3ConfigFromJsonString()
762 << config.multi_channel.stereo_detection_timeout_threshold_seconds << ","; in Aec3ConfigToJsonString()