Home
last modified time | relevance | path

Searched refs:bitrate_threshold_kbps (Results 1 – 1 of 1) sorted by relevance

/external/webrtc/modules/congestion_controller/goog_cc/
Dsend_side_bandwidth_estimation.cc74 uint32_t* bitrate_threshold_kbps) { in ReadBweLossExperimentParameters() argument
77 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() local
239 &bitrate_threshold_kbps)) { in SendSideBandwidthEstimation()
242 << ", " << bitrate_threshold_kbps; in SendSideBandwidthEstimation()
243 bitrate_threshold_ = DataRate::KilobitsPerSec(bitrate_threshold_kbps); in SendSideBandwidthEstimation()