Home
last modified time | relevance | path

Searched refs:delay_selection_thresholds (Results 1 – 5 of 5) sorted by relevance

/external/webrtc/modules/audio_processing/aec3/
Dmatched_filter_lag_aggregator_unittest.cc39 config.delay.delay_selection_thresholds); in TEST()
75 &data_dumper, 100, config.delay.delay_selection_thresholds); in TEST()
106 &data_dumper, kLag, config.delay.delay_selection_thresholds); in TEST()
127 config.delay.delay_selection_thresholds); in TEST()
150 nullptr, 10, config.delay.delay_selection_thresholds), in TEST()
Decho_path_delay_estimator.cc48 config.delay.delay_selection_thresholds) { in EchoPathDelayEstimator()
/external/webrtc/api/audio/
Decho_canceller3_config_json.cc201 &cfg.delay.delay_selection_thresholds.initial); in Aec3ConfigFromJsonString()
203 &cfg.delay.delay_selection_thresholds.converged); in Aec3ConfigFromJsonString()
422 ost << "\"initial\": " << config.delay.delay_selection_thresholds.initial in Aec3ConfigToJsonString()
424 ost << "\"converged\": " << config.delay.delay_selection_thresholds.converged; in Aec3ConfigToJsonString()
Decho_canceller3_config.h50 } delay_selection_thresholds = {5, 20}; member
Decho_canceller3_config.cc118 res = res & Limit(&c->delay.delay_selection_thresholds.initial, 1, 250); in Validate()
119 res = res & Limit(&c->delay.delay_selection_thresholds.converged, 1, 250); in Validate()