Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_coding/neteq/
Ddelay_manager.cc28 max_packets_in_buffer_(max_packets_in_buffer), in DelayManager()
243 static_cast<int>((3 * (max_packets_in_buffer_ << 8)) / 4); in LimitTargetLevel()
394 static_cast<int>(3 * max_packets_in_buffer_ * packet_len_ms_ / 4))) { in SetMinimumDelay()
Ddelay_manager.h135 const size_t max_packets_in_buffer_; // Capacity of the packet buffer. variable