Home
last modified time | relevance | path

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

/external/webrtc/modules/congestion_controller/goog_cc/
Dloss_based_bandwidth_estimation.cc120 LossBasedBandwidthEstimation::LossBasedBandwidthEstimation( in LossBasedBandwidthEstimation() function in webrtc::LossBasedBandwidthEstimation
133 void LossBasedBandwidthEstimation::UpdateLossStatistics( in UpdateLossStatistics()
162 void LossBasedBandwidthEstimation::UpdateAcknowledgedBitrate( in UpdateAcknowledgedBitrate()
179 DataRate LossBasedBandwidthEstimation::Update(Timestamp at_time, in Update()
233 void LossBasedBandwidthEstimation::Initialize(DataRate bitrate) { in Initialize()
239 double LossBasedBandwidthEstimation::loss_reset_threshold() const { in loss_reset_threshold()
245 double LossBasedBandwidthEstimation::loss_increase_threshold() const { in loss_increase_threshold()
251 double LossBasedBandwidthEstimation::loss_decrease_threshold() const { in loss_decrease_threshold()
257 DataRate LossBasedBandwidthEstimation::decreased_bitrate() const { in decreased_bitrate()
Dloss_based_bandwidth_estimation.h52 class LossBasedBandwidthEstimation {
54 explicit LossBasedBandwidthEstimation(
Dsend_side_bandwidth_estimation.h204 LossBasedBandwidthEstimation loss_based_bandwidth_estimator_v1_;