Searched refs:IsRtcpPacket (Results 1 – 8 of 8) sorted by relevance
45 bool IsRtcpPacket(const char* data) { in IsRtcpPacket() function191 DCHECK(!IsRtcpPacket(data)); in ApplyPacketOptions()530 if (IsDtlsPacket(packet, length) || IsRtcpPacket(packet)) in DumpRtpPacket()
31 if (Rtcp::IsRtcpPacket(&packet->data[0], packet->data.size())) { in SendPacket()
75 static bool IsRtcpPacket(const uint8* rtcp_buffer, size_t length);
112 bool Rtcp::IsRtcpPacket(const uint8* packet, size_t length) { in IsRtcpPacket() function in media::cast::Rtcp
173 if (!Rtcp::IsRtcpPacket(data, length)) { in ReceivedPacket()
54 if (Rtcp::IsRtcpPacket(data, length)) { in DispatchReceivedPacket()
80 if (Rtcp::IsRtcpPacket(&packet->front(), packet->size())) { in ProcessPacket()
69 if (Rtcp::IsRtcpPacket(&packet->data[0], packet->data.size())) { in SendPacket()