Searched refs:ValidateRtpHeader (Results 1 – 3 of 3) sorted by relevance
112 EXPECT_FALSE(ValidateRtpHeader(kRtpMsgWithInvalidLength, in TEST()120 EXPECT_FALSE(ValidateRtpHeader(kRtpMsgWithInvalidExtnLength, in TEST()127 EXPECT_TRUE(ValidateRtpHeader(kRtpMsgWith2ByteExtnHeader, in TEST()133 EXPECT_TRUE(ValidateRtpHeader(kRtpMsgWithOneByteAbsSendTimeExtension, in TEST()140 EXPECT_TRUE(ValidateRtpHeader(kRtpMsgWithTwoByteAbsSendTimeExtension, in TEST()
186 bool ValidateRtpHeader(const uint8_t* rtp, in ValidateRtpHeader() function382 !ValidateRtpHeader(data + rtp_start_pos, rtp_length, nullptr)) { in ApplyPacketOptions()
60 bool RTC_EXPORT ValidateRtpHeader(const uint8_t* rtp,