Home
last modified time | relevance | path

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

/external/webrtc/modules/rtp_rtcp/source/rtcp_packet/
Dreport_block.cc42 cumulative_lost_(0), in ReportBlock()
57 cumulative_lost_ = ByteReader<int32_t, 3>::ReadBigEndian(&buffer[5]); in Parse()
87 cumulative_lost_ = cumulative_lost; in SetCumulativeLost()
92 if (cumulative_lost_ < 0) { in cumulative_lost()
96 return cumulative_lost_; in cumulative_lost()
Dreport_block.h52 int32_t cumulative_lost_signed() const { return cumulative_lost_; } in cumulative_lost_signed()
63 int32_t cumulative_lost_; // Signed 24-bit value variable