Home
last modified time | relevance | path

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

/aosp_15_r20/external/webrtc/modules/rtp_rtcp/source/
H A Drtp_sender_video_unittest.cc305 EXPECT_EQ(kVideoRotation_0, ConvertCVOByteToVideoRotation(0)); in TEST_F()
306 EXPECT_EQ(kVideoRotation_90, ConvertCVOByteToVideoRotation(1)); in TEST_F()
307 EXPECT_EQ(kVideoRotation_180, ConvertCVOByteToVideoRotation(2)); in TEST_F()
308 EXPECT_EQ(kVideoRotation_270, ConvertCVOByteToVideoRotation(3)); in TEST_F()
313 ConvertCVOByteToVideoRotation(flip_bit | camera_bit | 0)); in TEST_F()
315 ConvertCVOByteToVideoRotation(flip_bit | camera_bit | 1)); in TEST_F()
317 ConvertCVOByteToVideoRotation(flip_bit | camera_bit | 2)); in TEST_F()
319 ConvertCVOByteToVideoRotation(flip_bit | camera_bit | 3)); in TEST_F()
H A Drtp_header_extensions.cc387 *rotation = ConvertCVOByteToVideoRotation(data[0]); in Parse()
/aosp_15_r20/external/webrtc/modules/rtp_rtcp/include/
H A Drtp_cvo.h37 inline VideoRotation ConvertCVOByteToVideoRotation(uint8_t cvo_byte) { in ConvertCVOByteToVideoRotation() function
/aosp_15_r20/external/webrtc/logging/rtc_event_log/
H A Drtc_event_log_unittest_helper.cc998 EXPECT_EQ(ConvertCVOByteToVideoRotation(rotation), in VerifyLoggedRtpHeader()
H A Drtc_event_log_parser.cc386 header.extension.videoRotation = ConvertCVOByteToVideoRotation( in StoreRtpPackets()
586 header.extension.videoRotation = ConvertCVOByteToVideoRotation( in StoreRtpPackets()