Searched refs:DRM_FORMAT_YUV410 (Results 1 – 8 of 8) sorted by relevance
/third_party/gstreamer/gstplugins_bad/ext/wayland/ |
D | wlvideoformat.c | 62 {WL_SHM_FORMAT_YUV410, DRM_FORMAT_YUV410, GST_VIDEO_FORMAT_YUV9},
|
/third_party/libdrm/include/drm/ |
D | drm_fourcc.h | 336 #define DRM_FORMAT_YUV410 fourcc_code('Y', 'U', 'V', '9') /* 4x4 subsampled Cb (1) and Cr (2) plane… macro
|
/third_party/mesa3d/include/drm-uapi/ |
D | drm_fourcc.h | 349 #define DRM_FORMAT_YUV410 fourcc_code('Y', 'U', 'V', '9') /* 4x4 subsampled Cb (1) and Cr (2) plane… macro
|
/third_party/mesa3d/src/gallium/frontends/dri/ |
D | dri_helpers.c | 498 { DRM_FORMAT_YUV410, __DRI_IMAGE_FORMAT_NONE,
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/egl/ |
D | gsteglimage.c | 665 return DRM_FORMAT_YUV410; in _drm_direct_fourcc_from_info()
|
/third_party/skia/third_party/externals/egl-registry/extensions/EXT/ |
D | EGL_EXT_image_dma_buf_import.txt | 163 if EGL_LINUX_DRM_FOURCC_EXT is set to DRM_FORMAT_YUV410, the luma plane is
|
/third_party/EGL/extensions/EXT/ |
D | EGL_EXT_image_dma_buf_import.txt | 163 if EGL_LINUX_DRM_FOURCC_EXT is set to DRM_FORMAT_YUV410, the luma plane is
|
/third_party/mesa3d/src/egl/drivers/dri2/ |
D | egl_dri2.c | 2702 case DRM_FORMAT_YUV410: in dri2_num_fourcc_format_planes()
|