Home
last modified time | relevance | path

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

/external/webrtc/modules/rtp_rtcp/include/
Drtp_cvo.h37 inline VideoRotation ConvertCVOByteToVideoRotation(uint8_t cvo_byte) { in ConvertCVOByteToVideoRotation() argument
39 const uint8_t rotation_bits = cvo_byte & 0x3; in ConvertCVOByteToVideoRotation()