Home
last modified time | relevance | path

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

/external/webrtc/modules/congestion_controller/goog_cc/
Dsend_side_bandwidth_estimation.cc192 current_target_(DataRate::Zero()), in SendSideBandwidthEstimation()
237 current_target_ = DataRate::Zero(); in OnRouteChange()
301 return std::max(min_bitrate_configured_, current_target_); in target_rate()
378 DataRate::KilobitsPerSec((current_target_.bps() + 500) / 1000); in UpdateUmaStatsPacketsLost()
421 current_target_ > rtt_backoff_.bandwidth_floor_) { in UpdateEstimate()
424 std::max(current_target_ * rtt_backoff_.drop_fraction_, in UpdateEstimate()
438 DataRate new_bitrate = current_target_; in UpdateEstimate()
449 if (new_bitrate != current_target_) { in UpdateEstimate()
455 std::make_pair(at_time, current_target_)); in UpdateEstimate()
472 DataRate new_bitrate = MaybeRampupOrBackoff(current_target_, at_time); in UpdateEstimate()
[all …]
Dsend_side_bandwidth_estimation.h160 DataRate current_target_; variable