Searched refs:kMaxPackets (Results 1 – 4 of 4) sorted by relevance
27 if (min_packets < 10 || kMaxPackets < min_packets) { in RobustThroughputEstimatorSettings()28 RTC_LOG(LS_WARNING) << "Window size must be between 10 and " << kMaxPackets in RobustThroughputEstimatorSettings()32 if (initial_packets < 10 || kMaxPackets < initial_packets) { in RobustThroughputEstimatorSettings()33 RTC_LOG(LS_WARNING) << "Initial size must be between 10 and " << kMaxPackets in RobustThroughputEstimatorSettings()
27 static constexpr size_t kMaxPackets = 500; member
49 while (window_.size() > settings_.kMaxPackets || in IncomingPacketFeedbackVector()
127 constexpr int32_t kMaxPackets = 1000; in NewBweUpdateLossBased() local130 int32_t total_packets = prng_.Rand(1, kMaxPackets); in NewBweUpdateLossBased()