Home
last modified time | relevance | path

Searched refs:GST_GL_R16 (Results 1 – 4 of 4) sorted by relevance

/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/
Dgstglformat.c86 case GST_GL_R16: in _gl_format_n_components()
219 return plane == 0 ? GST_GL_R16 : GST_GL_RG16; in gst_gl_format_from_video_info()
311 return GST_GL_R16; in gst_gl_sized_gl_format_from_gl_format_type()
327 case GST_GL_R16: in gst_gl_sized_gl_format_from_gl_format_type()
400 case GST_GL_R16: in gst_gl_format_type_from_sized_gl_format()
480 case GST_GL_R16: in gst_gl_format_is_supported()
Dgstglformat.h134 GST_GL_R16 = 0x822A, enumerator
Dgstglcolorconvert.c1052 if (!context || (gst_gl_format_is_supported (context, GST_GL_R16) && in _init_supported_formats()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/egl/
Dgsteglimage.c535 *out_format = plane == 0 ? GST_GL_R16 : GST_GL_RG16; in _drm_rgba_fourcc_from_info()
541 *out_format = plane == 0 ? GST_GL_R16 : GST_GL_RG16; in _drm_rgba_fourcc_from_info()