Searched refs:cumulative_lost (Results 1 – 6 of 6) sorted by relevance
80 bool ReportBlock::SetCumulativeLost(int32_t cumulative_lost) { in SetCumulativeLost() argument82 if (cumulative_lost >= (1 << 23) || cumulative_lost < -(1 << 23)) { in SetCumulativeLost()87 cumulative_lost_ = cumulative_lost; in SetCumulativeLost()91 uint32_t ReportBlock::cumulative_lost() const { in cumulative_lost() function in webrtc::rtcp::ReportBlock
40 bool SetCumulativeLost(int32_t cumulative_lost);54 uint32_t cumulative_lost() const;
91 EXPECT_EQ(0u, rb.cumulative_lost()); in TEST()
28 optional uint32 cumulative_lost = 2; field
130 lost_delta += block.cumulative_lost() - it->second.cumulative_lost(); in OnReceiverReport()
466 uint32_t cumulative_lost, in FakeReceiveStatistics() argument470 stat_.SetCumulativeLost(cumulative_lost); in FakeReceiveStatistics()