HomeSort by relevance Sort by last modified time
    Searched refs:kRtpOneByteHeaderLength (Results 1 - 5 of 5) sorted by null

  /external/webrtc/webrtc/modules/rtp_rtcp/source/
rtp_header_extension_unittest.cc 75 EXPECT_EQ(kRtpOneByteHeaderLength + kTransmissionTimeOffsetLength,
87 EXPECT_EQ(static_cast<int>(kRtpOneByteHeaderLength),
rtp_header_extension.h 23 const size_t kRtpOneByteHeaderLength = 4;
rtp_header_extension.cc 146 length += kRtpOneByteHeaderLength;
161 uint16_t length = kRtpOneByteHeaderLength;
rtp_sender_unittest.cc 230 EXPECT_EQ(kRtpOneByteHeaderLength + kTransmissionTimeOffsetLength,
242 EXPECT_EQ(RtpUtility::Word32Align(kRtpOneByteHeaderLength +
255 RtpUtility::Word32Align(kRtpOneByteHeaderLength + kAudioLevelLength),
267 EXPECT_EQ(RtpUtility::Word32Align(kRtpOneByteHeaderLength +
273 EXPECT_EQ(RtpUtility::Word32Align(kRtpOneByteHeaderLength +
280 kRtpOneByteHeaderLength + kTransmissionTimeOffsetLength +
286 EXPECT_EQ(RtpUtility::Word32Align(kRtpOneByteHeaderLength +
295 EXPECT_EQ(RtpUtility::Word32Align(kRtpOneByteHeaderLength +
301 EXPECT_EQ(RtpUtility::Word32Align(kRtpOneByteHeaderLength +
307 RtpUtility::Word32Align(kRtpOneByteHeaderLength + kVideoRotationLength)
    [all...]
rtp_sender.cc     [all...]

Completed in 50 milliseconds