Searched refs:AdaptiveModeLevelEstimatorAgc (Results 1 – 3 of 3) sorted by relevance
21 AdaptiveModeLevelEstimatorAgc::AdaptiveModeLevelEstimatorAgc( in AdaptiveModeLevelEstimatorAgc() function in webrtc::AdaptiveModeLevelEstimatorAgc29 void AdaptiveModeLevelEstimatorAgc::Process(const int16_t* audio, in Process()47 bool AdaptiveModeLevelEstimatorAgc::GetRmsErrorDb(int* error) { in GetRmsErrorDb()57 void AdaptiveModeLevelEstimatorAgc::Reset() { in Reset()61 float AdaptiveModeLevelEstimatorAgc::voice_probability() const { in voice_probability()
23 class AdaptiveModeLevelEstimatorAgc : public Agc {25 explicit AdaptiveModeLevelEstimatorAgc(ApmDataDumper* apm_data_dumper);
154 agc_ = std::make_unique<AdaptiveModeLevelEstimatorAgc>(data_dumper); in MonoAgc()