Home
last modified time | relevance | path

Searched refs:SetCumulativeLost (Results 1 – 8 of 8) sorted by relevance

/external/webrtc/modules/rtp_rtcp/source/rtcp_packet/
Dreport_block_unittest.cc57 rb.SetCumulativeLost(kCumulativeLost); in TEST()
86 EXPECT_FALSE(rb.SetCumulativeLost(kMaxCumulativeLost + 1)); in TEST()
87 EXPECT_TRUE(rb.SetCumulativeLost(kMaxCumulativeLost)); in TEST()
88 EXPECT_FALSE(rb.SetCumulativeLost(kMinCumulativeLost - 1)); in TEST()
89 EXPECT_TRUE(rb.SetCumulativeLost(kMinCumulativeLost)); in TEST()
98 EXPECT_TRUE(rb.SetCumulativeLost(kNegativeCumulativeLost)); in TEST()
Dreport_block.h40 bool SetCumulativeLost(int32_t cumulative_lost);
Dreport_block.cc80 bool ReportBlock::SetCumulativeLost(int32_t cumulative_lost) { in SetCumulativeLost() function in webrtc::rtcp::ReportBlock
Dreceiver_report_unittest.cc74 rb.SetCumulativeLost(kCumulativeLost); in TEST()
/external/webrtc/modules/rtp_rtcp/source/
Drtcp_receiver_unittest.cc472 rb3.SetCumulativeLost(kCumLost[0]); in TEST()
478 rb4.SetCumulativeLost(kCumLost[1]); in TEST()
525 rb1.SetCumulativeLost(kCumLost[0]); in TEST()
553 rb2.SetCumulativeLost(kCumLost[1]); in TEST()
1328 rb1.SetCumulativeLost(kCumulativeLoss); in TEST()
1371 rtcp_block.SetCumulativeLost(kCumulativeLoss); in TEST()
Dreceive_statistics_impl.cc384 if (!block.SetCumulativeLost(stats.packets_lost)) { in RtcpReportBlocks()
/external/webrtc/logging/rtc_event_log/
Drtc_event_log_unittest_helper.cc237 RTC_DCHECK(report_block.SetCumulativeLost( in NewReportBlock()
/external/webrtc/video/
Dvideo_send_stream_tests.cc470 stat_.SetCumulativeLost(cumulative_lost); in FakeReceiveStatistics()