Home
last modified time | relevance | path

Searched refs:GST_GL_RGB565 (Results 1 – 8 of 8) sorted by relevance

/third_party/gstreamer/gstplugins_base/tests/check/libs/
Dgstglformat.c67 {GST_GL_RGB565, GL_UNSIGNED_SHORT_5_6_5, 2},
108 {GST_GL_RGB565, GST_GL_RGB, GL_UNSIGNED_SHORT_5_6_5},
109 {GST_GL_RGB565, GST_GL_RGB565, GL_UNSIGNED_SHORT_5_6_5},
154 {GST_GL_RGB, GL_UNSIGNED_SHORT_5_6_5, GST_GL_RGB565},
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/
Dgstglformat.c71 case GST_GL_RGB565: in _gl_format_n_components()
183 return GST_GL_RGB565; in gst_gl_format_from_video_info()
289 return GST_GL_RGB565; in gst_gl_sized_gl_format_from_gl_format_type()
318 case GST_GL_RGB565: in gst_gl_sized_gl_format_from_gl_format_type()
374 case GST_GL_RGB565: in gst_gl_format_type_from_sized_gl_format()
459 case GST_GL_RGB565: in gst_gl_format_is_supported()
Dgstglformat.h121 GST_GL_RGB565 = 0x8D62, enumerator
Dgstglrenderbuffer.c92 if (gl_mem->renderbuffer_format == GST_GL_RGB565) { in _gl_rbo_create()
125 if (renderbuffer_format == GST_GL_RGB565) in gst_gl_renderbuffer_init()
Dgstglcolorconvert.c1040 if (!context || gst_gl_format_is_supported (context, GST_GL_RGB565)) in _init_supported_formats()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/egl/
Dgsteglimage.c479 *out_format = GST_GL_RGB565; in _drm_rgba_fourcc_from_info()
/third_party/gstreamer/gstplugins_base/
DChangeLog23539 glformat: fix the usage of GST_GL_RGB565
23687 glformat: Add missing GST_GL_RGB565 in some switch statement
/third_party/gstreamer/gstplugins_bad/
DChangeLog58747 glformat: fix the usage of GST_GL_RGB565
59502 glformat: Add missing GST_GL_RGB565 in some switch statement