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

  /external/chromium_org/third_party/webrtc/modules/audio_processing/
level_estimator_impl.cc 20 LevelEstimatorImpl::LevelEstimatorImpl(const AudioProcessing* apm,
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::DestroyHandle(void* handle) const
    [all...]
level_estimator_impl.h 23 class LevelEstimatorImpl : public LevelEstimator,
26 LevelEstimatorImpl(const AudioProcessing* apm,
28 virtual ~LevelEstimatorImpl();
audio_processing_impl.h 30 class LevelEstimatorImpl;
168 LevelEstimatorImpl* level_estimator_;
audio_processing_impl.cc 111 level_estimator_ = new LevelEstimatorImpl(this, crit_);
  /external/webrtc/src/modules/audio_processing/
level_estimator_impl.h 21 class LevelEstimatorImpl : public LevelEstimator,
24 explicit LevelEstimatorImpl(const AudioProcessingImpl* apm);
25 virtual ~LevelEstimatorImpl();
level_estimator_impl.cc 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
    [all...]
audio_processing_impl.h 29 class LevelEstimatorImpl;
96 LevelEstimatorImpl* level_estimator_;
audio_processing_impl.cc 95 level_estimator_ = new LevelEstimatorImpl(this);

Completed in 3548 milliseconds