Home
last modified time | relevance | path

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

/external/webrtc/modules/audio_processing/aec3/
Ddominant_nearend_detector.cc23 trigger_threshold_(config.trigger_threshold), in DominantNearendDetector()
Decho_canceller3_unittest.cc826 adjusted_config.suppressor.dominant_nearend_detection.trigger_threshold, in TEST()
827 default_config.suppressor.dominant_nearend_detection.trigger_threshold); in TEST()
862 adjusted_config.suppressor.dominant_nearend_detection.trigger_threshold, in TEST()
907 adjusted_config.suppressor.dominant_nearend_detection.trigger_threshold, in TEST()
908 default_config.suppressor.dominant_nearend_detection.trigger_threshold); in TEST()
Decho_canceller3.cc522 adjusted_cfg.suppressor.dominant_nearend_detection.trigger_threshold); in AdjustConfig()
574 adjusted_cfg.suppressor.dominant_nearend_detection.trigger_threshold = in AdjustConfig()
631 &adjusted_cfg.suppressor.dominant_nearend_detection.trigger_threshold); in AdjustConfig()
/external/webrtc/api/audio/
Decho_canceller3_config.h211 int trigger_threshold = 12; member
Decho_canceller3_config_json.cc374 &cfg.suppressor.dominant_nearend_detection.trigger_threshold); in Aec3ConfigFromJsonString()
712 ost << "\"trigger_threshold\": " << dnd.trigger_threshold << ","; in Aec3ConfigToJsonString()
Decho_canceller3_config.cc245 res = res & Limit(&c->suppressor.dominant_nearend_detection.trigger_threshold, in Validate()