Searched refs:network_estimate_ (Results 1 – 4 of 4) sorted by relevance
222 network_estimate_ = estimate; in SetNetworkStateEstimate()287 if (ignore_throughput_limit_if_network_estimate_ && network_estimate_ && in ChangeBitrate()288 network_estimate_->link_capacity_upper.IsFinite()) { in ChangeBitrate()290 increase_limit = network_estimate_->link_capacity_upper * in ChangeBitrate()303 if (increase_to_network_estimate_ && network_estimate_ && in ChangeBitrate()304 network_estimate_->link_capacity_upper.IsFinite()) { in ChangeBitrate()375 if (!disable_estimate_bounded_increase_ && network_estimate_ && in ClampBitrate()376 network_estimate_->link_capacity_upper.IsFinite()) { in ClampBitrate()377 DataRate upper_bound = network_estimate_->link_capacity_upper * in ClampBitrate()384 if (estimate_bounded_backoff_ && network_estimate_ && in ClampBitrate()[all …]
93 absl::optional<NetworkStateEstimate> network_estimate_; variable
312 network_estimate_ in SetEstimatedBitrate()313 ? network_estimate_->link_capacity_upper * in SetEstimatedBitrate()384 network_estimate_ = estimate; in SetNetworkStateEstimate()394 network_estimate_ = absl::nullopt; in Reset()417 if (!network_estimate_ || in TimeForNetworkStateProbe()418 network_estimate_->link_capacity_upper.IsInfinite()) { in TimeForNetworkStateProbe()426 network_estimate_->link_capacity_upper; in TimeForNetworkStateProbe()437 estimated_bitrate_ < network_estimate_->link_capacity_upper; in TimeForNetworkStateProbe()474 DataRate network_estimate = network_estimate_ in InitiateProbing()475 ? network_estimate_->link_capacity_upper in InitiateProbing()[all …]
167 absl::optional<webrtc::NetworkStateEstimate> network_estimate_; variable