Searched refs:kRtpOneByteHeaderLength (Results 1 – 5 of 5) sorted by relevance
230 EXPECT_EQ(kRtpOneByteHeaderLength + kTransmissionTimeOffsetLength, in TEST_F()242 EXPECT_EQ(RtpUtility::Word32Align(kRtpOneByteHeaderLength + in TEST_F()255 RtpUtility::Word32Align(kRtpOneByteHeaderLength + kAudioLevelLength), in TEST_F()267 EXPECT_EQ(RtpUtility::Word32Align(kRtpOneByteHeaderLength + in TEST_F()273 EXPECT_EQ(RtpUtility::Word32Align(kRtpOneByteHeaderLength + in TEST_F()280 kRtpOneByteHeaderLength + kTransmissionTimeOffsetLength + in TEST_F()286 EXPECT_EQ(RtpUtility::Word32Align(kRtpOneByteHeaderLength + in TEST_F()295 EXPECT_EQ(RtpUtility::Word32Align(kRtpOneByteHeaderLength + in TEST_F()301 EXPECT_EQ(RtpUtility::Word32Align(kRtpOneByteHeaderLength + in TEST_F()307 RtpUtility::Word32Align(kRtpOneByteHeaderLength + kVideoRotationLength), in TEST_F()[all …]
75 EXPECT_EQ(kRtpOneByteHeaderLength + kTransmissionTimeOffsetLength, in TEST_F()87 EXPECT_EQ(static_cast<int>(kRtpOneByteHeaderLength), in TEST_F()
146 length += kRtpOneByteHeaderLength; in GetTotalLengthInBytes()161 uint16_t length = kRtpOneByteHeaderLength; in GetLengthUntilBlockStartInBytes()
23 const size_t kRtpOneByteHeaderLength = 4; variable
1238 const uint32_t kHeaderLength = kRtpOneByteHeaderLength; in BuildRTPHeaderExtension()