Home
last modified time | relevance | path

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

/external/webrtc/modules/remote_bitrate_estimator/
Daimd_rate_control.cc224 network_estimate_ = estimate; in SetNetworkStateEstimate()
333 if (estimate_bounded_backoff_ && network_estimate_) { in ChangeBitrate()
335 decreased_bitrate, network_estimate_->link_capacity_lower * beta_); in ChangeBitrate()
372 if (estimate_bounded_increase_ && network_estimate_) { in ClampBitrate()
373 DataRate upper_bound = network_estimate_->link_capacity_upper; in ClampBitrate()
Daimd_rate_control.h91 absl::optional<NetworkStateEstimate> network_estimate_; variable