Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/common/linux/
Ddma_buf_utils.cpp39 #define DRM_FORMAT_P010 FOURCC('P', '0', '1', '0') macro
70 case DRM_FORMAT_P010: in DrmFourCCFormatToGLInternalFormat()
/third_party/gstreamer/gstplugins_bad/sys/kms/
Dgstkmsutils.c131 case DRM_FORMAT_P010: in gst_drm_bpp_from_drm()
165 case DRM_FORMAT_P010: in gst_drm_height_from_drm()
/third_party/mesa3d/include/drm-uapi/
Ddrm_fourcc.h301 #define DRM_FORMAT_P010 fourcc_code('P', '0', '1', '0') /* 2x2 subsampled Cr:Cb plane 10 bits per … macro
/third_party/libdrm/include/drm/
Ddrm_fourcc.h295 #define DRM_FORMAT_P010 fourcc_code('P', '0', '1', '0') /* 2x2 subsampled Cr:Cb plane 10 bits per … macro
/third_party/mesa3d/src/gallium/frontends/dri/
Ddri_helpers.c555 { DRM_FORMAT_P010, __DRI_IMAGE_FORMAT_NONE,
/third_party/mesa3d/src/gallium/frontends/va/
Dsurface.c1261 return DRM_FORMAT_P010; in pipe_format_to_drm_format()
/third_party/mesa3d/src/egl/drivers/dri2/
Degl_dri2.c2697 case DRM_FORMAT_P010: in dri2_num_fourcc_format_planes()