Home
last modified time | relevance | path

Searched refs:HandleEchoPathChange (Results 1 – 17 of 17) sorted by relevance

/external/webrtc/modules/audio_processing/aec3/
Dsubtractor.cc117 void Subtractor::HandleEchoPathChange( in HandleEchoPathChange() function in webrtc::Subtractor
121 refined_filters_[ch]->HandleEchoPathChange(); in HandleEchoPathChange()
122 coarse_filter_[ch]->HandleEchoPathChange(); in HandleEchoPathChange()
123 refined_gains_[ch]->HandleEchoPathChange(echo_path_variability); in HandleEchoPathChange()
124 coarse_gains_[ch]->HandleEchoPathChange(); in HandleEchoPathChange()
141 refined_gains_[ch]->HandleEchoPathChange(echo_path_variability); in HandleEchoPathChange()
Dsubtractor_output_analyzer.h36 void HandleEchoPathChange();
Daec_state_unittest.cc94 state.HandleEchoPathChange(EchoPathVariability( in RunNormalUsageTest()
109 state.HandleEchoPathChange(EchoPathVariability( in RunNormalUsageTest()
291 state.HandleEchoPathChange(echo_path_variability); in TEST()
Dcoarse_filter_update_gain.h33 void HandleEchoPathChange();
Dsubtractor_output_analyzer.cc53 void SubtractorOutputAnalyzer::HandleEchoPathChange() { in HandleEchoPathChange() function in webrtc::SubtractorOutputAnalyzer
Drefined_filter_update_gain.h45 void HandleEchoPathChange(const EchoPathVariability& echo_path_variability);
Dcoarse_filter_update_gain.cc30 void CoarseFilterUpdateGain::HandleEchoPathChange() { in HandleEchoPathChange() function in webrtc::CoarseFilterUpdateGain
Dsubtractor.h56 void HandleEchoPathChange(const EchoPathVariability& echo_path_variability);
Dsubtractor_unittest.cc144 subtractor.HandleEchoPathChange(EchoPathVariability( in RunSubtractorTest()
151 aec_state.HandleEchoPathChange(EchoPathVariability( in RunSubtractorTest()
Dadaptive_fir_filter.h114 void HandleEchoPathChange();
Drefined_filter_update_gain.cc52 void RefinedFilterUpdateGain::HandleEchoPathChange( in HandleEchoPathChange() function in webrtc::RefinedFilterUpdateGain
Daec_state.cc157 void AecState::HandleEchoPathChange( in HandleEchoPathChange() function in webrtc::AecState
184 subtractor_output_analyzer_.HandleEchoPathChange(); in HandleEchoPathChange()
Daec_state.h115 void HandleEchoPathChange(const EchoPathVariability& echo_path_variability);
Drefined_filter_update_gain_unittest.cc124 refined_filter.HandleEchoPathChange(); in RunFilterUpdateTest()
203 aec_state.HandleEchoPathChange(EchoPathVariability( in RunFilterUpdateTest()
Decho_remover.cc336 subtractor_.HandleEchoPathChange(echo_path_variability); in ProcessCapture()
337 aec_state_.HandleEchoPathChange(echo_path_variability); in ProcessCapture()
Dadaptive_fir_filter_unittest.cc481 aec_state.HandleEchoPathChange(EchoPathVariability( in TEST_P()
Dadaptive_fir_filter.cc501 void AdaptiveFirFilter::HandleEchoPathChange() { in HandleEchoPathChange() function in webrtc::AdaptiveFirFilter