Searched refs:kBucketSizeMs (Results 1 – 3 of 3) sorted by relevance
22 constexpr int kBucketSizeMs = 20; variable35 const int index = reordered ? relative_delay_ms / kBucketSizeMs : 0; in Update()41 optimal_delay_ms_ = (1 + bucket_index) * kBucketSizeMs; in Update()59 static_cast<int64_t>(std::max(0, i * kBucketSizeMs - base_delay_ms)) in MinimizeCostFunction()
20 constexpr int kBucketSizeMs = 20; variable55 const int index = *histogram_update / kBucketSizeMs; in Update()61 optimal_delay_ms_ = (1 + bucket_index) * kBucketSizeMs; in Update()
36 const int64_t kBucketSizeMs = 100; variable150 media_byte_rate_tracker_(kBucketSizeMs, kBucketCount), in SendStatisticsProxy()151 encoded_frame_rate_tracker_(kBucketSizeMs, kBucketCount), in SendStatisticsProxy()982 std::make_unique<rtc::RateTracker>(kBucketSizeMs, kBucketCount); in OnSendEncodedImage()