Home
last modified time | relevance | path

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

/external/webrtc/modules/congestion_controller/goog_cc/
Dsend_side_bandwidth_estimation.cc204 receiver_limit_(DataRate::PlusInfinity()), in SendSideBandwidthEstimation()
248 receiver_limit_ = DataRate::PlusInfinity(); in OnRouteChange()
312 receiver_limit_ = bandwidth.IsZero() ? DataRate::PlusInfinity() : bandwidth; in UpdateReceiverEstimate()
441 if (receiver_limit_.IsFinite()) in UpdateEstimate()
442 new_bitrate = std::max(receiver_limit_, new_bitrate); in UpdateEstimate()
583 DataRate upper_limit = std::min(delay_based_limit_, receiver_limit_); in GetUpperLimit()
Dsend_side_bandwidth_estimation.h176 DataRate receiver_limit_; variable