Home
last modified time | relevance | path

Searched refs:RunEstimator (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/modules/audio_processing/agc2/
Dnoise_level_estimator_unittest.cc32 float RunEstimator(std::function<float()> sample_generator, int rate) { in RunEstimator() function
58 const float noise_level = RunEstimator(WhiteNoiseGenerator, rate); in TEST()
68 const float noise_level = RunEstimator(gen, rate); in TEST()
78 const int noise_level = RunEstimator(gen, rate); in TEST()
/external/webrtc/modules/audio_processing/aec3/
Dreverb_model_estimator_unittest.cc58 void RunEstimator();
112 void ReverbModelEstimatorTest::RunEstimator() { in RunEstimator() function in webrtc::ReverbModelEstimatorTest
134 test.RunEstimator(); in TEST()
144 test.RunEstimator(); in TEST()