Searched refs:gst_gl_base_memory_alloc (Results 1 – 19 of 19) sorted by relevance
/third_party/gstreamer/gstplugins_base/ext/gl/ |
D | gstgldifferencematte.c | 106 (GstGLMemory *) gst_gl_base_memory_alloc (tex_alloc, params); in gst_gl_differencematte_gl_start() 329 (GstGLMemory *) gst_gl_base_memory_alloc (tex_alloc, params); in init_pixbuf_texture() 339 (GstGLMemory *) gst_gl_base_memory_alloc (tex_alloc, params); in init_pixbuf_texture()
|
D | gstgloverlay.c | 708 gst_gl_base_memory_alloc (mem_allocator, in gst_gl_overlay_load_jpeg() 823 gst_gl_base_memory_alloc (mem_allocator, in gst_gl_overlay_load_png()
|
D | gstgleffects.c | 305 (GstGLMemory *) gst_gl_base_memory_alloc (base_alloc, params); in gst_gl_effects_gl_start()
|
/third_party/gstreamer/gstplugins_base/tests/check/libs/ |
D | gstglmemory.c | 124 mem = (GstMemory *) gst_gl_base_memory_alloc (base_mem_alloc, in create_memory() 221 (GstMemory *) gst_gl_base_memory_alloc (base_mem_alloc, in wrap_raw_data() 289 (GstMemory *) gst_gl_base_memory_alloc (base_mem_alloc, in wrap_gl_memory()
|
D | gstglupload.c | 171 (GstGLMemory *) gst_gl_base_memory_alloc ((GstGLBaseMemoryAllocator *) in init() 339 gl_mem = (GstGLMemory *) gst_gl_base_memory_alloc (base_mem_alloc, in GST_START_TEST()
|
D | gstglcolorconvert.c | 162 mem = gst_gl_base_memory_alloc (base_mem_alloc, in check_conversion()
|
D | gstglcontext.c | 84 (GstGLMemory *) gst_gl_base_memory_alloc ((GstGLBaseMemoryAllocator *) in init() 87 (GstGLMemory *) gst_gl_base_memory_alloc ((GstGLBaseMemoryAllocator *) in init()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/ |
D | gstglbasememory.h | 416 GstGLBaseMemory * gst_gl_base_memory_alloc (GstGLBaseMemoryAllocator * allocator,
|
D | gstglframebuffer.c | 249 renderbuffer = gst_gl_base_memory_alloc (render_alloc, params); in gst_gl_framebuffer_new_with_default_depth()
|
D | gstglbasememory.c | 757 gst_gl_base_memory_alloc (GstGLBaseMemoryAllocator * allocator, in gst_gl_base_memory_alloc() function
|
D | gstgloverlaycompositor.c | 394 (GstGLMemory *) gst_gl_base_memory_alloc (mem_allocator, in gst_gl_composition_overlay_upload()
|
D | gstglmemorypbo.c | 212 gl_mem->pbo = (GstGLBuffer *) gst_gl_base_memory_alloc (buf_allocator, in _gl_mem_create()
|
D | gstglmemory.c | 1508 if (!(gl_mem = (GstGLMemory *) gst_gl_base_memory_alloc (base_allocator, in gst_gl_memory_setup_buffer()
|
D | gstglviewconvert.c | 2136 (GstGLMemory *) gst_gl_base_memory_alloc (base_mem_allocator, in _do_view_convert()
|
D | gstglcolorconvert.c | 2776 (GstGLMemory *) gst_gl_base_memory_alloc (base_mem_allocator, in _do_convert_one_view()
|
/third_party/gstreamer/gstplugins_good/ext/qt/ |
D | qtglrenderer.cc | 592 gl_mem = (GstGLMemory *) gst_gl_base_memory_alloc (gl_allocator, gl_params); in renderGstGL()
|
/third_party/gstreamer/gstplugins_bad/sys/androidmedia/ |
D | gstamcvideodec.c | 1425 self->oes_mem = (GstGLMemory *) gst_gl_base_memory_alloc (base_mem_alloc, in gst_amc_video_dec_loop()
|
/third_party/gstreamer/gstplugins_base/ |
D | ChangeLog | 27670 replaced by equivalent functionality within gst_gl_base_memory_alloc() 27682 Replaced by gst_gl_base_memory_alloc() 27699 glbufferpool: use gst_gl_base_memory_alloc as a generic GL allocation framework 27734 Every allocation would now go through gst_gl_base_memory_alloc with the
|
/third_party/gstreamer/gstplugins_bad/ |
D | ChangeLog | 81967 replaced by equivalent functionality within gst_gl_base_memory_alloc() 81979 Replaced by gst_gl_base_memory_alloc() 81996 glbufferpool: use gst_gl_base_memory_alloc as a generic GL allocation framework 82032 Every allocation would now go through gst_gl_base_memory_alloc with the
|