Searched refs:LevelEstimatorImpl (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/audio_processing/
H A Dlevel_estimator_impl.cc20 LevelEstimatorImpl::LevelEstimatorImpl(const AudioProcessing* apm, function in class:webrtc::LevelEstimatorImpl
25 LevelEstimatorImpl::~LevelEstimatorImpl() {}
27 int LevelEstimatorImpl::ProcessStream(AudioBuffer* audio) {
40 int LevelEstimatorImpl::Enable(bool enable) {
45 bool LevelEstimatorImpl::is_enabled() const {
49 int LevelEstimatorImpl::RMS() {
60 void* LevelEstimatorImpl::CreateHandle() const {
64 void LevelEstimatorImpl
[all...]
H A Dlevel_estimator_impl.h23 class LevelEstimatorImpl : public LevelEstimator, class in namespace:webrtc
26 LevelEstimatorImpl(const AudioProcessing* apm,
28 virtual ~LevelEstimatorImpl();
H A Daudio_processing_impl.h30 class LevelEstimatorImpl;
168 LevelEstimatorImpl* level_estimator_;
H A Daudio_processing_impl.cc111 level_estimator_ = new LevelEstimatorImpl(this, crit_);
/external/webrtc/src/modules/audio_processing/
H A Dlevel_estimator_impl.cc87 LevelEstimatorImpl::LevelEstimatorImpl(const AudioProcessingImpl* apm) function in class:webrtc::LevelEstimatorImpl
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
[all...]
H A Dlevel_estimator_impl.h21 class LevelEstimatorImpl : public LevelEstimator, class in namespace:webrtc
24 explicit LevelEstimatorImpl(const AudioProcessingImpl* apm);
25 virtual ~LevelEstimatorImpl();
H A Daudio_processing_impl.h29 class LevelEstimatorImpl;
96 LevelEstimatorImpl* level_estimator_;
H A Daudio_processing_impl.cc95 level_estimator_ = new LevelEstimatorImpl(this);

Completed in 1808 milliseconds