Searched refs:max_total_allocated_bitrate (Results 1 – 5 of 5) sorted by relevance
197 int64_t max_total_allocated_bitrate, in OnMaxTotalAllocatedBitrate() argument203 max_total_allocated_bitrate != max_total_allocated_bitrate_ && in OnMaxTotalAllocatedBitrate()206 estimated_bitrate_bps_ < max_total_allocated_bitrate && in OnMaxTotalAllocatedBitrate()208 max_total_allocated_bitrate_ = max_total_allocated_bitrate; in OnMaxTotalAllocatedBitrate()214 DataRate::BitsPerSec(max_total_allocated_bitrate) * in OnMaxTotalAllocatedBitrate()221 DataRate::BitsPerSec(max_total_allocated_bitrate) * in OnMaxTotalAllocatedBitrate()230 max_total_allocated_bitrate_ = max_total_allocated_bitrate; in OnMaxTotalAllocatedBitrate()
189 initial_config_->stream_based_config.max_total_allocated_bitrate; in OnProcessInterval()290 if (msg.max_total_allocated_bitrate && in OnStreamsConfig()291 *msg.max_total_allocated_bitrate != max_total_allocated_bitrate_) { in OnStreamsConfig()295 msg.max_total_allocated_bitrate->bps(), msg.at_time.ms()); in OnStreamsConfig()297 probe_controller_->SetMaxBitrate(msg.max_total_allocated_bitrate->bps()); in OnStreamsConfig()299 max_total_allocated_bitrate_ = *msg.max_total_allocated_bitrate; in OnStreamsConfig()
75 OnMaxTotalAllocatedBitrate(int64_t max_total_allocated_bitrate,
55 absl::optional<DataRate> max_total_allocated_bitrate; member
233 streams_config_.max_total_allocated_bitrate = limits.max_allocatable_rate; in SetAllocatedSendBitrateLimits()