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

  /external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
delay_manager.h 130 // |max_packets_in_buffer_| and |extra_delay_ms_| into account. This method is
135 const int max_packets_in_buffer_; // Capacity of the packet buffer. member in class:webrtc::DelayManager
delay_manager.cc 28 max_packets_in_buffer_(max_packets_in_buffer),
220 // chosen to be minimum of i) 75% of |max_packets_in_buffer_|, to leave some
242 int max_buffer_packets_q8 = (3 * (max_packets_in_buffer_ << 8)) / 4;
389 // |max_packets_in_buffer_|.
392 delay_ms > 3 * max_packets_in_buffer_ * packet_len_ms_ / 4)) {

Completed in 1282 milliseconds