Searched refs:GST_GL_RED (Results 1 – 4 of 4) sorted by relevance
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/ |
D | gstglformat.c | 84 case GST_GL_RED: in _gl_format_n_components() 246 return texture_rg ? GST_GL_RED : GST_GL_LUMINANCE; in gst_gl_format_from_video_info() 304 case GST_GL_RED: in gst_gl_sized_gl_format_from_gl_format_type() 308 return GST_GL_RED; in gst_gl_sized_gl_format_from_gl_format_type() 383 *unsized_format = GST_GL_RED; in gst_gl_format_type_from_sized_gl_format() 389 case GST_GL_RED: in gst_gl_format_type_from_sized_gl_format() 401 *unsized_format = GST_GL_RED; in gst_gl_format_type_from_sized_gl_format() 441 case GST_GL_RED: in gst_gl_format_is_supported()
|
D | gstglformat.h | 113 GST_GL_RED = 0x1903, enumerator
|
/third_party/gstreamer/gstplugins_base/tests/check/libs/ |
D | gstglformat.c | 61 {GST_GL_RED, GL_UNSIGNED_BYTE, 1}, 148 {GST_GL_RED, GL_UNSIGNED_BYTE, GST_GL_RED}, 149 {GST_GL_RED, GL_UNSIGNED_BYTE, GST_GL_R8},
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/egl/ |
D | gsteglimage.c | 501 *out_format = GST_GL_RED; in _drm_rgba_fourcc_from_info() 513 *out_format = plane == 0 ? GST_GL_RED : GST_GL_RG; in _drm_rgba_fourcc_from_info() 521 *out_format = GST_GL_RED; in _drm_rgba_fourcc_from_info() 545 *out_format = plane == 1 ? GST_GL_RED : GST_GL_RG; in _drm_rgba_fourcc_from_info()
|