Searched defs:LevelEstimatorImpl (Results 1 - 2 of 2) sorted by relevance

/external/webrtc/webrtc/modules/audio_processing/
H A Dlevel_estimator_impl.h24 class LevelEstimatorImpl : public LevelEstimator { class in namespace:webrtc
26 explicit LevelEstimatorImpl(rtc::CriticalSection* crit);
27 ~LevelEstimatorImpl() override;
42 RTC_DISALLOW_IMPLICIT_CONSTRUCTORS(LevelEstimatorImpl);
H A Dlevel_estimator_impl.cc19 LevelEstimatorImpl::LevelEstimatorImpl(rtc::CriticalSection* crit) function in class:webrtc::LevelEstimatorImpl
24 LevelEstimatorImpl::~LevelEstimatorImpl() {}
26 void LevelEstimatorImpl::Initialize() {
31 void LevelEstimatorImpl::ProcessStream(AudioBuffer* audio) {
43 int LevelEstimatorImpl::Enable(bool enable) {
52 bool LevelEstimatorImpl::is_enabled() const {
57 int LevelEstimatorImpl::RMS() {

Completed in 119 milliseconds