Searched refs:UpdatePacketsLost (Results 1 – 4 of 4) sorted by relevance
50 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()
105 void UpdatePacketsLost(int64_t packets_lost,
380 bandwidth_estimation_->UpdatePacketsLost( in OnTransportLossReport()473 bandwidth_estimation_->UpdatePacketsLost( in OnTransportPacketsFeedback()
386 void SendSideBandwidthEstimation::UpdatePacketsLost(int64_t packets_lost, in UpdatePacketsLost() function in webrtc::SendSideBandwidthEstimation