Searched refs:GST_GL_RG (Results 1 – 5 of 5) sorted by relevance
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/ |
D | gstglformat.c | 76 case GST_GL_RG: in _gl_format_n_components() 244 return texture_rg ? GST_GL_RG : GST_GL_LUMINANCE_ALPHA; in gst_gl_format_from_video_info() 294 case GST_GL_RG: in gst_gl_sized_gl_format_from_gl_format_type() 298 return GST_GL_RG; in gst_gl_sized_gl_format_from_gl_format_type() 379 *unsized_format = GST_GL_RG; in gst_gl_format_type_from_sized_gl_format() 388 case GST_GL_RG: in gst_gl_format_type_from_sized_gl_format() 405 *unsized_format = GST_GL_RG; in gst_gl_format_type_from_sized_gl_format() 440 case GST_GL_RG: in gst_gl_format_is_supported()
|
D | gstglformat.h | 116 GST_GL_RG = 0x8227, enumerator
|
D | gstglcolorconvert.c | 1981 char uv_val = convert->priv->in_tex_formats[0] == GST_GL_RG ? 'g' : 'a'; in _YUV_to_RGB() 1992 char y_val = convert->priv->in_tex_formats[0] == GST_GL_RG ? 'g' : 'a'; in _YUV_to_RGB() 2016 char val2 = convert->priv->in_tex_formats[1] == GST_GL_RG ? 'g' : 'a'; in _YUV_to_RGB() 2039 char val2 = convert->priv->in_tex_formats[1] == GST_GL_RG ? 'g' : 'a'; in _YUV_to_RGB() 2278 char val2 = convert->priv->in_tex_formats[0] == GST_GL_RG ? 'g' : 'a'; in _GRAY_to_RGB() 2286 char val2 = convert->priv->in_tex_formats[0] == GST_GL_RG ? 'g' : 'a'; in _GRAY_to_RGB()
|
/third_party/gstreamer/gstplugins_base/tests/check/libs/ |
D | gstglformat.c | 63 {GST_GL_RG, GL_UNSIGNED_BYTE, 2}, 150 {GST_GL_RG, GL_UNSIGNED_BYTE, GST_GL_RG}, 151 {GST_GL_RG, GL_UNSIGNED_BYTE, GST_GL_RG8},
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/egl/ |
D | gsteglimage.c | 508 *out_format = GST_GL_RG; in _drm_rgba_fourcc_from_info() 513 *out_format = plane == 0 ? GST_GL_RED : GST_GL_RG; in _drm_rgba_fourcc_from_info() 545 *out_format = plane == 1 ? GST_GL_RED : GST_GL_RG; in _drm_rgba_fourcc_from_info()
|