Searched refs:kOneSecondInMilliseconds (Results 1 – 1 of 1) sorted by relevance
227 constexpr auto kOneSecondInMilliseconds = to_milliseconds(seconds(1)); variable237 OSP_DCHECK_LE(burst_interval, kOneSecondInMilliseconds); in ComputeMaxPacketsPerBurst()241 const int bursts_per_second = kOneSecondInMilliseconds / burst_interval; in ComputeMaxPacketsPerBurst()252 OSP_DCHECK_LE(burst_interval, kOneSecondInMilliseconds); in ComputeMaxBurstBitrate()256 const int bursts_per_second = kOneSecondInMilliseconds / burst_interval; in ComputeMaxBurstBitrate()