Searched refs:GST_GL_MEMORY_CAST (Results 1 – 5 of 5) sorted by relevance
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/ |
D | gstglmemorypbo.c | 157 gst_gl_memory_texsubimage (GST_GL_MEMORY_CAST (gl_mem), NULL); in _upload_pbo_memory() 536 gst_gl_memory_copy_teximage (GST_GL_MEMORY_CAST (src), in _gl_mem_copy_thread() 592 gst_gl_memory_init (GST_GL_MEMORY_CAST (dest), allocator, NULL, in _gl_mem_copy() 677 gst_gl_memory_init (GST_GL_MEMORY_CAST (mem), GST_ALLOCATOR_CAST (allocator), in _gl_mem_pbo_alloc()
|
D | gstglfilter.c | 973 GST_GL_MEMORY_CAST (in_tex)->tex_id, in gst_gl_filter_filter_texture() 974 GST_GL_MEMORY_CAST (out_tex)->tex_id); in gst_gl_filter_filter_texture() 978 ret = filter_class->filter_texture (filter, GST_GL_MEMORY_CAST (in_tex), in gst_gl_filter_filter_texture() 979 GST_GL_MEMORY_CAST (out_tex)); in gst_gl_filter_filter_texture()
|
D | gstglmemory.h | 40 #define GST_GL_MEMORY_CAST(obj) ((GstGLMemory *) obj) macro
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/egl/ |
D | gstglmemoryegl.c | 163 gst_gl_memory_init (GST_GL_MEMORY_CAST (mem), GST_ALLOCATOR_CAST (allocator), in _gl_mem_egl_alloc()
|
/third_party/gstreamer/gstplugins_base/ext/gl/ |
D | gstgldownloadelement.c | 1147 glmem = GST_GL_MEMORY_CAST (gst_buffer_peek_memory (inbuf, 0)); in _try_export_dmabuf() 1161 glmem = GST_GL_MEMORY_CAST (gst_buffer_peek_memory (inbuf, i)); in _try_export_dmabuf()
|