Searched refs:cvo_byte (Results 1 – 1 of 1) sorted by relevance
37 inline VideoRotation ConvertCVOByteToVideoRotation(uint8_t cvo_byte) { in ConvertCVOByteToVideoRotation() argument39 const uint8_t rotation_bits = cvo_byte & 0x3; in ConvertCVOByteToVideoRotation()