Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_base/tests/check/libs/
Dgstglformat.c65 {GST_GL_RGB, GL_UNSIGNED_BYTE, 3},
106 {GST_GL_RGB8, GST_GL_RGB, GL_UNSIGNED_BYTE},
108 {GST_GL_RGB565, GST_GL_RGB, GL_UNSIGNED_SHORT_5_6_5},
110 {GST_GL_RGB16, GST_GL_RGB, GL_UNSIGNED_SHORT},
152 {GST_GL_RGB, GL_UNSIGNED_BYTE, GST_GL_RGB},
153 {GST_GL_RGB, GL_UNSIGNED_BYTE, GST_GL_RGB8},
154 {GST_GL_RGB, GL_UNSIGNED_SHORT_5_6_5, GST_GL_RGB565},
155 {GST_GL_RGB, GL_UNSIGNED_SHORT, GST_GL_RGB16},
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/
Dgstglformat.c68 case GST_GL_RGB: in _gl_format_n_components()
242 return GST_GL_RGB; in gst_gl_format_from_video_info()
283 case GST_GL_RGB: in gst_gl_sized_gl_format_from_gl_format_type()
287 && !USING_GLES3 (context) ? GST_GL_RGB : GST_GL_RGB8; in gst_gl_sized_gl_format_from_gl_format_type()
363 *unsized_format = GST_GL_RGB; in gst_gl_format_type_from_sized_gl_format()
371 *unsized_format = GST_GL_RGB; in gst_gl_format_type_from_sized_gl_format()
375 *unsized_format = GST_GL_RGB; in gst_gl_format_type_from_sized_gl_format()
387 case GST_GL_RGB: in gst_gl_format_type_from_sized_gl_format()
433 case GST_GL_RGB: in gst_gl_format_is_supported()
Dgstglformat.h119 GST_GL_RGB = 0x1907, enumerator
Dgstglrenderbuffer.c93 tex_format = GST_GL_RGB; in _gl_rbo_create()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/egl/
Dgsteglimage.c484 *out_format = GST_GL_RGB; in _drm_rgba_fourcc_from_info()