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

  /external/webrtc/webrtc/modules/audio_processing/
rms_level.cc 22 sample_count_(0) {}
28 sample_count_ = 0;
35 sample_count_ += length;
39 sample_count_ += length;
43 if (sample_count_ == 0 || sum_square_ == 0) {
49 float rms = sum_square_ / (sample_count_ * kMaxSquaredLevel);
rms_level.h 53 size_t sample_count_; member in class:webrtc::RMSLevel

Completed in 59 milliseconds