Searched defs:fourcc_code (Results 1 - 5 of 5) sorted by relevance
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/drm/ |
H A D | drm_fourcc.h | 12 #define fourcc_code(a, b, c, d) ((__u32)(a) | ((__u32)(b) << 8) | \ macro [all...] |
/kernel/linux/linux-5.10/include/uapi/drm/ |
H A D | drm_fourcc.h | 69 #define fourcc_code(a, b, c, d) ((__u32)(a) | ((__u32)(b) << 8) | \ macro [all...] |
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/drm/ |
H A D | drm_fourcc.h | 25 #define fourcc_code(a,b,c,d) ((__u32) (a) | ((__u32) (b) << 8) | ((__u32) (c) << 16) | ((__u32) (d) << 24)) macro [all...] |
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/drm/ |
H A D | drm_fourcc.h | 25 #define fourcc_code(a,b,c,d) ((__u32) (a) | ((__u32) (b) << 8) | ((__u32) (c) << 16) | ((__u32) (d) << 24)) macro [all...] |
/kernel/linux/linux-6.6/include/uapi/drm/ |
H A D | drm_fourcc.h | 105 #define fourcc_code(a, b, c, d) ((__u32)(a) | ((__u32)(b) << 8) | \ macro [all...] |
Completed in 5 milliseconds