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

  /external/chromium_org/third_party/webrtc/modules/audio_processing/
level_estimator_impl.h 23 class LevelEstimatorImpl : public LevelEstimator,
26 LevelEstimatorImpl(const AudioProcessing* apm,
28 virtual ~LevelEstimatorImpl();
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...]

Completed in 928 milliseconds