Home
last modified time | relevance | path

Searched refs:DRM_FORMAT_NV21 (Results 1 – 11 of 11) sorted by relevance

/third_party/libdrm/tests/modetest/
Dbuffers.c140 case DRM_FORMAT_NV21: in bo_create()
211 case DRM_FORMAT_NV21: in bo_create()
255 case DRM_FORMAT_NV21: in bo_create()
/third_party/gstreamer/gstplugins_bad/sys/kms/
Dgstkmsutils.c125 case DRM_FORMAT_NV21: in gst_drm_bpp_from_drm()
164 case DRM_FORMAT_NV21: in gst_drm_height_from_drm()
/third_party/libdrm/tests/util/
Dformat.c51 { DRM_FORMAT_NV21, "NV21", MAKE_YUV_INFO(YUV_YCrCb, 2, 2, 2) },
Dpattern.c698 case DRM_FORMAT_NV21: in fill_smpte()
1024 case DRM_FORMAT_NV21: in fill_tiles()
/third_party/gstreamer/gstplugins_bad/ext/wayland/
Dwlvideoformat.c59 {WL_SHM_FORMAT_NV21, DRM_FORMAT_NV21, GST_VIDEO_FORMAT_NV21},
/third_party/libdrm/include/drm/
Ddrm_fourcc.h234 #define DRM_FORMAT_NV21 fourcc_code('N', 'V', '2', '1') /* 2x2 subsampled Cb:Cr plane */ macro
/third_party/mesa3d/include/drm-uapi/
Ddrm_fourcc.h271 #define DRM_FORMAT_NV21 fourcc_code('N', 'V', '2', '1') /* 2x2 subsampled Cb:Cr plane */ macro
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/egl/
Dgsteglimage.c653 return DRM_FORMAT_NV21; in _drm_direct_fourcc_from_info()
/third_party/EGL/extensions/EXT/
DEGL_EXT_image_dma_buf_import.txt160 whereas if EGL_LINUX_DRM_FOURCC_EXT is DRM_FORMAT_NV21, the order is U,
/third_party/skia/third_party/externals/egl-registry/extensions/EXT/
DEGL_EXT_image_dma_buf_import.txt160 whereas if EGL_LINUX_DRM_FOURCC_EXT is DRM_FORMAT_NV21, the order is U,
/third_party/mesa3d/src/egl/drivers/dri2/
Degl_dri2.c2673 case DRM_FORMAT_NV21: in dri2_num_fourcc_format_planes()