Home | History | Annotate | Download | only in quic

Lines Matching defs:bandwidth

23   QuicBandwidth bandwidth =
30 recorder.RecordEstimate(in_recovery, in_slow_start, bandwidth, estimate_time,
37 recorder.RecordEstimate(in_recovery, in_slow_start, bandwidth, estimate_time,
44 recorder.RecordEstimate(in_recovery, in_slow_start, bandwidth, estimate_time,
47 EXPECT_EQ(recorder.BandwidthEstimate(), bandwidth);
56 recorder.RecordEstimate(in_recovery, in_slow_start, bandwidth, estimate_time,
59 recorder.RecordEstimate(in_recovery, in_slow_start, bandwidth, estimate_time,
61 EXPECT_EQ(recorder.BandwidthEstimate(), bandwidth);
73 // Reset again, this time recording a lower bandwidth than before.
88 // Max bandwidth should not have changed.
103 QuicBandwidth bandwidth =
110 recorder.RecordEstimate(in_recovery, in_slow_start, bandwidth, estimate_time,
115 recorder.RecordEstimate(in_recovery, in_slow_start, bandwidth, estimate_time,
123 recorder.RecordEstimate(in_recovery, in_slow_start, bandwidth, estimate_time,