Searched refs:GST_GL_RGBA16 (Results 1 – 4 of 4) sorted by relevance
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/ |
D | gstglformat.c | 63 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()
|
D | gstglformat.h | 126 GST_GL_RGBA16 = 0x805B, enumerator
|
D | gstglcolorconvert.c | 1037 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/ |
D | gstglformat.c | 71 {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},
|