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.cc69 uint32_t* bitrate_threshold_kbps) { in ReadBweLossExperimentParameters() argument
72 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() local
223 &bitrate_threshold_kbps)) { in SendSideBandwidthEstimation()
226 << ", " << bitrate_threshold_kbps; in SendSideBandwidthEstimation()
227 bitrate_threshold_ = DataRate::KilobitsPerSec(bitrate_threshold_kbps); in SendSideBandwidthEstimation()