Home
last modified time | relevance | path

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

/external/webrtc/modules/congestion_controller/goog_cc/
Dsend_side_bandwidth_estimation.cc276 if (loss_based_bandwidth_estimation_.Enabled()) { in SetSendBitrate()
277 loss_based_bandwidth_estimation_.MaybeReset(bitrate); in SetSendBitrate()
329 if (acknowledged_rate && loss_based_bandwidth_estimation_.Enabled()) { in SetAcknowledgedRate()
330 loss_based_bandwidth_estimation_.UpdateAcknowledgedBitrate( in SetAcknowledgedRate()
337 if (loss_based_bandwidth_estimation_.Enabled()) { in IncomingPacketFeedbackVector()
338 loss_based_bandwidth_estimation_.UpdateLossStatistics( in IncomingPacketFeedbackVector()
445 if (loss_based_bandwidth_estimation_.Enabled()) { in UpdateEstimate()
446 loss_based_bandwidth_estimation_.SetInitialBitrate(new_bitrate); in UpdateEstimate()
451 if (loss_based_bandwidth_estimation_.Enabled()) { in UpdateEstimate()
469 if (loss_based_bandwidth_estimation_.Enabled()) { in UpdateEstimate()
[all …]
Dsend_side_bandwidth_estimation.h190 LossBasedBandwidthEstimation loss_based_bandwidth_estimation_; variable
/external/webrtc/modules/congestion_controller/goog_cc/test/
Dgoog_cc_printer.cc90 ->loss_based_bandwidth_estimation_; in CreateLoggers()