Home
last modified time | relevance | path

Searched refs:cumulative_lost_ (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/webrtc/modules/rtp_rtcp/source/rtcp_packet/
Dreport_block.cc42 cumulative_lost_(0), in ReportBlock()
57 cumulative_lost_ = ByteReader<uint32_t, 3>::ReadBigEndian(&buffer[5]); in Parse()
84 cumulative_lost_ = cumulative_lost; in WithCumulativeLost()
Dreport_block.h49 uint32_t cumulative_lost() const { return cumulative_lost_; } in cumulative_lost()
58 uint32_t cumulative_lost_; variable