HomeSort by relevance Sort by last modified time
    Searched refs:LevelEstimator (Results 1 - 5 of 5) sorted by null

  /external/webrtc/src/modules/audio_processing/
level_estimator_impl.h 21 class LevelEstimatorImpl : public LevelEstimator,
29 // LevelEstimator implementation.
36 // LevelEstimator implementation.
audio_processing_impl.h 78 virtual LevelEstimator* level_estimator() const;
audio_processing_impl.cc 543 LevelEstimator* AudioProcessingImpl::level_estimator() const {
  /external/webrtc/src/modules/audio_processing/interface/
audio_processing.h 26 class LevelEstimator;
208 virtual LevelEstimator* level_estimator() const = 0;
499 class LevelEstimator {
518 virtual ~LevelEstimator() {};
  /external/webrtc/src/modules/audio_processing/test/
unit_test.cc 37 using webrtc::LevelEstimator;
751 TEST_F(ApmTest, LevelEstimator) {
    [all...]

Completed in 177 milliseconds