Home
last modified time | relevance | path

Searched defs:RtpPacketCounter (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/modules/rtp_rtcp/include/
Drtp_rtcp_defines.h295 struct RtpPacketCounter { struct
296 RtpPacketCounter() in RtpPacketCounter() function
301 void Add(const RtpPacketCounter& other) { in Add() argument
308 void Subtract(const RtpPacketCounter& other) { in Subtract() argument
328 size_t TotalBytes() const { in TotalBytes()
332 size_t header_bytes; // Number of bytes used by RTP headers.
333 size_t payload_bytes; // Payload bytes, excluding RTP headers and padding.
334 size_t padding_bytes; // Number of padding bytes.
335 uint32_t packets; // Number of packets.
Drtp_rtcp_defines.cc47 RtpPacketCounter::RtpPacketCounter(const RtpPacket& packet) in RtpPacketCounter() function in webrtc::RtpPacketCounter