Searched refs:LevelEstimatorImpl (Results 1 – 3 of 3) sorted by relevance
19 LevelEstimatorImpl::LevelEstimatorImpl(rtc::CriticalSection* crit) in LevelEstimatorImpl() function in webrtc::LevelEstimatorImpl24 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()
24 class LevelEstimatorImpl : public LevelEstimator {26 explicit LevelEstimatorImpl(rtc::CriticalSection* crit);27 ~LevelEstimatorImpl() override;42 RTC_DISALLOW_IMPLICIT_CONSTRUCTORS(LevelEstimatorImpl);
159 rtc::scoped_ptr<LevelEstimatorImpl> level_estimator;246 new LevelEstimatorImpl(&crit_capture_)); in AudioProcessingImpl()