Home
last modified time | relevance | path

Searched refs:loss_fraction (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/estimators/
Dnada.cc99 float loss_fraction = RecentPacketLossRatio(); in GetFeedback() local
102 static_cast<int64_t>(loss_fraction * kPacketLossPenaltyMs + 0.5f); in GetFeedback()
/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
Dbwe_test_framework_unittest.cc245 float loss_fraction = 0.01f * (100.0f - loss_percent); in TestLossFilter() local
246 Packets::size_type expected_packets = loss_fraction * sent_packets; in TestLossFilter()