Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_base/tests/check/libs/
Dgstglformat.c70 {GST_GL_RGBA8, GL_UNSIGNED_BYTE, 4},
112 {GST_GL_RGBA8, GST_GL_RGBA, GL_UNSIGNED_BYTE},
113 {GST_GL_RGBA8, GST_GL_RGBA8, GL_UNSIGNED_BYTE},
157 {GST_GL_RGBA, GL_UNSIGNED_BYTE, GST_GL_RGBA8},
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/
Dgstglformat.c62 case GST_GL_RGBA8: in _gl_format_n_components()
276 && !USING_GLES3 (context) ? GST_GL_RGBA : GST_GL_RGBA8; in gst_gl_sized_gl_format_from_gl_format_type()
314 case GST_GL_RGBA8: in gst_gl_sized_gl_format_from_gl_format_type()
358 case GST_GL_RGBA8: in gst_gl_format_type_from_sized_gl_format()
452 case GST_GL_RGBA8: in gst_gl_format_is_supported()
Dgstglformat.h125 GST_GL_RGBA8 = 0x8058, enumerator
/third_party/gstreamer/gstplugins_good/ext/qt/
Dqtglrenderer.cc438 NULL, &this->v_info, 0, NULL, GST_GL_TEXTURE_TARGET_2D, GST_GL_RGBA8, in init()