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

  /external/webrtc/webrtc/modules/rtp_rtcp/source/
rtcp_utility.cc 60 _packetType(RTCPPacketTypes::kInvalid) {
76 return _packetType;
100 _packetType = RTCPPacketTypes::kInvalid;
159 return _packetType;
545 _packetType = RTCPPacketTypes::kRr;
573 _packetType = RTCPPacketTypes::kSr;
664 _packetType = RTCPPacketTypes::kReportBlockItem;
695 _packetType = RTCPPacketTypes::kExtendedIj;
720 _packetType = RTCPPacketTypes::kExtendedIjItem;
739 _packetType = RTCPPacketTypes::kSdes
    [all...]
rtcp_utility.h 468 RTCPPacketTypes _packetType;

Completed in 86 milliseconds