Searched refs:fourcc_code (Results 1 – 1 of 1) sorted by relevance
/linux-6.3-rc2/include/uapi/drm/ |
A D | drm_fourcc.h | 275 #define DRM_FORMAT_Y0L0 fourcc_code('Y', '0', 'L', '0') 277 #define DRM_FORMAT_X0L0 fourcc_code('X', '0', 'L', '0') 280 #define DRM_FORMAT_Y0L2 fourcc_code('Y', '0', 'L', '2') 282 #define DRM_FORMAT_X0L2 fourcc_code('X', '0', 'L', '2') 290 #define DRM_FORMAT_YUV420_8BIT fourcc_code('Y', 'U', '0', '8') 302 #define DRM_FORMAT_RGB888_A8 fourcc_code('R', '8', 'A', '8') 303 #define DRM_FORMAT_BGR888_A8 fourcc_code('B', '8', 'A', '8') 304 #define DRM_FORMAT_RGB565_A8 fourcc_code('R', '5', 'A', '8') 305 #define DRM_FORMAT_BGR565_A8 fourcc_code('B', '5', 'A', '8') 368 #define DRM_FORMAT_Q410 fourcc_code('Q', '4', '1', '0') [all …]
|
Completed in 8 milliseconds