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

  /external/webrtc/src/modules/audio_processing/main/source/
level_estimator_impl.cc 82 LevelEstimatorImpl::LevelEstimatorImpl(const AudioProcessingImpl* apm)
86 LevelEstimatorImpl::~LevelEstimatorImpl() {}
88 int LevelEstimatorImpl::AnalyzeReverseStream(AudioBuffer* /*audio*/) {
97 int LevelEstimatorImpl::ProcessCaptureAudio(AudioBuffer* /*audio*/) {
106 int LevelEstimatorImpl::Enable(bool /*enable*/) {
112 bool LevelEstimatorImpl::is_enabled() const {
116 int LevelEstimatorImpl::GetMetrics(LevelEstimator::Metrics* /*metrics*/,
136 int LevelEstimatorImpl::get_version(char* version
    [all...]
level_estimator_impl.h 21 class LevelEstimatorImpl : public LevelEstimator,
24 explicit LevelEstimatorImpl(const AudioProcessingImpl* apm);
25 virtual ~LevelEstimatorImpl();
audio_processing_impl.h 27 class LevelEstimatorImpl;
85 LevelEstimatorImpl* level_estimator_;
audio_processing_impl.cc 96 level_estimator_ = new LevelEstimatorImpl(this);

Completed in 153 milliseconds