Searched refs:max_packets_in_buffer_ (Results 1 – 2 of 2) sorted by relevance
93 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()
145 const size_t max_packets_in_buffer_; // Capacity of the packet buffer. variable