Searched refs:DRM_FORMAT_YUV410 (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/include/uapi/drm/ |
D | drm_fourcc.h | 153 #define DRM_FORMAT_YUV410 fourcc_code('Y', 'U', 'V', '9') /* 4x4 subsampled Cb (1) and Cr (2) plane… macro
|
/Linux-v4.19/drivers/gpu/drm/ |
D | drm_fourcc.c | 155 …{ .format = DRM_FORMAT_YUV410, .depth = 0, .num_planes = 3, .cpp = { 1, 1, 1 }, .hsub = 4, .vsub… in __drm_format_info()
|