Searched refs:SetCumulativeLost (Results 1 – 8 of 8) sorted by relevance
57 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()
40 bool SetCumulativeLost(int32_t cumulative_lost);
80 bool ReportBlock::SetCumulativeLost(int32_t cumulative_lost) { in SetCumulativeLost() function in webrtc::rtcp::ReportBlock
74 rb.SetCumulativeLost(kCumulativeLost); in TEST()
472 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()
384 if (!block.SetCumulativeLost(stats.packets_lost)) { in RtcpReportBlocks()
237 RTC_DCHECK(report_block.SetCumulativeLost( in NewReportBlock()
470 stat_.SetCumulativeLost(cumulative_lost); in FakeReceiveStatistics()