Home
last modified time | relevance | path

Searched refs:LevelEstimator (Results 1 – 5 of 5) sorted by relevance

/external/webrtc/src/modules/audio_processing/interface/
Daudio_processing.h26 class LevelEstimator; variable
208 virtual LevelEstimator* level_estimator() const = 0;
499 class LevelEstimator {
518 virtual ~LevelEstimator() {}; in ~LevelEstimator()
/external/webrtc/src/modules/audio_processing/
Dlevel_estimator_impl.h21 class LevelEstimatorImpl : public LevelEstimator,
Daudio_processing_impl.h78 virtual LevelEstimator* level_estimator() const;
Daudio_processing_impl.cc543 LevelEstimator* AudioProcessingImpl::level_estimator() const { in level_estimator()
/external/webrtc/src/modules/audio_processing/test/
Dunit_test.cc37 using webrtc::LevelEstimator;
751 TEST_F(ApmTest, LevelEstimator) { in TEST_F() argument