Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_base/tests/check/libs/
Dgstglmemory.c74 GstAllocator *gl_allocator; in GST_START_TEST() local
77 gl_allocator = gst_allocator_find (GST_GL_MEMORY_ALLOCATOR_NAME); in GST_START_TEST()
79 ASSERT_WARNING (mem = gst_allocator_alloc (gl_allocator, 0, NULL)); in GST_START_TEST()
82 gst_object_unref (gl_allocator); in GST_START_TEST()
89 GstAllocator *gl_allocator; in GST_START_TEST() local
92 gl_allocator = gst_allocator_find (GST_GL_MEMORY_PBO_ALLOCATOR_NAME); in GST_START_TEST()
94 ASSERT_WARNING (mem = gst_allocator_alloc (gl_allocator, 0, NULL)); in GST_START_TEST()
97 gst_object_unref (gl_allocator); in GST_START_TEST()
106 GstAllocator *gl_allocator; in create_memory() local
116 gl_allocator = gst_allocator_find (allocator_name); in create_memory()
[all …]
/third_party/gstreamer/gstplugins_good/ext/qt/
Dqtglrenderer.cc215 gl_allocator(NULL), in GstQuickRenderer()
435 gl_allocator = (GstGLBaseMemoryAllocator *) gst_gl_memory_allocator_get_default (gl_context); in init()
484 gst_clear_object (&gl_allocator); in ~GstQuickRenderer()
592 gl_mem = (GstGLMemory *) gst_gl_base_memory_alloc (gl_allocator, gl_params); in renderGstGL()
Dqtglrenderer.h100 GstGLBaseMemoryAllocator *gl_allocator; in QT_FORWARD_DECLARE_CLASS() local