Home | History | Annotate | Download | only in audio_processing

Lines Matching refs:LevelEstimatorImpl

87 LevelEstimatorImpl::LevelEstimatorImpl(const AudioProcessingImpl* apm)
91 LevelEstimatorImpl::~LevelEstimatorImpl() {}
93 int LevelEstimatorImpl::ProcessStream(AudioBuffer* audio) {
115 int LevelEstimatorImpl::Enable(bool enable) {
120 bool LevelEstimatorImpl::is_enabled() const {
124 int LevelEstimatorImpl::RMS() {
133 int LevelEstimatorImpl::get_version(char* version,
140 void* LevelEstimatorImpl::CreateHandle() const {
144 int LevelEstimatorImpl::DestroyHandle(void* handle) const {
151 int LevelEstimatorImpl::InitializeHandle(void* handle) const {
159 int LevelEstimatorImpl::ConfigureHandle(void* /*handle*/) const {
163 int LevelEstimatorImpl::num_handles_required() const {
167 int LevelEstimatorImpl::GetHandleError(void* handle) const {