HomeSort by relevance Sort by last modified time
    Searched defs:level_estimator (Results 1 - 2 of 2) sorted by null

  /external/webrtc/webrtc/modules/audio_processing/include/
mock_audio_processing.h 272 virtual MockLevelEstimator* level_estimator() const { function in class:webrtc::MockAudioProcessing
  /external/webrtc/webrtc/modules/audio_processing/
audio_processing_impl.cc 159 rtc::scoped_ptr<LevelEstimatorImpl> level_estimator; member in struct:webrtc::AudioProcessingImpl::ApmPublicSubmodules
245 public_submodules_->level_estimator.reset(
828 public_submodules_->level_estimator->ProcessStream(ca);
1171 LevelEstimator* AudioProcessingImpl::level_estimator() const { function in class:webrtc::AudioProcessingImpl
    [all...]

Completed in 60 milliseconds