Searched defs:RtpPacketCounter (Results 1 – 2 of 2) sorted by relevance
307 struct RtpPacketCounter { struct308 RtpPacketCounter() in RtpPacketCounter() function314 void Add(const RtpPacketCounter& other) { in Add() argument322 void Subtract(const RtpPacketCounter& other) { in Subtract() argument346 size_t TotalBytes() const { in TotalBytes()350 size_t header_bytes; // Number of bytes used by RTP headers.351 size_t payload_bytes; // Payload bytes, excluding RTP headers and padding.352 size_t padding_bytes; // Number of padding bytes.353 uint32_t packets; // Number of packets.
50 RtpPacketCounter::RtpPacketCounter(const RtpPacket& packet) in RtpPacketCounter() function in webrtc::RtpPacketCounter56 RtpPacketCounter::RtpPacketCounter(const RtpPacketToSend& packet_to_send) in RtpPacketCounter() function in webrtc::RtpPacketCounter