HomeSort by relevance Sort by last modified time
    Searched defs:RTCPPacketInformation (Results 1 - 2 of 2) sorted by null

  /external/webrtc/webrtc/modules/rtp_rtcp/source/
rtcp_receiver_help.cc 22 RTCPPacketInformation::RTCPPacketInformation()
42 RTCPPacketInformation::~RTCPPacketInformation()
49 RTCPPacketInformation::AddVoIPMetric(const RTCPVoIPMetric* metric)
55 void RTCPPacketInformation::AddApplicationData(const uint8_t* data,
81 RTCPPacketInformation::ResetNACKPacketIdArray()
87 RTCPPacketInformation::AddNACKPacket(const uint16_t packetID)
96 RTCPPacketInformation::AddReportInfo(
rtcp_receiver_help.h 49 class RTCPPacketInformation
52 RTCPPacketInformation();
53 ~RTCPPacketInformation();
95 RTC_DISALLOW_COPY_AND_ASSIGN(RTCPPacketInformation);

Completed in 42 milliseconds