Searched refs:GST_GL_RGB565 (Results 1 – 8 of 8) sorted by relevance
/third_party/gstreamer/gstplugins_base/tests/check/libs/ |
D | gstglformat.c | 67 {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/ |
D | gstglformat.c | 71 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()
|
D | gstglformat.h | 121 GST_GL_RGB565 = 0x8D62, enumerator
|
D | gstglrenderbuffer.c | 92 if (gl_mem->renderbuffer_format == GST_GL_RGB565) { in _gl_rbo_create() 125 if (renderbuffer_format == GST_GL_RGB565) in gst_gl_renderbuffer_init()
|
D | gstglcolorconvert.c | 1040 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/ |
D | gsteglimage.c | 479 *out_format = GST_GL_RGB565; in _drm_rgba_fourcc_from_info()
|
/third_party/gstreamer/gstplugins_base/ |
D | ChangeLog | 23539 glformat: fix the usage of GST_GL_RGB565 23687 glformat: Add missing GST_GL_RGB565 in some switch statement
|
/third_party/gstreamer/gstplugins_bad/ |
D | ChangeLog | 58747 glformat: fix the usage of GST_GL_RGB565 59502 glformat: Add missing GST_GL_RGB565 in some switch statement
|