Home
last modified time | relevance | path

Searched refs:DRM_FORMAT_YVU444 (Results 1 – 2 of 2) sorted by relevance

/dragonfly/sys/dev/drm/include/uapi/drm/
H A Ddrm_fourcc.h162 #define DRM_FORMAT_YVU444 fourcc_code('Y', 'V', '2', '4') /* non-subsampled Cr (1) and Cb (2) plane… macro
/dragonfly/sys/dev/drm/
H A Ddrm_fourcc.c164 …{ .format = DRM_FORMAT_YVU444, .depth = 0, .num_planes = 3, .cpp = { 1, 1, 1 }, .hsub = 1, .vsub… in __drm_format_info()