Home
last modified time | relevance | path

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

/aosp_15_r20/external/webrtc/modules/congestion_controller/goog_cc/
H A Dsend_side_bandwidth_estimation.cc230 loss_based_bandwidth_estimator_v1_(key_value_config), in SendSideBandwidthEstimation()
360 loss_based_bandwidth_estimator_v1_.UpdateAcknowledgedBitrate( in SetAcknowledgedRate()
375 loss_based_bandwidth_estimator_v1_.UpdateLossStatistics( in UpdateLossBasedEstimator()
494 loss_based_bandwidth_estimator_v1_.Initialize(new_bitrate); in UpdateEstimate()
521 DataRate new_bitrate = loss_based_bandwidth_estimator_v1_.Update( in UpdateEstimate()
675 return loss_based_bandwidth_estimator_v1_.Enabled() && in LossBasedBandwidthEstimatorV1Enabled()
682 loss_based_bandwidth_estimator_v1_.InUse(); in LossBasedBandwidthEstimatorV1ReadyForUse()
H A Dsend_side_bandwidth_estimation.h204 LossBasedBandwidthEstimation loss_based_bandwidth_estimator_v1_; variable
/aosp_15_r20/external/webrtc/modules/congestion_controller/goog_cc/test/
H A Dgoog_cc_printer.cc91 ->loss_based_bandwidth_estimator_v1_; in CreateLoggers()