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

  /external/webrtc/src/modules/audio_processing/
audio_processing_impl.h 96 LevelEstimatorImpl* level_estimator_; member in class:webrtc::AudioProcessingImpl
audio_processing_impl.cc 64 level_estimator_(NULL),
95 level_estimator_ = new LevelEstimatorImpl(this);
96 component_list_.push_back(level_estimator_);
362 err = level_estimator_->ProcessStream(capture_audio_);
544 return level_estimator_;
576 // Data is unchanged if no components are enabled, or if only level_estimator_
581 if (level_estimator_->is_enabled() || voice_detection_->is_enabled()) {
585 if (level_estimator_->is_enabled() && voice_detection_->is_enabled()) {
598 // Only level_estimator_ is enabled.
601 // Something besides level_estimator_ is enabled, and we have super-wb
    [all...]

Completed in 40 milliseconds