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

  /external/webrtc/src/modules/audio_processing/main/source/
level_estimator_impl.h 21 class LevelEstimatorImpl : public LevelEstimator,
24 explicit LevelEstimatorImpl(const AudioProcessingImpl* apm);
25 virtual ~LevelEstimatorImpl();
level_estimator_impl.cc 82 LevelEstimatorImpl::LevelEstimatorImpl(const AudioProcessingImpl* apm)
86 LevelEstimatorImpl::~LevelEstimatorImpl() {}
88 int LevelEstimatorImpl::AnalyzeReverseStream(AudioBuffer* /*audio*/) {
97 int LevelEstimatorImpl::ProcessCaptureAudio(AudioBuffer* /*audio*/) {
106 int LevelEstimatorImpl::Enable(bool /*enable*/) {
112 bool LevelEstimatorImpl::is_enabled() const {
116 int LevelEstimatorImpl::GetMetrics(LevelEstimator::Metrics* /*metrics*/,
136 int LevelEstimatorImpl::get_version(char* version
    [all...]

Completed in 128 milliseconds