Searched refs:loss_based_bandwidth_estimation_ (Results 1 – 3 of 3) sorted by relevance
276 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 …]
190 LossBasedBandwidthEstimation loss_based_bandwidth_estimation_; variable
90 ->loss_based_bandwidth_estimation_; in CreateLoggers()