Home
last modified time | relevance | path

Searched refs:SetFractionLost (Results 1 – 7 of 7) sorted by relevance

/external/webrtc/modules/rtp_rtcp/source/rtcp_packet/
Dreport_block.h37 void SetFractionLost(uint8_t fraction_lost) { in SetFractionLost() function
Dreport_block_unittest.cc56 rb.SetFractionLost(kFractionLost); in TEST()
Dreceiver_report_unittest.cc73 rb.SetFractionLost(kFractionLost); in TEST()
/external/webrtc/modules/rtp_rtcp/source/
Drtcp_receiver_unittest.cc443 rb1.SetFractionLost(10); in TEST()
448 rb2.SetFractionLost(0); in TEST()
471 rb3.SetFractionLost(kFracLost[0]); in TEST()
477 rb4.SetFractionLost(kFracLost[1]); in TEST()
524 rb1.SetFractionLost(kFracLost[0]); in TEST()
552 rb2.SetFractionLost(kFracLost[1]); in TEST()
1327 rb1.SetFractionLost(kFractionLoss); in TEST()
1370 rtcp_block.SetFractionLost(kFractionLoss); in TEST()
Dreceive_statistics_impl.cc383 block.SetFractionLost(stats.fraction_lost); in RtcpReportBlocks()
/external/webrtc/logging/rtc_event_log/
Drtc_event_log_unittest_helper.cc235 report_block.SetFractionLost(prng_.Rand<uint8_t>()); in NewReportBlock()
/external/webrtc/video/
Dvideo_send_stream_tests.cc471 stat_.SetFractionLost(fraction_lost); in FakeReceiveStatistics()