Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/
Dgstglformat.c63 case GST_GL_RGBA16: in _gl_format_n_components()
176 return GST_GL_RGBA16; in gst_gl_format_from_video_info()
226 return GST_GL_RGBA16; in gst_gl_format_from_video_info()
278 return GST_GL_RGBA16; in gst_gl_sized_gl_format_from_gl_format_type()
315 case GST_GL_RGBA16: in gst_gl_sized_gl_format_from_gl_format_type()
366 case GST_GL_RGBA16: in gst_gl_format_type_from_sized_gl_format()
456 case GST_GL_RGBA16: in gst_gl_format_is_supported()
Dgstglformat.h126 GST_GL_RGBA16 = 0x805B, enumerator
Dgstglcolorconvert.c1037 if (!context || gst_gl_format_is_supported (context, GST_GL_RGBA16)) in _init_supported_formats()
1072 if (!context || gst_gl_format_is_supported (context, GST_GL_RGBA16)) { in _init_supported_formats()
/third_party/gstreamer/gstplugins_base/tests/check/libs/
Dgstglformat.c71 {GST_GL_RGBA16, GL_UNSIGNED_SHORT, 8},
114 {GST_GL_RGBA16, GST_GL_RGBA, GL_UNSIGNED_SHORT},
115 {GST_GL_RGBA16, GST_GL_RGBA16, GL_UNSIGNED_SHORT},
158 {GST_GL_RGBA, GL_UNSIGNED_SHORT, GST_GL_RGBA16},