Home
last modified time | relevance | path

Searched refs:AdjustConfig (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/modules/audio_processing/aec3/
Decho_canceller3_unittest.cc738 EchoCanceller3Config adjusted_config = AdjustConfig(default_config); in TEST()
745 adjusted_config = AdjustConfig(default_config); in TEST()
759 EchoCanceller3Config adjusted_config = AdjustConfig(default_config); in TEST()
765 adjusted_config = AdjustConfig(default_config); in TEST()
790 EchoCanceller3Config adjusted_config = AdjustConfig(default_config); in TEST()
873 EchoCanceller3Config adjusted_config = AdjustConfig(default_config); in TEST()
922 EchoCanceller3Config adjusted_config = AdjustConfig(default_config); in TEST()
Decho_canceller3.h43 EchoCanceller3Config AdjustConfig(const EchoCanceller3Config& config);
Decho_canceller3.cc259 EchoCanceller3Config AdjustConfig(const EchoCanceller3Config& config) { in AdjustConfig() function
727 config_(AdjustConfig(config)), in EchoCanceller3()
732 config_selector_(AdjustConfig(config), in EchoCanceller3()
/external/webrtc/modules/audio_processing/
Daudio_processing_impl.cc399 const AudioProcessing::Config AdjustConfig( in AdjustConfig() function
592 config_(AdjustConfig(config, input_volume_controller_config_override_)), in AudioProcessingImpl()
830 AdjustConfig(config, input_volume_controller_config_override_); in ApplyConfig()