Searched refs:rms_level (Results 1 - 15 of 15) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/audio_processing/
H A Dlevel_estimator_impl.cc15 #include "webrtc/modules/audio_processing/rms_level.h"
32 RMSLevel* rms_level = static_cast<RMSLevel*>(handle(0)); local
34 rms_level->Process(audio->data(i), audio->samples_per_channel());
54 RMSLevel* rms_level = static_cast<RMSLevel*>(handle(0)); local
55 return rms_level->RMS();
/external/webrtc/src/modules/audio_processing/test/
H A Dunit_test.cc1171 int rms_level = apm_->level_estimator()->RMS(); local
1172 EXPECT_LE(0, rms_level);
1173 EXPECT_GE(127, rms_level);
1201 EXPECT_EQ(test->rms_level(), rms_level);
1228 test->set_rms_level(rms_level);
/external/chromium_org/third_party/webrtc/modules/audio_processing/test/
H A Daudio_processing_unittest.cc1852 int rms_level = apm_->level_estimator()->RMS(); local
1853 EXPECT_LE(0, rms_level);
1854 EXPECT_GE(127, rms_level);
1903 EXPECT_NEAR(test->rms_level(), rms_level, kIntNear);
1933 test->set_rms_level(rms_level);
/external/chromium_org/third_party/webrtc/modules/
H A Daudio_processing.target.darwin-arm.mk44 third_party/webrtc/modules/audio_processing/rms_level.cc \
H A Daudio_processing.target.darwin-arm64.mk44 third_party/webrtc/modules/audio_processing/rms_level.cc \
H A Daudio_processing.target.darwin-mips.mk44 third_party/webrtc/modules/audio_processing/rms_level.cc \
H A Daudio_processing.target.darwin-mips64.mk44 third_party/webrtc/modules/audio_processing/rms_level.cc \
H A Daudio_processing.target.darwin-x86.mk44 third_party/webrtc/modules/audio_processing/rms_level.cc \
H A Daudio_processing.target.darwin-x86_64.mk44 third_party/webrtc/modules/audio_processing/rms_level.cc \
H A Daudio_processing.target.linux-arm.mk44 third_party/webrtc/modules/audio_processing/rms_level.cc \
H A Daudio_processing.target.linux-arm64.mk44 third_party/webrtc/modules/audio_processing/rms_level.cc \
H A Daudio_processing.target.linux-mips.mk44 third_party/webrtc/modules/audio_processing/rms_level.cc \
H A Daudio_processing.target.linux-mips64.mk44 third_party/webrtc/modules/audio_processing/rms_level.cc \
H A Daudio_processing.target.linux-x86.mk44 third_party/webrtc/modules/audio_processing/rms_level.cc \
H A Daudio_processing.target.linux-x86_64.mk44 third_party/webrtc/modules/audio_processing/rms_level.cc \

Completed in 116 milliseconds