Home
last modified time | relevance | path

Searched refs:LevelEstimatorImpl (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/webrtc/modules/audio_processing/
Dlevel_estimator_impl.cc19 LevelEstimatorImpl::LevelEstimatorImpl(rtc::CriticalSection* crit) in LevelEstimatorImpl() function in webrtc::LevelEstimatorImpl
24 LevelEstimatorImpl::~LevelEstimatorImpl() {} in ~LevelEstimatorImpl()
26 void LevelEstimatorImpl::Initialize() { in Initialize()
31 void LevelEstimatorImpl::ProcessStream(AudioBuffer* audio) { in ProcessStream()
43 int LevelEstimatorImpl::Enable(bool enable) { in Enable()
52 bool LevelEstimatorImpl::is_enabled() const { in is_enabled()
57 int LevelEstimatorImpl::RMS() { in RMS()
Dlevel_estimator_impl.h24 class LevelEstimatorImpl : public LevelEstimator {
26 explicit LevelEstimatorImpl(rtc::CriticalSection* crit);
27 ~LevelEstimatorImpl() override;
42 RTC_DISALLOW_IMPLICIT_CONSTRUCTORS(LevelEstimatorImpl);
Daudio_processing_impl.cc159 rtc::scoped_ptr<LevelEstimatorImpl> level_estimator;
246 new LevelEstimatorImpl(&crit_capture_)); in AudioProcessingImpl()