Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/rtp_rtcp/source/
Drtp_header_extension.h27 const size_t kVideoRotationLength = 2; variable
56 length = kVideoRotationLength; in Init()
Drtp_sender_unittest.cc289 kAudioLevelLength + kVideoRotationLength), in TEST_F()
297 kAudioLevelLength + kVideoRotationLength), in TEST_F()
302 kAudioLevelLength + kVideoRotationLength), in TEST_F()
307 RtpUtility::Word32Align(kRtpOneByteHeaderLength + kVideoRotationLength), in TEST_F()
322 RtpUtility::Word32Align(kRtpOneByteHeaderLength + kVideoRotationLength), in TEST_F()
1406 RtpUtility::Word32Align(kRtpOneByteHeaderLength + kVideoRotationLength), in TEST_F()
Drtp_sender.cc1414 assert(pos == kVideoRotationLength); in BuildVideoRotationExtension()
1415 return kVideoRotationLength; in BuildVideoRotationExtension()
1573 rtp_packet_length, rtp_header, kVideoRotationLength, in UpdateVideoRotation()