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

  /external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
delay_peak_detector.h 55 static const size_t kMaxNumPeaks = 8;
delay_peak_detector.cc 75 while (peak_history_.size() > kMaxNumPeaks) {

Completed in 41 milliseconds