Home
last modified time | relevance | path

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

/aosp_15_r20/external/webrtc/modules/rtp_rtcp/include/
H A Drtp_cvo.h22 inline uint8_t ConvertVideoRotationToCVOByte(VideoRotation rotation) { in ConvertVideoRotationToCVOByte() function
/aosp_15_r20/external/webrtc/logging/rtc_event_log/encoder/
H A Drtc_event_log_encoder_new_format.cc437 ConvertVideoRotationToCVOByte(video_rotation)); in EncodeRtpPacket()
438 base_video_rotation = ConvertVideoRotationToCVOByte(video_rotation); in EncodeRtpPacket()
607 values[i] = ConvertVideoRotationToCVOByte(video_rotation); in EncodeRtpPacket()
/aosp_15_r20/external/webrtc/modules/rtp_rtcp/source/
H A Drtp_header_extensions.cc394 data[0] = ConvertVideoRotationToCVOByte(rotation); in Write()