Home
last modified time | relevance | path

Searched refs:EchoModel (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/api/audio/
Decho_canceller3_config.h135 struct EchoModel { struct
136 EchoModel();
137 EchoModel(const EchoModel& e);
138 EchoModel& operator=(const EchoModel& e); argument
Decho_canceller3_config.cc62 EchoCanceller3Config::EchoModel::EchoModel() = default;
63 EchoCanceller3Config::EchoModel::EchoModel(
64 const EchoCanceller3Config::EchoModel& e) = default;
65 EchoCanceller3Config::EchoModel& EchoCanceller3Config::EchoModel::operator=(
66 const EchoModel& e) = default;
/external/webrtc/modules/audio_processing/aec3/
Dresidual_echo_estimator.cc86 const EchoCanceller3Config::EchoModel& echo_model, in GetRenderIndexesToAnalyze()
152 void ApplyNoiseGate(const EchoCanceller3Config::EchoModel& config, in ApplyNoiseGate()
166 const EchoCanceller3Config::EchoModel& echo_model, in EchoGeneratingPower()