Searched defs:fourcc_code (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/xf86-video-openchrome/dist/src/
H A Ddrm_fourcc.h29 #define fourcc_code(a,b,c,d) ((uint32_t)(a) | ((uint32_t)(b) << 8) | \ macro
[all...]
/xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/
H A Dsna_video_sprite.c44 #define fourcc_code(a,b,c,d) ((uint32_t)(a) | ((uint32_t)(b) << 8) | ((uint32_t)(c) << 16) | ((uint32_t)(d) << 24)) macro
/xsrc/external/mit/xf86-video-intel/dist/src/sna/
H A Dsna_video_sprite.c44 #define fourcc_code(a,b,c,d) ((uint32_t)(a) | ((uint32_t)(b) << 8) | ((uint32_t)(c) << 16) | ((uint32_t)(d) << 24)) macro
/xsrc/external/mit/MesaLib.old/dist/include/drm-uapi/
H A Ddrm_fourcc.h69 #define fourcc_code(a, b, c, d) ((__u32)(a) | ((__u32)(b) << 8) | \ macro
[all...]
/xsrc/external/mit/MesaLib/dist/include/drm-uapi/
H A Ddrm_fourcc.h93 #define fourcc_code(a, b, c, d) ((__u32)(a) | ((__u32)(b) << 8) | \ macro
[all...]
/xsrc/external/mit/libdrm/dist/include/drm/
H A Ddrm_fourcc.h105 #define fourcc_code(a, b, c, d) ((__u32)(a) | ((__u32)(b) << 8) | \ macro
[all...]

Completed in 13 milliseconds