Searched refs:IsRtcpPacketType (Results 1 – 3 of 3) sorted by relevance
81 bool IsRtcpPacketType(uint8_t raw_byte) { in IsRtcpPacketType() function
165 bool IsRtcpPacketType(uint8_t raw_byte);
78 if (!IsRtcpPacketType(byte1)) { in Parse()