Home
last modified time | relevance | path

Searched refs:cumulative_lost (Results 1 – 6 of 6) sorted by relevance

/external/webrtc/modules/rtp_rtcp/source/rtcp_packet/
Dreport_block.cc80 bool ReportBlock::SetCumulativeLost(int32_t cumulative_lost) { in SetCumulativeLost() argument
82 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
Dreport_block.h40 bool SetCumulativeLost(int32_t cumulative_lost);
54 uint32_t cumulative_lost() const;
Dreport_block_unittest.cc91 EXPECT_EQ(0u, rb.cumulative_lost()); in TEST()
/external/webrtc/modules/audio_coding/neteq/
Dneteq_unittest.proto28 optional uint32 cumulative_lost = 2; field
/external/webrtc/rtc_tools/rtc_event_log_visualizer/
Dlog_simulation.cc130 lost_delta += block.cumulative_lost() - it->second.cumulative_lost(); in OnReceiverReport()
/external/webrtc/video/
Dvideo_send_stream_tests.cc466 uint32_t cumulative_lost, in FakeReceiveStatistics() argument
470 stat_.SetCumulativeLost(cumulative_lost); in FakeReceiveStatistics()