Searched refs:GST_GL_RGB16 (Results 1 – 3 of 3) sorted by relevance
/third_party/gstreamer/gstplugins_base/tests/check/libs/ |
D | gstglformat.c | 68 {GST_GL_RGB16, GL_UNSIGNED_SHORT, 6}, 110 {GST_GL_RGB16, GST_GL_RGB, GL_UNSIGNED_SHORT}, 111 {GST_GL_RGB16, GST_GL_RGB16, GL_UNSIGNED_SHORT}, 155 {GST_GL_RGB, GL_UNSIGNED_SHORT, GST_GL_RGB16},
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/ |
D | gstglformat.c | 70 case GST_GL_RGB16: in _gl_format_n_components() 291 return GST_GL_RGB16; in gst_gl_sized_gl_format_from_gl_format_type() 317 case GST_GL_RGB16: in gst_gl_sized_gl_format_from_gl_format_type() 370 case GST_GL_RGB16: in gst_gl_format_type_from_sized_gl_format() 455 case GST_GL_RGB16: in gst_gl_format_is_supported()
|
D | gstglformat.h | 122 GST_GL_RGB16 = 0x8054, enumerator
|