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

  /external/chromium_org/third_party/webrtc/modules/audio_processing/
rms_level.h 26 class RMSLevel {
30 RMSLevel();
31 ~RMSLevel();
rms_level.cc 20 RMSLevel::RMSLevel()
24 RMSLevel::~RMSLevel() {}
26 void RMSLevel::Reset() {
31 void RMSLevel::Process(const int16_t* data, int length) {
38 void RMSLevel::ProcessMuted(int length) {
42 int RMSLevel::RMS() {
level_estimator_impl.cc 32 RMSLevel* rms_level = static_cast<RMSLevel*>(handle(0));
54 RMSLevel* rms_level = static_cast<RMSLevel*>(handle(0));
61 return new RMSLevel;
65 delete static_cast<RMSLevel*>(handle);
69 static_cast<RMSLevel*>(handle)->Reset();
  /external/chromium_org/third_party/webrtc/voice_engine/
channel.h 580 RMSLevel rms_level_;

Completed in 130 milliseconds