Home
last modified time | relevance | path

Searched refs:network_estimator_ (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/modules/congestion_controller/goog_cc/
Dgoog_cc_network_control.cc103 network_estimator_(std::move(goog_cc_config.network_state_estimator)), in GoogCcNetworkController()
164 if (network_estimator_) in OnNetworkRouteChange()
165 network_estimator_->OnRouteChange(msg); in OnNetworkRouteChange()
501 if (network_estimator_) { in OnTransportPacketsFeedback()
502 network_estimator_->OnTransportPacketsFeedback(report); in OnTransportPacketsFeedback()
504 estimate_ = network_estimator_->GetCurrentEstimate(); in OnTransportPacketsFeedback()
Dgoog_cc_network_control.h101 std::unique_ptr<NetworkStateEstimator> network_estimator_; variable
/external/webrtc/modules/congestion_controller/goog_cc/test/
Dgoog_cc_printer.cc155 if (controller_->network_estimator_) { in PrintState()
156 est_ = controller_->network_estimator_->GetCurrentEstimate().value_or( in PrintState()