Home
last modified time | relevance | path

Searched refs:DRM_FORMAT_AYUV (Results 1 – 7 of 7) sorted by relevance

/third_party/gstreamer/gstplugins_bad/ext/wayland/
Dwlvideoformat.c57 {WL_SHM_FORMAT_AYUV, DRM_FORMAT_AYUV, GST_VIDEO_FORMAT_AYUV},
/third_party/mesa3d/include/drm-uapi/
Ddrm_fourcc.h207 #define DRM_FORMAT_AYUV fourcc_code('A', 'Y', 'U', 'V') /* [31:0] A:Y:Cb:Cr 8:8:8:8 little endian … macro
/third_party/libdrm/include/drm/
Ddrm_fourcc.h201 #define DRM_FORMAT_AYUV fourcc_code('A', 'Y', 'U', 'V') /* [31:0] A:Y:Cb:Cr 8:8:8:8 little endian … macro
/third_party/mesa3d/src/gallium/frontends/dri/
Ddri_helpers.c573 { DRM_FORMAT_AYUV, __DRI_IMAGE_FORMAT_ABGR8888,
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/egl/
Dgsteglimage.c647 return DRM_FORMAT_AYUV; in _drm_direct_fourcc_from_info()
/third_party/mesa3d/src/egl/drivers/dri2/
Dplatform_android.c85 { HAL_PIXEL_FORMAT_IMPLEMENTATION_DEFINED, YCrCb, 1, DRM_FORMAT_AYUV },
Degl_dri2.c2683 case DRM_FORMAT_AYUV: in dri2_num_fourcc_format_planes()