Home
last modified time | relevance | path

Searched refs:gst_gl_memory_get_texture_height (Results 1 – 7 of 7) sorted by relevance

/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/
Dgstglframebuffer.c297 gst_gl_memory_get_texture_height (mem)); in gst_gl_framebuffer_draw_to_texture()
379 height = gst_gl_memory_get_texture_height (mem); in _update_effective_dimensions()
Dgstglmemory.h306 gint gst_gl_memory_get_texture_height (GstGLMemory * gl_mem);
Dgstglviewconvert.c2111 height = gst_gl_memory_get_texture_height (out_tex); in _do_view_convert()
2185 height = gst_gl_memory_get_texture_height (out_tex); in _do_view_convert()
Dgstglcolorconvert.c2753 mem_height = gst_gl_memory_get_texture_height (out_tex); in _do_convert_one_view()
2815 mem_height = gst_gl_memory_get_texture_height (out_tex); in _do_convert_one_view()
Dgstglmemory.c1048 gst_gl_memory_get_texture_height (GstGLMemory * gl_mem) in gst_gl_memory_get_texture_height() function
/third_party/gstreamer/gstplugins_base/ext/gl/
Dgstglfilterapp.c205 gst_gl_memory_get_texture_height (cb->out_tex), &drawn); in _emit_draw_signal()
Dgstgldownloadelement.c1119 gst_gl_memory_get_texture_height (transfer->glmem) * stride + offset; in _create_cached_dmabuf_info()