Searched refs:DRM_FORMAT_YVU444 (Results 1 – 2 of 2) sorted by relevance
162 #define DRM_FORMAT_YVU444 fourcc_code('Y', 'V', '2', '4') /* non-subsampled Cr (1) and Cb (2) p… macro
164 …{ .format = DRM_FORMAT_YVU444, .depth = 0, .num_planes = 3, .cpp = { 1, 1, 1 }… in __drm_format_info()