Searched defs:fourcc_code (Results 1 - 1 of 1) sorted by relevance
/device/soc/rockchip/common/sdk_linux/include/uapi/drm/ | ||
H A D | drm_fourcc.h | 70 #define fourcc_code(a, b, c, d) ((__u32)(a) | ((__u32)(b) << 8) | ((__u32)(c) << 16) | ((__u32)(d) << 24)) macro [all...] |
Completed in 3 milliseconds