Home
last modified time | relevance | path

Searched refs:kRtpOneByteHeaderLength (Results 1 – 5 of 5) sorted by relevance

/external/webrtc/webrtc/modules/rtp_rtcp/source/
Drtp_sender_unittest.cc230 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 …]
Drtp_header_extension_unittest.cc75 EXPECT_EQ(kRtpOneByteHeaderLength + kTransmissionTimeOffsetLength, in TEST_F()
87 EXPECT_EQ(static_cast<int>(kRtpOneByteHeaderLength), in TEST_F()
Drtp_header_extension.cc146 length += kRtpOneByteHeaderLength; in GetTotalLengthInBytes()
161 uint16_t length = kRtpOneByteHeaderLength; in GetLengthUntilBlockStartInBytes()
Drtp_header_extension.h23 const size_t kRtpOneByteHeaderLength = 4; variable
Drtp_sender.cc1238 const uint32_t kHeaderLength = kRtpOneByteHeaderLength; in BuildRTPHeaderExtension()