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