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

  /external/webrtc/webrtc/modules/audio_coding/neteq/
delay_peak_detector.cc 35 peak_history_.clear();
52 for (it = peak_history_.begin(); it != peak_history_.end(); ++it) {
61 for (it = peak_history_.begin(); it != peak_history_.end(); ++it) {
80 peak_history_.push_back(peak_data);
81 while (peak_history_.size() > kMaxNumPeaks) {
83 peak_history_.pop_front();
107 size_t s = peak_history_.size();
delay_peak_detector.h 67 std::list<Peak> peak_history_; member in class:webrtc::DelayPeakDetector

Completed in 137 milliseconds