Searched refs:num_packets_sent (Results 1 – 5 of 5) sorted by relevance
98 num_packets_sent = -1100 if num_packets > num_packets_sent:102 num_packets_sent = num_packets
50 void BandwidthEstimator::OnBurstComplete(int num_packets_sent, in OnBurstComplete() argument52 OSP_DCHECK_GE(num_packets_sent, 0); in OnBurstComplete()53 burst_history_.Accumulate(num_packets_sent, when); in OnBurstComplete()
82 void OnBurstComplete(int num_packets_sent, Clock::time_point when);
57 uint64_t num_packets_sent = 0; member
61 uint64_t num_packets_sent = 0; member