Searched refs:WithCumulativeLost (Results 1 – 6 of 6) sorted by relevance
57 rb.WithCumulativeLost(kCumulativeLost); in TEST()81 EXPECT_FALSE(rb.WithCumulativeLost(kMaxCumulativeLost + 1)); in TEST()82 EXPECT_TRUE(rb.WithCumulativeLost(kMaxCumulativeLost)); in TEST()
37 bool WithCumulativeLost(uint32_t cumulative_lost);
79 bool ReportBlock::WithCumulativeLost(uint32_t cumulative_lost) { in WithCumulativeLost() function in webrtc::rtcp::ReportBlock
90 rb.WithCumulativeLost(kCumulativeLost); in TEST_F()
250 rb1.WithCumulativeLost(5); in TEST_F()271 rb3.WithCumulativeLost(kCumLost[0]); in TEST_F()277 rb4.WithCumulativeLost(kCumLost[1]); in TEST_F()318 rb1.WithCumulativeLost(kCumLost[0]); in TEST_F()341 rb2.WithCumulativeLost(kCumLost[1]); in TEST_F()1009 rb1.WithCumulativeLost(kCumulativeLoss); in TEST_F()1027 rb2.WithCumulativeLost(137); in TEST_F()
924 if (!block->WithCumulativeLost(stats.cumulative_lost)) { in AddReportBlock()