Searched refs:bitrate_threshold_kbps (Results 1 – 1 of 1) sorted by relevance
69 uint32_t* bitrate_threshold_kbps) { in ReadBweLossExperimentParameters() argument72 RTC_DCHECK(bitrate_threshold_kbps); in ReadBweLossExperimentParameters()77 high_loss_threshold, bitrate_threshold_kbps); in ReadBweLossExperimentParameters()90 RTC_CHECK_GE(*bitrate_threshold_kbps, 0) in ReadBweLossExperimentParameters()92 RTC_CHECK_LT(*bitrate_threshold_kbps, in ReadBweLossExperimentParameters()101 *bitrate_threshold_kbps = kDefaultBitrateThreshold.kbps(); in ReadBweLossExperimentParameters()220 uint32_t bitrate_threshold_kbps; in SendSideBandwidthEstimation() local223 &bitrate_threshold_kbps)) { in SendSideBandwidthEstimation()226 << ", " << bitrate_threshold_kbps; in SendSideBandwidthEstimation()227 bitrate_threshold_ = DataRate::KilobitsPerSec(bitrate_threshold_kbps); in SendSideBandwidthEstimation()