Home
last modified time | relevance | path

Searched refs:peak_height_packets (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/webrtc/modules/audio_coding/neteq/
Ddelay_peak_detector.cc53 max_height = std::max(max_height, it->peak_height_packets); in MaxPeakHeight()
79 peak_data.peak_height_packets = inter_arrival_time; in Update()
Ddelay_peak_detector.h62 int peak_height_packets; member