Home
last modified time | relevance | path

Searched refs:mem_allocator (Results 1 – 3 of 3) sorted by relevance

/third_party/gstreamer/gstplugins_base/ext/gl/
Dgstgloverlay.c672 GstGLBaseMemoryAllocator *mem_allocator; in gst_gl_overlay_load_jpeg() local
701 mem_allocator = in gst_gl_overlay_load_jpeg()
708 gst_gl_base_memory_alloc (mem_allocator, in gst_gl_overlay_load_jpeg()
711 gst_object_unref (mem_allocator); in gst_gl_overlay_load_jpeg()
734 GstGLBaseMemoryAllocator *mem_allocator; in gst_gl_overlay_load_png() local
816 mem_allocator = in gst_gl_overlay_load_png()
823 gst_gl_base_memory_alloc (mem_allocator, in gst_gl_overlay_load_png()
826 gst_object_unref (mem_allocator); in gst_gl_overlay_load_png()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/
Dgstgloverlaycompositor.c379 GstGLBaseMemoryAllocator *mem_allocator; in gst_gl_composition_overlay_upload() local
384 mem_allocator = GST_GL_BASE_MEMORY_ALLOCATOR (allocator); in gst_gl_composition_overlay_upload()
394 (GstGLMemory *) gst_gl_base_memory_alloc (mem_allocator, in gst_gl_composition_overlay_upload()
Dgstglviewconvert.c1975 GstGLMemoryAllocator *mem_allocator; in _gen_buffer() local
1984 mem_allocator = GST_GL_MEMORY_ALLOCATOR (allocator); in _gen_buffer()
1988 if (!gst_gl_memory_setup_buffer (mem_allocator, *target, params, NULL, NULL, in _gen_buffer()