Searched refs:DRM_FORMAT_NV15 (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/include/uapi/drm/ |
H A D | drm_fourcc.h | 325 #define DRM_FORMAT_NV15 fourcc_code('N', 'V', '1', '5') /* 2x2 subsampled Cr:Cb plane */ macro
|
/openbmc/qemu/include/standard-headers/drm/ |
H A D | drm_fourcc.h | 324 #define DRM_FORMAT_NV15 fourcc_code('N', 'V', '1', '5') /* 2x2 subsampled Cr:Cb plane */ macro
|
/openbmc/linux/drivers/gpu/drm/ |
H A D | drm_fourcc.c | 298 { .format = DRM_FORMAT_NV15, .depth = 0, in __drm_format_info()
|
/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/rpidistro-ffmpeg/files/ |
H A D | 0001-ffmpeg-5.1.4-rpi_24.patch | 6774 +#ifndef DRM_FORMAT_NV15 6775 +#define DRM_FORMAT_NV15 fourcc_code('N', 'V', '1', '5') 9037 +#if defined(V4L2_PIX_FMT_NV15) && defined(DRM_FORMAT_NV15) 9039 + layer->format = DRM_FORMAT_NV15; 12417 +#ifndef DRM_FORMAT_NV15 12418 +#define DRM_FORMAT_NV15 fourcc_code('N', 'V', '1', '5') 12431 +#ifndef DRM_FORMAT_NV15 12432 +#define DRM_FORMAT_NV15 fourcc_code('N', 'V', '1', '5')
|