Searched refs:DRM_FORMAT_VYUY (Results 1 – 8 of 8) sorted by relevance
/third_party/libdrm/tests/modetest/ |
D | buffers.c | 167 case DRM_FORMAT_VYUY: in bo_create() 244 case DRM_FORMAT_VYUY: in bo_create()
|
/third_party/libdrm/tests/util/ |
D | format.c | 46 { DRM_FORMAT_VYUY, "VYUY", MAKE_YUV_INFO(YUV_YCrCb | YUV_CY, 2, 2, 2) },
|
D | pattern.c | 691 case DRM_FORMAT_VYUY: in fill_smpte() 1017 case DRM_FORMAT_VYUY: in fill_tiles()
|
/third_party/libdrm/include/drm/ |
D | drm_fourcc.h | 162 #define DRM_FORMAT_VYUY fourcc_code('V', 'Y', 'U', 'Y') /* [31:0] Y1:Cb0:Y0:Cr0 8:8:8:8 little end… macro
|
/third_party/mesa3d/include/drm-uapi/ |
D | drm_fourcc.h | 199 #define DRM_FORMAT_VYUY fourcc_code('V', 'Y', 'U', 'Y') /* [31:0] Y1:Cb0:Y0:Cr0 8:8:8:8 little end… macro
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/egl/ |
D | gsteglimage.c | 643 return DRM_FORMAT_VYUY; in _drm_direct_fourcc_from_info()
|
/third_party/mesa3d/src/egl/drivers/dri2/ |
D | egl_dri2.c | 2661 case DRM_FORMAT_VYUY: in dri2_num_fourcc_format_planes()
|
/third_party/weston/libweston/renderer-gl/ |
D | gl-renderer.c | 2338 case DRM_FORMAT_VYUY: in choose_texture_target()
|