Searched refs:kOneSecondInMilliseconds (Results 1 – 1 of 1) sorted by relevance
228 constexpr auto kOneSecondInMilliseconds = to_milliseconds(seconds(1)); variable238 OSP_DCHECK_LE(burst_interval, kOneSecondInMilliseconds); in ComputeMaxPacketsPerBurst()242 const int bursts_per_second = kOneSecondInMilliseconds / burst_interval; in ComputeMaxPacketsPerBurst()253 OSP_DCHECK_LE(burst_interval, kOneSecondInMilliseconds); in ComputeMaxBurstBitrate()257 const int bursts_per_second = kOneSecondInMilliseconds / burst_interval; in ComputeMaxBurstBitrate()