Searched refs:DRM_FORMAT_NV61 (Results 1 – 2 of 2) sorted by relevance
/openbsd/sys/dev/pci/drm/include/uapi/drm/ |
H A D | drm_fourcc.h | 317 #define DRM_FORMAT_NV61 fourcc_code('N', 'V', '6', '1') /* 2x1 subsampled Cb:Cr plane */ macro
|
/openbsd/sys/dev/pci/drm/ |
H A D | drm_fourcc.c | 245 …{ .format = DRM_FORMAT_NV61, .depth = 0, .num_planes = 2, .cpp = { 1, 2, 0 }, .hsub = 2, .vsub =… in __drm_format_info()
|