Home
last modified time | relevance | path

Searched refs:DRM_FORMAT_NV24 (Results 1 – 5 of 5) sorted by relevance

/third_party/gstreamer/gstplugins_bad/sys/kms/
Dgstkmsutils.c128 case DRM_FORMAT_NV24: in gst_drm_bpp_from_drm()
173 case DRM_FORMAT_NV24: in gst_drm_height_from_drm()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/egl/
Dgsteglimage.c69 #ifndef DRM_FORMAT_NV24
70 #define DRM_FORMAT_NV24 fourcc_code('N', 'V', '2', '4') macro
662 return DRM_FORMAT_NV24; in _drm_direct_fourcc_from_info()
/third_party/libdrm/include/drm/
Ddrm_fourcc.h237 #define DRM_FORMAT_NV24 fourcc_code('N', 'V', '2', '4') /* non-subsampled Cr:Cb plane */ macro
/third_party/mesa3d/include/drm-uapi/
Ddrm_fourcc.h274 #define DRM_FORMAT_NV24 fourcc_code('N', 'V', '2', '4') /* non-subsampled Cr:Cb plane */ macro
/third_party/gstreamer/gstplugins_base/
DChangeLog13712 eglimage: Add compatibility define for DRM_FORMAT_NV24