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

  /external/webrtc/webrtc/modules/audio_processing/
level_estimator_impl.cc 19 LevelEstimatorImpl::LevelEstimatorImpl(rtc::CriticalSection* crit)
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() {
level_estimator_impl.h 24 class LevelEstimatorImpl : public LevelEstimator {
26 explicit LevelEstimatorImpl(rtc::CriticalSection* crit);
27 ~LevelEstimatorImpl() override;
42 RTC_DISALLOW_IMPLICIT_CONSTRUCTORS(LevelEstimatorImpl);
audio_processing_impl.cc 159 rtc::scoped_ptr<LevelEstimatorImpl> level_estimator;
246 new LevelEstimatorImpl(&crit_capture_));
    [all...]

Completed in 59 milliseconds