Searched refs:fourcc (Results 1 – 1 of 1) sorted by relevance
845 #define VIDEO_FOURCC_TO_STR(fourcc) \ argument847 (char)((fourcc) & 0xFF), \848 (char)(((fourcc) >> 8) & 0xFF), \849 (char)(((fourcc) >> 16) & 0xFF), \850 (char)(((fourcc) >> 24) & 0xFF), \