Searched refs:bitrate_threshold_kbps (Results 1 – 1 of 1) sorted by relevance
74 uint32_t* bitrate_threshold_kbps) { in ReadBweLossExperimentParameters() argument77 RTC_DCHECK(bitrate_threshold_kbps); in ReadBweLossExperimentParameters()82 high_loss_threshold, bitrate_threshold_kbps); in ReadBweLossExperimentParameters()95 RTC_CHECK_GE(*bitrate_threshold_kbps, 0) in ReadBweLossExperimentParameters()97 RTC_CHECK_LT(*bitrate_threshold_kbps, in ReadBweLossExperimentParameters()106 *bitrate_threshold_kbps = kDefaultBitrateThreshold.kbps(); in ReadBweLossExperimentParameters()236 uint32_t bitrate_threshold_kbps; in SendSideBandwidthEstimation() local239 &bitrate_threshold_kbps)) { in SendSideBandwidthEstimation()242 << ", " << bitrate_threshold_kbps; in SendSideBandwidthEstimation()243 bitrate_threshold_ = DataRate::KilobitsPerSec(bitrate_threshold_kbps); in SendSideBandwidthEstimation()