Home
last modified time | relevance | path

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 Dmatched_filter_unittest.cc275 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 Decho_path_delay_estimator.cc46 config.delay.delay_candidate_detection_threshold, in EchoPathDelayEstimator()
/aosp_15_r20/external/webrtc/api/audio/
H A Decho_canceller3_config.h47 float delay_candidate_detection_threshold = 0.2f; member
H A Decho_canceller3_config_json.cc203 &cfg.delay.delay_candidate_detection_threshold); in Aec3ConfigFromJsonString()
466 << config.delay.delay_candidate_detection_threshold << ","; in Aec3ConfigToJsonString()
H A Decho_canceller3_config.cc117 res = res & Limit(&c->delay.delay_candidate_detection_threshold, 0.f, 1.f); in Validate()