Searched refs:UpdateReceiverBlock (Results 1 – 4 of 4) sorted by relevance
/external/webrtc/webrtc/modules/bitrate_controller/ |
D | send_side_bandwidth_estimation_unittest.cc | 28 bwe.UpdateReceiverBlock(0, 50, 1, now_ms); in TEST() 68 bwe.UpdateReceiverBlock(kFractionLoss, kRttMs, 100, now_ms); in TEST()
|
D | send_side_bandwidth_estimation.h | 39 void UpdateReceiverBlock(uint8_t fraction_loss,
|
D | bitrate_controller_impl.cc | 174 bandwidth_estimation_.UpdateReceiverBlock(fraction_loss, rtt, in OnReceivedRtcpReceiverReport()
|
D | send_side_bandwidth_estimation.cc | 107 void SendSideBandwidthEstimation::UpdateReceiverBlock(uint8_t fraction_loss, in UpdateReceiverBlock() function in webrtc::SendSideBandwidthEstimation
|