Searched refs:DRM_FORMAT_RG1616 (Results 1 – 5 of 5) sorted by relevance
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/egl/ |
D | gsteglimage.c | 90 #ifndef DRM_FORMAT_RG1616 91 #define DRM_FORMAT_RG1616 fourcc_code('R', 'G', '3', '2') macro 542 return plane == 0 ? DRM_FORMAT_R16 : DRM_FORMAT_RG1616; in _drm_rgba_fourcc_from_info()
|
/third_party/libdrm/include/drm/ |
D | drm_fourcc.h | 91 #define DRM_FORMAT_RG1616 fourcc_code('R', 'G', '3', '2') /* [31:0] R:G 16:16 little endian */ macro
|
/third_party/mesa3d/include/drm-uapi/ |
D | drm_fourcc.h | 115 #define DRM_FORMAT_RG1616 fourcc_code('R', 'G', '3', '2') /* [31:0] R:G 16:16 little endian */ macro
|
/third_party/ffmpeg/libavutil/ |
D | hwcontext_vaapi.c | 995 DRM_MAP(P010, 2, DRM_FORMAT_R16, DRM_FORMAT_RG1616),
|
D | hwcontext_vulkan.c | 1996 { DRM_FORMAT_RG1616, VK_FORMAT_R16G16_UNORM },
|