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

  /external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
rtcp_receiver_help.cc 21 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 44 class RTCPPacketInformation
47 RTCPPacketInformation();
48 ~RTCPPacketInformation();
88 DISALLOW_COPY_AND_ASSIGN(RTCPPacketInformation);

Completed in 38 milliseconds