Searched refs:max_burst_bitrate (Results 1 – 3 of 3) sorted by relevance
21 int max_burst_bitrate) in SenderPacketRouter() argument24 ComputeMaxPacketsPerBurst(max_burst_bitrate, in SenderPacketRouter()231 int SenderPacketRouter::ComputeMaxPacketsPerBurst(int max_burst_bitrate, in ComputeMaxPacketsPerBurst() argument234 OSP_DCHECK_GT(max_burst_bitrate, 0); in ComputeMaxPacketsPerBurst()240 max_burst_bitrate / kBitsPerByte / packet_size; in ComputeMaxPacketsPerBurst()
76 int max_burst_bitrate = kDefaultMaxBurstBitrate);87 int max_burst_bitrate() const { return max_burst_bitrate_; } in max_burst_bitrate() function164 int max_burst_bitrate,
203 EXPECT_LE(614400, router()->max_burst_bitrate()); in TEST_F()204 EXPECT_GE(2147483647, router()->max_burst_bitrate()); in TEST_F()