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.cc109 LossBasedBandwidthEstimation::LossBasedBandwidthEstimation() in LossBasedBandwidthEstimation() function in webrtc::LossBasedBandwidthEstimation
121 void LossBasedBandwidthEstimation::UpdateLossStatistics( in UpdateLossStatistics()
150 void LossBasedBandwidthEstimation::UpdateAcknowledgedBitrate( in UpdateAcknowledgedBitrate()
167 void LossBasedBandwidthEstimation::Update(Timestamp at_time, in Update()
208 void LossBasedBandwidthEstimation::Reset(DataRate bitrate) { in Reset()
214 double LossBasedBandwidthEstimation::loss_increase_threshold() const { in loss_increase_threshold()
220 double LossBasedBandwidthEstimation::loss_decrease_threshold() const { in loss_decrease_threshold()
226 DataRate LossBasedBandwidthEstimation::decreased_bitrate() const { in decreased_bitrate()
230 void LossBasedBandwidthEstimation::MaybeReset(DataRate bitrate) { in MaybeReset()
235 void LossBasedBandwidthEstimation::SetInitialBitrate(DataRate bitrate) { in SetInitialBitrate()
Dloss_based_bandwidth_estimation.h47 class LossBasedBandwidthEstimation {
49 LossBasedBandwidthEstimation();
Dsend_side_bandwidth_estimation.h190 LossBasedBandwidthEstimation loss_based_bandwidth_estimation_;