Searched refs:LevelEstimatorImpl (Results 1 – 8 of 8) sorted by relevance
20 LevelEstimatorImpl::LevelEstimatorImpl(const AudioProcessing* apm, in LevelEstimatorImpl() function in webrtc::LevelEstimatorImpl25 LevelEstimatorImpl::~LevelEstimatorImpl() {} in ~LevelEstimatorImpl()27 int LevelEstimatorImpl::ProcessStream(AudioBuffer* audio) { in ProcessStream()40 int LevelEstimatorImpl::Enable(bool enable) { in Enable()45 bool LevelEstimatorImpl::is_enabled() const { in is_enabled()49 int LevelEstimatorImpl::RMS() { in RMS()60 void* LevelEstimatorImpl::CreateHandle() const { in CreateHandle()64 void LevelEstimatorImpl::DestroyHandle(void* handle) const { in DestroyHandle()68 int LevelEstimatorImpl::InitializeHandle(void* handle) const { in InitializeHandle()73 int LevelEstimatorImpl::ConfigureHandle(void* /*handle*/) const { in ConfigureHandle()[all …]
23 class LevelEstimatorImpl : public LevelEstimator,26 LevelEstimatorImpl(const AudioProcessing* apm,28 virtual ~LevelEstimatorImpl();
30 class LevelEstimatorImpl; variable168 LevelEstimatorImpl* level_estimator_;
111 level_estimator_ = new LevelEstimatorImpl(this, crit_); in AudioProcessingImpl()
87 LevelEstimatorImpl::LevelEstimatorImpl(const AudioProcessingImpl* apm) in LevelEstimatorImpl() function in webrtc::LevelEstimatorImpl91 LevelEstimatorImpl::~LevelEstimatorImpl() {} in ~LevelEstimatorImpl()93 int LevelEstimatorImpl::ProcessStream(AudioBuffer* audio) { in ProcessStream()115 int LevelEstimatorImpl::Enable(bool enable) { in Enable()120 bool LevelEstimatorImpl::is_enabled() const { in is_enabled()124 int LevelEstimatorImpl::RMS() { in RMS()133 int LevelEstimatorImpl::get_version(char* version, in get_version()140 void* LevelEstimatorImpl::CreateHandle() const { in CreateHandle()144 int LevelEstimatorImpl::DestroyHandle(void* handle) const { in DestroyHandle()151 int LevelEstimatorImpl::InitializeHandle(void* handle) const { in InitializeHandle()[all …]
21 class LevelEstimatorImpl : public LevelEstimator,24 explicit LevelEstimatorImpl(const AudioProcessingImpl* apm);25 virtual ~LevelEstimatorImpl();
29 class LevelEstimatorImpl; variable96 LevelEstimatorImpl* level_estimator_;
95 level_estimator_ = new LevelEstimatorImpl(this); in AudioProcessingImpl()