Home
last modified time | relevance | path

Searched refs:hasVideoRotation (Results 1 – 6 of 6) sorted by relevance

/external/webrtc/webrtc/
Dcommon_types.cc33 hasVideoRotation(false), in RTPHeaderExtension()
Dcommon_types.h804 bool hasVideoRotation; member
/external/webrtc/webrtc/modules/rtp_rtcp/source/
Drtp_utility.cc253 header->extension.hasVideoRotation = false; in Parse()
393 header->extension.hasVideoRotation = true; in ParseOneByteExtensionHeader()
Drtp_receiver_video.cc91 if (rtp_header->header.extension.hasVideoRotation) { in ParseRtpPacket()
Drtp_sender_unittest.cc483 EXPECT_TRUE(rtp_header.extension.hasVideoRotation); in TEST_F()
511 EXPECT_FALSE(rtp_header.extension.hasVideoRotation); in TEST_F()
/external/webrtc/webrtc/video/
Dvie_receiver.cc403 if (header.extension.hasVideoRotation) { in NotifyReceiverOfFecPacket()