Home
last modified time | relevance | path

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

/aosp_15_r20/external/webrtc/modules/rtp_rtcp/include/
H A Drtcp_statistics.h21 struct RtcpPacketTypeCounter { struct
22 RtcpPacketTypeCounter() in RtcpPacketTypeCounter() argument
29 void Add(const RtcpPacketTypeCounter& other) { in Add() argument
37 void Subtract(const RtcpPacketTypeCounter& other) { in Subtract() argument
65 const RtcpPacketTypeCounter& packet_counter) = 0; argument