Searched refs:delay_candidate_detection_threshold (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/external/webrtc/modules/audio_processing/aec3/ |
H A D | matched_filter_unittest.cc | 275 config.delay.delay_candidate_detection_threshold, kDetectPreEcho); in TEST_P() 350 config.delay.delay_candidate_detection_threshold, kDetectPreEcho); in TEST_P() 424 config.delay.delay_candidate_detection_threshold, kDetectPreEcho); in TEST_P() 465 config.delay.delay_candidate_detection_threshold, kDetectPreEcho); in TEST_P() 506 config.delay.delay_candidate_detection_threshold, in TEST_P() 518 config.delay.delay_candidate_detection_threshold, in TEST_P() 532 config.delay.delay_candidate_detection_threshold, in TEST_P() 547 config.delay.delay_candidate_detection_threshold, in TEST_P() 577 config.delay.delay_candidate_detection_threshold, in TEST() 604 config.delay.delay_candidate_detection_threshold, in TEST()
|
H A D | echo_path_delay_estimator.cc | 46 config.delay.delay_candidate_detection_threshold, in EchoPathDelayEstimator()
|
/aosp_15_r20/external/webrtc/api/audio/ |
H A D | echo_canceller3_config.h | 47 float delay_candidate_detection_threshold = 0.2f; member
|
H A D | echo_canceller3_config_json.cc | 203 &cfg.delay.delay_candidate_detection_threshold); in Aec3ConfigFromJsonString() 466 << config.delay.delay_candidate_detection_threshold << ","; in Aec3ConfigToJsonString()
|
H A D | echo_canceller3_config.cc | 117 res = res & Limit(&c->delay.delay_candidate_detection_threshold, 0.f, 1.f); in Validate()
|