Searched refs:IsRtcpPacket (Results 1 – 6 of 6) sorted by relevance
76 static bool IsRtcpPacket(const uint8* rtcp_buffer, size_t length);
207 bool Rtcp::IsRtcpPacket(const uint8* packet, size_t length) { in IsRtcpPacket() function in media::cast::Rtcp
93 if (!Rtcp::IsRtcpPacket(packet, length)) { in ReceivedPacket()
112 if (!Rtcp::IsRtcpPacket(packet, length)) { in ReceivedPacket()
375 if (Rtcp::IsRtcpPacket(packet, length)) { in IncomingPacket()
368 bool rtcp_packet = Rtcp::IsRtcpPacket(packet, length); in IncomingPacket()