Home
last modified time | relevance | path

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

/external/webrtc/modules/audio_coding/neteq/
Ddelay_manager.cc93 max_packets_in_buffer_(max_packets_in_buffer), in DelayManager()
264 static_cast<int>((3 * (max_packets_in_buffer_ << 8)) / 4); in LimitTargetLevel()
443 const int max_buffer_time = max_packets_in_buffer_ * packet_len_ms_; in MaxBufferTimeQ75()
Ddelay_manager.h145 const size_t max_packets_in_buffer_; // Capacity of the packet buffer. variable