Home
last modified time | relevance | path

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

/external/webrtc/modules/congestion_controller/goog_cc/
Dsend_side_bandwidth_estimation.h118 int GetMinBitrate() const;
Dsend_side_bandwidth_estimation.cc316 int SendSideBandwidthEstimation::GetMinBitrate() const { in GetMinBitrate() function in webrtc::SendSideBandwidthEstimation
Dgoog_cc_network_control.cc633 pushback_rate = std::max<int64_t>(bandwidth_estimation_->GetMinBitrate(), in MaybeTriggerOnNetworkChanged()