Searched refs:LevelEstimatorImpl (Results 1 – 4 of 4) sorted by relevance
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()