Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/rtp_rtcp/include/
Drtp_cvo.h21 inline uint8_t ConvertVideoRotationToCVOByte(VideoRotation rotation) { in ConvertVideoRotationToCVOByte() function
/external/webrtc/webrtc/modules/rtp_rtcp/source/
Drtp_sender_unittest.cc219 EXPECT_EQ(ConvertVideoRotationToCVOByte(rotation), in VerifyCVOPacket()
484 EXPECT_EQ(ConvertVideoRotationToCVOByte(kRotation), in TEST_F()
Drtp_sender.cc1413 data_buffer[pos++] = ConvertVideoRotationToCVOByte(rotation_); in BuildVideoRotationExtension()
1586 rtp_packet[offset + 1] = ConvertVideoRotationToCVOByte(rotation); in UpdateVideoRotation()