Searched refs:DRM_FORMAT_YVU410 (Results 1 - 7 of 7) sorted by relevance
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/drm/ |
H A D | drm_fourcc.h | 80 #define DRM_FORMAT_YVU410 fourcc_code('Y', 'V', 'U', '9') macro
|
/kernel/linux/linux-5.10/include/uapi/drm/ |
H A D | drm_fourcc.h | 307 #define DRM_FORMAT_YVU410 fourcc_code('Y', 'V', 'U', '9') /* 4x4 subsampled Cr (1) and Cb (2) planes */ macro
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/drm/ |
H A D | drm_fourcc.h | 122 #define DRM_FORMAT_YVU410 fourcc_code('Y', 'V', 'U', '9') macro
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/drm/ |
H A D | drm_fourcc.h | 122 #define DRM_FORMAT_YVU410 fourcc_code('Y', 'V', 'U', '9') macro
|
/kernel/linux/linux-6.6/include/uapi/drm/ |
H A D | drm_fourcc.h | 388 #define DRM_FORMAT_YVU410 fourcc_code('Y', 'V', 'U', '9') /* 4x4 subsampled Cr (1) and Cb (2) planes */ macro
|
/kernel/linux/linux-5.10/drivers/gpu/drm/ |
H A D | drm_fourcc.c | 216 { .format = DRM_FORMAT_YVU410, .depth = 0, .num_planes = 3, .cpp = { 1, 1, 1 }, .hsub = 4, .vsub = 4, .is_yuv = true }, in __drm_format_info()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/ |
H A D | drm_fourcc.c | 233 { .format = DRM_FORMAT_YVU410, .depth = 0, .num_planes = 3, .cpp = { 1, 1, 1 }, .hsub = 4, .vsub = 4, .is_yuv = true }, in __drm_format_info()
|
Completed in 9 milliseconds