Home
last modified time | relevance | path

Searched defs:fourcc_code (Results 1 – 2 of 2) sorted by relevance

/third_party/libdrm/include/drm/
Ddrm_fourcc.h69 #define fourcc_code(a, b, c, d) ((__u32)(a) | ((__u32)(b) << 8) | \ macro
/third_party/mesa3d/include/drm-uapi/
Ddrm_fourcc.h93 #define fourcc_code(a, b, c, d) ((__u32)(a) | ((__u32)(b) << 8) | \ macro