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

  /frameworks/base/libs/common_time/
common_time_server_packets.cpp 81 int16_t pktType = static_cast<int16_t>(packetType);
84 SERIALIZE_INT16(pktType);
  /external/webrtc/webrtc/modules/rtp_rtcp/source/
rtcp_receiver.cc 297 RTCPUtility::RTCPPacketTypes pktType = rtcpParser->Begin();
298 while (pktType != RTCPPacketTypes::kInvalid) {
301 switch (pktType)
370 pktType = rtcpParser->PacketType();
782 RTCPUtility::RTCPPacketTypes pktType = rtcpParser.Iterate();
783 while (pktType == RTCPPacketTypes::kSdesChunk) {
785 pktType = rtcpParser.Iterate();
817 RTCPUtility::RTCPPacketTypes pktType = rtcpParser.Iterate();
818 while (pktType == RTCPPacketTypes::kRtpfbNackItem) {
820 pktType = rtcpParser.Iterate()
    [all...]

Completed in 135 milliseconds