Home
last modified time | relevance | path

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

/external/webrtc/modules/audio_processing/aec3/
Derle_estimator_unittest.cc153 config.erle.onset_detection = true; in TEST_P()
208 config.erle.onset_detection = true; in TEST_P()
Dsubband_erle_estimator.cc45 : use_onset_detection_(config.erle.onset_detection), in SubbandErleEstimator()
Decho_canceller3.cc282 adjusted_cfg.erle.onset_detection = false; in AdjustConfig()
/external/webrtc/api/audio/
Decho_canceller3_config.h99 bool onset_detection = true; member
Decho_canceller3_config_json.cc239 ReadParam(section, "onset_detection", &cfg.erle.onset_detection); in Aec3ConfigFromJsonString()
518 << (config.erle.onset_detection ? "true" : "false") << ","; in Aec3ConfigToJsonString()