Home
last modified time | relevance | path

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

/aosp_15_r20/external/webrtc/modules/rtp_rtcp/include/
H A Drtp_rtcp_defines.h307 struct RtpPacketCounter { struct
308 RtpPacketCounter() in RtpPacketCounter() function
314 void Add(const RtpPacketCounter& other) { in Add() argument
322 void Subtract(const RtpPacketCounter& other) { in Subtract() argument
346 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.
H A Drtp_rtcp_defines.cc50 RtpPacketCounter::RtpPacketCounter(const RtpPacket& packet) in RtpPacketCounter() function in webrtc::RtpPacketCounter
56 RtpPacketCounter::RtpPacketCounter(const RtpPacketToSend& packet_to_send) in RtpPacketCounter() function in webrtc::RtpPacketCounter