Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/
Ddrm_fourcc.h32 #define fourcc_code(a, b, c, d) ((uint32_t)(a) | ((uint32_t)(b) << 8) | \ macro
/hardware/google/gfxstream/guest/mesa/include/drm-uapi/
Ddrm_fourcc.h105 #define fourcc_code(a, b, c, d) ((__u32)(a) | ((__u32)(b) << 8) | \ macro