Searched refs:network_estimate_ (Results 1 – 2 of 2) sorted by relevance
224 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()
91 absl::optional<NetworkStateEstimate> network_estimate_; variable