| /OK3568_Linux_fs/external/gstreamer-rockchip/gst/rkximage/ |
| H A D | gstkmsutils.h | 37 #ifndef DRM_FORMAT_NV15 38 #define DRM_FORMAT_NV15 fourcc_code('N', 'V', '1', '5') macro
|
| H A D | gstkmsutils.c | 115 case DRM_FORMAT_NV15: in gst_drm_bpp_from_drm() 142 case DRM_FORMAT_NV15: in gst_drm_height_from_drm()
|
| H A D | gstkmsallocator.c | 513 ret = drmModeAddFB2 (alloc->priv->fd, w, h, DRM_FORMAT_NV15, bo_handles, in gst_kms_allocator_add_fb()
|
| /OK3568_Linux_fs/yocto/meta-rockchip/recipes-graphics/wayland/weston_10.0.2/ |
| H A D | 0059-pixel-formats-Support-NV15-YU08-YU10.patch | 45 +#ifndef DRM_FORMAT_NV15 46 +#define DRM_FORMAT_NV15 fourcc_code('N', 'V', '1', '5')
|
| /OK3568_Linux_fs/buildroot/package/weston/ |
| H A D | 0056-pixel-formats-Support-NV15-YU08-YU10.patch | 45 +#ifndef DRM_FORMAT_NV15 46 +#define DRM_FORMAT_NV15 fourcc_code('N', 'V', '1', '5')
|
| /OK3568_Linux_fs/yocto/meta-rockchip/recipes-graphics/wayland/weston_11.0.1/ |
| H A D | 0056-pixel-formats-Support-NV15-YU08-YU10.patch | 45 +#ifndef DRM_FORMAT_NV15 46 +#define DRM_FORMAT_NV15 fourcc_code('N', 'V', '1', '5')
|
| /OK3568_Linux_fs/yocto/meta-rockchip/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.20/ |
| H A D | 0024-kmssink-Support-NV12_10LE40-and-NV12-NV12_10LE40-NV1.patch | 96 + ret = drmModeAddFB2 (alloc->priv->fd, w, h, DRM_FORMAT_NV15, bo_handles, 337 + case DRM_FORMAT_NV15: 346 + case DRM_FORMAT_NV15: 362 +#ifndef DRM_FORMAT_NV15 363 +#define DRM_FORMAT_NV15 fourcc_code('N', 'V', '1', '5')
|
| H A D | 0025-waylandsink-Support-NV12_10LE40-and-NV12-NV12_10LE40.patch | 214 + if (format == DRM_FORMAT_NV15) 284 + } else if (format == DRM_FORMAT_NV15) { 324 + {-1, DRM_FORMAT_NV15, GST_VIDEO_FORMAT_NV12_10LE40}, 336 +#ifndef DRM_FORMAT_NV15 337 +#define DRM_FORMAT_NV15 fourcc_code('N', 'V', '1', '5')
|
| /OK3568_Linux_fs/buildroot/package/gstreamer1/gst1-plugins-bad/ |
| H A D | 0025-kmssink-Support-NV12_10LE40-and-NV12-NV12_10LE40-NV1.patch | 88 + ret = drmModeAddFB2 (alloc->priv->fd, w, h, DRM_FORMAT_NV15, bo_handles, 329 + case DRM_FORMAT_NV15: 338 + case DRM_FORMAT_NV15: 354 +#ifndef DRM_FORMAT_NV15 355 +#define DRM_FORMAT_NV15 fourcc_code('N', 'V', '1', '5')
|
| H A D | 0026-waylandsink-Support-NV12_10LE40-and-NV12-NV12_10LE40.patch | 233 + if (format == DRM_FORMAT_NV15) 308 + } else if (format == DRM_FORMAT_NV15) { 348 + {-1, DRM_FORMAT_NV15, GST_VIDEO_FORMAT_NV12_10LE40}, 364 +#ifndef DRM_FORMAT_NV15 365 +#define DRM_FORMAT_NV15 fourcc_code('N', 'V', '1', '5')
|
| /OK3568_Linux_fs/yocto/meta-rockchip/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22/ |
| H A D | 0025-kmssink-Support-NV12_10LE40-and-NV12-NV12_10LE40-NV1.patch | 88 + ret = drmModeAddFB2 (alloc->priv->fd, w, h, DRM_FORMAT_NV15, bo_handles, 329 + case DRM_FORMAT_NV15: 338 + case DRM_FORMAT_NV15: 354 +#ifndef DRM_FORMAT_NV15 355 +#define DRM_FORMAT_NV15 fourcc_code('N', 'V', '1', '5')
|
| H A D | 0026-waylandsink-Support-NV12_10LE40-and-NV12-NV12_10LE40.patch | 233 + if (format == DRM_FORMAT_NV15) 308 + } else if (format == DRM_FORMAT_NV15) { 348 + {-1, DRM_FORMAT_NV15, GST_VIDEO_FORMAT_NV12_10LE40}, 364 +#ifndef DRM_FORMAT_NV15 365 +#define DRM_FORMAT_NV15 fourcc_code('N', 'V', '1', '5')
|
| /OK3568_Linux_fs/external/linux-rga/core/utils/drm_utils/src/ |
| H A D | drm_utils.cpp | 59 { DRM_FORMAT_NV15, RK_FORMAT_YCbCr_420_SP_10B },
|
| /OK3568_Linux_fs/yocto/meta-rockchip/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.22/ |
| H A D | 0012-glupload-Support-NV12_10LE40-and-NV12-NV12_10LE40-NV.patch | 49 + return DRM_FORMAT_NV15; 150 +#ifndef DRM_FORMAT_NV15 151 +#define DRM_FORMAT_NV15 fourcc_code('N', 'V', '1', '5')
|
| /OK3568_Linux_fs/buildroot/package/gstreamer1/gst1-plugins-base/ |
| H A D | 0012-glupload-Support-NV12_10LE40-and-NV12-NV12_10LE40-NV.patch | 49 + return DRM_FORMAT_NV15; 150 +#ifndef DRM_FORMAT_NV15 151 +#define DRM_FORMAT_NV15 fourcc_code('N', 'V', '1', '5')
|
| /OK3568_Linux_fs/yocto/meta-rockchip/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.20/ |
| H A D | 0012-glupload-Support-NV12_10LE40-and-NV12-NV12_10LE40-NV.patch | 49 + return DRM_FORMAT_NV15; 150 +#ifndef DRM_FORMAT_NV15 151 +#define DRM_FORMAT_NV15 fourcc_code('N', 'V', '1', '5')
|
| /OK3568_Linux_fs/external/xserver/glamor/ |
| H A D | glamor_xv.c | 73 #ifndef DRM_FORMAT_NV15 74 #define DRM_FORMAT_NV15 fourcc_code('N', 'V', '1', '5') macro 674 case DRM_FORMAT_NV15: in glamor_xv_render_dma() 675 fourcc = DRM_FORMAT_NV15; in glamor_xv_render_dma()
|
| /OK3568_Linux_fs/kernel/include/uapi/drm/ |
| H A D | drm_fourcc.h | 244 #define DRM_FORMAT_NV15 fourcc_code('N', 'V', '1', '5') /* 2x2 subsampled Cr:Cb plane */ macro
|
| /OK3568_Linux_fs/external/security/librkcrypto/third_party/libdrm/include/drm/ |
| H A D | drm_fourcc.h | 281 #define DRM_FORMAT_NV15 fourcc_code('N', 'V', '1', '5') /* 2x2 subsampled Cr:Cb plane */ macro
|
| /OK3568_Linux_fs/external/linux-rga/core/3rdparty/libdrm/include/drm/ |
| H A D | drm_fourcc.h | 275 #define DRM_FORMAT_NV15 fourcc_code('N', 'V', '1', '5') /* 2x2 subsampled Cr:Cb plane */ macro
|
| /OK3568_Linux_fs/external/gstreamer-rockchip/gst/kmssrc/ |
| H A D | gstkmssrc.c | 41 #ifndef DRM_FORMAT_NV15 42 #define DRM_FORMAT_NV15 fourcc_code('N', 'V', '1', '5') macro
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/ |
| H A D | drm_fourcc.c | 277 { .format = DRM_FORMAT_NV15, .depth = 0, in __drm_format_info()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/rockchip/ |
| H A D | rockchip_vop_reg.c | 65 DRM_FORMAT_NV15, /* yuv420_10bit linear mode, 2 plane, no padding */ 84 DRM_FORMAT_NV15, /* yuv420_10bit linear mode, 2 plane, no padding */
|
| H A D | rockchip_vop2_reg.c | 71 DRM_FORMAT_NV15, /* yuv420_10bit linear mode, 2 plane, no padding */ 97 DRM_FORMAT_NV15, /* yuv420_10bit linear mode, 2 plane, no padding */ 121 DRM_FORMAT_NV15, /* yuv420_10bit linear mode, 2 plane, no padding */
|
| H A D | rockchip_drm_vop.c | 600 case DRM_FORMAT_NV15: in vop_convert_format() 719 case DRM_FORMAT_NV15: in is_yuv_support() 750 case DRM_FORMAT_NV15: in is_yuv_10bit()
|