Searched refs:GST_GL_RGB8 (Results 1 – 3 of 3) sorted by relevance
/third_party/gstreamer/gstplugins_base/tests/check/libs/ |
D | gstglformat.c | 66 {GST_GL_RGB8, GL_UNSIGNED_BYTE, 3}, 106 {GST_GL_RGB8, GST_GL_RGB, GL_UNSIGNED_BYTE}, 107 {GST_GL_RGB8, GST_GL_RGB8, GL_UNSIGNED_BYTE}, 153 {GST_GL_RGB, GL_UNSIGNED_BYTE, GST_GL_RGB8},
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/ |
D | gstglformat.c | 69 case GST_GL_RGB8: in _gl_format_n_components() 287 && !USING_GLES3 (context) ? GST_GL_RGB : GST_GL_RGB8; in gst_gl_sized_gl_format_from_gl_format_type() 316 case GST_GL_RGB8: in gst_gl_sized_gl_format_from_gl_format_type() 362 case GST_GL_RGB8: in gst_gl_format_type_from_sized_gl_format() 451 case GST_GL_RGB8: in gst_gl_format_is_supported()
|
D | gstglformat.h | 120 GST_GL_RGB8 = 0x8051, enumerator
|