Home
last modified time | relevance | path

Searched defs:TestLevelEstimator (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/webrtc/modules/audio_processing/agc2/
H A Dspeech_level_estimator_unittest.cc57 struct TestLevelEstimator { struct
58 explicit TestLevelEstimator(int adjacent_speech_frames_threshold) in TestLevelEstimator() function
72 ApmDataDumper data_dumper;
73 std::unique_ptr<SpeechLevelEstimator> estimator;
74 const float initial_speech_level_dbfs;
75 const float level_rms_dbfs;
76 const float level_peak_dbfs;
H A Dfixed_digital_level_estimator_unittest.cc29 void TestLevelEstimator(int sample_rate_hz, in TestLevelEstimator() function