Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_base/tests/check/libs/
Dgstglformat.c58 {GST_GL_LUMINANCE, GL_UNSIGNED_BYTE, 1},
99 {GST_GL_LUMINANCE, GST_GL_LUMINANCE, GL_UNSIGNED_BYTE},
145 {GST_GL_LUMINANCE, GL_UNSIGNED_BYTE, GST_GL_LUMINANCE},
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/
Dgstglformat.c82 case GST_GL_LUMINANCE: in _gl_format_n_components()
246 return texture_rg ? GST_GL_RED : GST_GL_LUMINANCE; in gst_gl_format_from_video_info()
321 case GST_GL_LUMINANCE: in gst_gl_sized_gl_format_from_gl_format_type()
390 case GST_GL_LUMINANCE: in gst_gl_format_type_from_sized_gl_format()
435 case GST_GL_LUMINANCE: in gst_gl_format_is_supported()
Dgstglformat.h107 GST_GL_LUMINANCE = 0x1909, enumerator
Dgstglmemory.c455 if (gl_mem->tex_format != GST_GL_LUMINANCE in _gl_tex_download_get_tex_image()
679 && (src->tex_format == GST_GL_LUMINANCE in gst_gl_memory_copy_teximage()
Dgstglmemorypbo.c253 || gl_mem->mem.tex_format == GST_GL_LUMINANCE in _read_pixels_to_pbo()
Dgstglcolorconvert.c2755 if (out_tex->tex_format == GST_GL_LUMINANCE in _do_convert_one_view()
2817 if (out_tex->tex_format == GST_GL_LUMINANCE in _do_convert_one_view()
Dgstglviewconvert.c2114 if (out_tex->tex_format == GST_GL_LUMINANCE in _do_view_convert()
/third_party/gstreamer/gstplugins_bad/sys/applemedia/
Dvideotexturecache-gl.m209 texformat = GST_GL_LUMINANCE;