Searched defs:RtpPacketCounter (Results 1 – 2 of 2) sorted by relevance
295 struct RtpPacketCounter { struct296 RtpPacketCounter() in RtpPacketCounter() function301 void Add(const RtpPacketCounter& other) { in Add() argument308 void Subtract(const RtpPacketCounter& other) { in Subtract() argument328 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.
47 RtpPacketCounter::RtpPacketCounter(const RtpPacket& packet) in RtpPacketCounter() function in webrtc::RtpPacketCounter