Home
last modified time | relevance | path

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

/dragonfly/sys/dev/drm/include/uapi/drm/
H A Ddrm_fourcc.h160 #define DRM_FORMAT_YVU422 fourcc_code('Y', 'V', '1', '6') /* 2x1 subsampled Cr (1) and Cb (2) plane… macro
/dragonfly/sys/dev/drm/
H A Ddrm_fourcc.c162 …{ .format = DRM_FORMAT_YVU422, .depth = 0, .num_planes = 3, .cpp = { 1, 1, 1 }, .hsub = 2, .vsub… in __drm_format_info()