Home
last modified time | relevance | path

Searched refs:bursts_per_second (Results 1 – 1 of 1) sorted by relevance

/external/openscreen/cast/streaming/
Dsender_packet_router.cc241 const int bursts_per_second = kOneSecondInMilliseconds / burst_interval; in ComputeMaxPacketsPerBurst() local
242 return std::max(max_packets_per_second / bursts_per_second, 1); in ComputeMaxPacketsPerBurst()
256 const int bursts_per_second = kOneSecondInMilliseconds / burst_interval; in ComputeMaxBurstBitrate() local
257 return saturate_cast<int>(max_bits_per_burst * bursts_per_second); in ComputeMaxBurstBitrate()