Searched refs:IsValidRtcpPacket (Results 1 - 3 of 3) sorted by relevance

/external/webrtc/talk/media/base/
H A Drtpdump.h84 bool IsValidRtcpPacket() const;
H A Drtpdump.cc71 bool RtpDumpPacket::IsValidRtcpPacket() const { function in class:cricket::RtpDumpPacket
102 return IsValidRtcpPacket() &&
H A Drtpdump_unittest.cc54 EXPECT_FALSE(rtp_packet.IsValidRtcpPacket());
71 EXPECT_TRUE(rtcp_packet.IsValidRtcpPacket());

Completed in 157 milliseconds