Searched refs:packetType (Results 1 – 6 of 6) sorted by relevance
82 int packetType = data.readUnsignedByte(); in parsePayload() local87 if (packetType == AVC_PACKET_TYPE_SEQUENCE_HEADER && !hasOutputFormat) { in parsePayload()104 } else if (packetType == AVC_PACKET_TYPE_AVC_NALU && hasOutputFormat) { in parsePayload()
102 int packetType = data.readUnsignedByte(); in parsePayload() local103 if (packetType == AAC_PACKET_TYPE_SEQUENCE_HEADER && !hasOutputFormat) { in parsePayload()119 } else if (audioFormat != AUDIO_FORMAT_AAC || packetType == AAC_PACKET_TYPE_AAC_RAW) { in parsePayload()
688 RTCPPacketType packetType, in SendRTCP() argument692 feedback_state, std::set<RTCPPacketType>(&packetType, &packetType + 1), in SendRTCP()
109 RTCPPacketType packetType,
216 int packetType = byteToUnsignedInt(buffer.get(--end)); in getRoot() local218 return new Reference(buffer, end, byteWidth, packetType); in getRoot()
149 int packetType; /* Packet type */ member562 (!rx_flags[i].packetType || in rx_print()563 rxh->type == rx_flags[i].packetType)) { in rx_print()