Home
last modified time | relevance | path

Searched refs:UpdatePacketsLost (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/modules/congestion_controller/goog_cc/
Dsend_side_bandwidth_estimation_unittest.cc50 bwe.UpdatePacketsLost(/*packets_lost=*/0, /*number_of_packets=*/1, in TestProbing()
112 bwe.UpdatePacketsLost(/*packets_lost=*/50, /*number_of_packets=*/100, in TEST()
201 bwe.UpdatePacketsLost(/*packets_lost=*/-1, /*number_of_packets=*/100, in TEST()
Dsend_side_bandwidth_estimation.h105 void UpdatePacketsLost(int64_t packets_lost,
Dgoog_cc_network_control.cc380 bandwidth_estimation_->UpdatePacketsLost( in OnTransportLossReport()
473 bandwidth_estimation_->UpdatePacketsLost( in OnTransportPacketsFeedback()
Dsend_side_bandwidth_estimation.cc386 void SendSideBandwidthEstimation::UpdatePacketsLost(int64_t packets_lost, in UpdatePacketsLost() function in webrtc::SendSideBandwidthEstimation