Home
last modified time | relevance | path

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

/external/webrtc/modules/congestion_controller/goog_cc/
Dsend_side_bandwidth_estimation.cc248 if (LossBasedBandwidthEstimatorV2Enabled()) { in SendSideBandwidthEstimation()
363 if (LossBasedBandwidthEstimatorV2Enabled()) { in SetAcknowledgedRate()
378 if (LossBasedBandwidthEstimatorV2Enabled()) { in UpdateLossBasedEstimator()
496 if (LossBasedBandwidthEstimatorV2Enabled()) { in UpdateEstimate()
676 !LossBasedBandwidthEstimatorV2Enabled(); in LossBasedBandwidthEstimatorV1Enabled()
685 bool SendSideBandwidthEstimation::LossBasedBandwidthEstimatorV2Enabled() const { in LossBasedBandwidthEstimatorV2Enabled() function in webrtc::SendSideBandwidthEstimation
691 return LossBasedBandwidthEstimatorV2Enabled() && in LossBasedBandwidthEstimatorV2ReadyForUse()
Dsend_side_bandwidth_estimation.h159 bool LossBasedBandwidthEstimatorV2Enabled() const;