Searched refs:GST_GL_LUMINANCE (Results 1 – 8 of 8) sorted by relevance
/third_party/gstreamer/gstplugins_base/tests/check/libs/ |
D | gstglformat.c | 58 {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/ |
D | gstglformat.c | 82 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()
|
D | gstglformat.h | 107 GST_GL_LUMINANCE = 0x1909, enumerator
|
D | gstglmemory.c | 455 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()
|
D | gstglmemorypbo.c | 253 || gl_mem->mem.tex_format == GST_GL_LUMINANCE in _read_pixels_to_pbo()
|
D | gstglcolorconvert.c | 2755 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()
|
D | gstglviewconvert.c | 2114 if (out_tex->tex_format == GST_GL_LUMINANCE in _do_view_convert()
|
/third_party/gstreamer/gstplugins_bad/sys/applemedia/ |
D | videotexturecache-gl.m | 209 texformat = GST_GL_LUMINANCE;
|