Home
last modified time | relevance | path

Searched refs:ValidateRtpHeader (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/media/base/
Drtp_utils_unittest.cc112 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()
Drtp_utils.cc186 bool ValidateRtpHeader(const uint8_t* rtp, in ValidateRtpHeader() function
382 !ValidateRtpHeader(data + rtp_start_pos, rtp_length, nullptr)) { in ApplyPacketOptions()
Drtp_utils.h60 bool RTC_EXPORT ValidateRtpHeader(const uint8_t* rtp,