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

  /external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
delay_peak_detector.cc 33 peak_history_.clear();
46 for (it = peak_history_.begin(); it != peak_history_.end(); ++it) {
55 for (it = peak_history_.begin(); it != peak_history_.end(); ++it) {
74 peak_history_.push_back(peak_data);
75 while (peak_history_.size() > kMaxNumPeaks) {
77 peak_history_.pop_front();
101 size_t s = peak_history_.size();
delay_peak_detector.h 67 std::list<Peak> peak_history_; member in class:webrtc::DelayPeakDetector

Completed in 59 milliseconds