HomeSort by relevance Sort by last modified time
    Searched refs:WithCumulativeLost (Results 1 - 6 of 6) sorted by null

  /external/webrtc/webrtc/modules/rtp_rtcp/source/rtcp_packet/
report_block_unittest.cc 57 rb.WithCumulativeLost(kCumulativeLost);
81 EXPECT_FALSE(rb.WithCumulativeLost(kMaxCumulativeLost + 1));
82 EXPECT_TRUE(rb.WithCumulativeLost(kMaxCumulativeLost));
report_block.cc 79 bool ReportBlock::WithCumulativeLost(uint32_t cumulative_lost) {
report_block.h 37 bool WithCumulativeLost(uint32_t cumulative_lost);
receiver_report_unittest.cc 90 rb.WithCumulativeLost(kCumulativeLost);
  /external/webrtc/webrtc/modules/rtp_rtcp/source/
rtcp_receiver_unittest.cc 250 rb1.WithCumulativeLost(5);
271 rb3.WithCumulativeLost(kCumLost[0]);
277 rb4.WithCumulativeLost(kCumLost[1]);
318 rb1.WithCumulativeLost(kCumLost[0]);
341 rb2.WithCumulativeLost(kCumLost[1]);
    [all...]
rtcp_sender.cc 924 if (!block->WithCumulativeLost(stats.cumulative_lost)) {
    [all...]

Completed in 2576 milliseconds