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

  /external/webrtc/webrtc/modules/rtp_rtcp/source/rtcp_packet/
report_block.cc 42 cumulative_lost_(0),
57 cumulative_lost_ = ByteReader<uint32_t, 3>::ReadBigEndian(&buffer[5]);
84 cumulative_lost_ = cumulative_lost;
report_block.h 49 uint32_t cumulative_lost() const { return cumulative_lost_; }
58 uint32_t cumulative_lost_; member in class:webrtc::rtcp::ReportBlock

Completed in 166 milliseconds