Home
last modified time | relevance | path

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

/external/webrtc/modules/congestion_controller/goog_cc/
Dsend_side_bandwidth_estimation.cc231 loss_based_bandwidth_estimator_v2_(key_value_config), in SendSideBandwidthEstimation()
249 loss_based_bandwidth_estimator_v2_.SetMinMaxBitrate( in SendSideBandwidthEstimation()
312 loss_based_bandwidth_estimator_v2_.SetMinMaxBitrate(min_bitrate_configured_, in SetMinMaxBitrate()
364 loss_based_bandwidth_estimator_v2_.SetAcknowledgedBitrate( in SetAcknowledgedRate()
379 loss_based_bandwidth_estimator_v2_.UpdateBandwidthEstimate( in UpdateLossBasedEstimator()
497 loss_based_bandwidth_estimator_v2_.SetBandwidthEstimate(new_bitrate); in UpdateEstimate()
530 loss_based_bandwidth_estimator_v2_.GetLossBasedResult(); in UpdateEstimate()
686 return loss_based_bandwidth_estimator_v2_.IsEnabled(); in LossBasedBandwidthEstimatorV2Enabled()
692 loss_based_bandwidth_estimator_v2_.IsReady(); in LossBasedBandwidthEstimatorV2ReadyForUse()
Dsend_side_bandwidth_estimation.h205 LossBasedBweV2 loss_based_bandwidth_estimator_v2_; variable