Home
last modified time | relevance | path

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

/external/webrtc/modules/congestion_controller/goog_cc/
Dloss_based_bandwidth_estimation.h60 DataRate GetEstimate() const { return loss_based_bitrate_; } in GetEstimate() function
Dsend_side_bandwidth_estimation.cc586 loss_based_bandwidth_estimation_.GetEstimate() > DataRate::Zero()) { in GetUpperLimit()
588 std::min(upper_limit, loss_based_bandwidth_estimation_.GetEstimate()); in GetUpperLimit()