Home
last modified time | relevance | path

Searched refs:IsRtcpPacket (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/content/browser/renderer_host/p2p/
Dsocket_host.cc48 bool IsRtcpPacket(const char* data, size_t length) { in IsRtcpPacket() function
233 DCHECK(!IsRtcpPacket(data, length)); in ApplyPacketOptions()
617 if (IsDtlsPacket(packet, length) || IsRtcpPacket(packet, length)) { in DumpRtpPacket()
/external/chromium_org/media/cast/net/rtcp/
Drtcp.cc80 bool Rtcp::IsRtcpPacket(const uint8* packet, size_t length) { in IsRtcpPacket() function in media::cast::Rtcp
103 if (!IsRtcpPacket(data, length)) { in IncomingRtcpPacket()
Drtcp.h107 static bool IsRtcpPacket(const uint8* packet, size_t length);
/external/chromium_org/media/cast/sender/
Daudio_sender_unittest.cc30 if (Rtcp::IsRtcpPacket(&packet->data[0], packet->data.size())) { in SendPacket()
Dvideo_sender_unittest.cc74 if (Rtcp::IsRtcpPacket(&packet->data[0], packet->data.size())) { in SendPacket()
/external/chromium_org/media/cast/receiver/
Dcast_receiver_impl.cc56 if (Rtcp::IsRtcpPacket(data, length)) { in DispatchReceivedPacket()
Dframe_receiver.cc76 if (Rtcp::IsRtcpPacket(&packet->front(), packet->size())) { in ProcessPacket()