Home
last modified time | relevance | path

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

/external/chromium_org/media/cast/rtcp/
Drtcp.h76 static bool IsRtcpPacket(const uint8* rtcp_buffer, size_t length);
Drtcp.cc207 bool Rtcp::IsRtcpPacket(const uint8* packet, size_t length) { in IsRtcpPacket() function in media::cast::Rtcp
/external/chromium_org/media/cast/
Dcast_receiver_impl.cc93 if (!Rtcp::IsRtcpPacket(packet, length)) { in ReceivedPacket()
Dcast_sender_impl.cc112 if (!Rtcp::IsRtcpPacket(packet, length)) { in ReceivedPacket()
/external/chromium_org/media/cast/video_receiver/
Dvideo_receiver.cc375 if (Rtcp::IsRtcpPacket(packet, length)) { in IncomingPacket()
/external/chromium_org/media/cast/audio_receiver/
Daudio_receiver.cc368 bool rtcp_packet = Rtcp::IsRtcpPacket(packet, length); in IncomingPacket()