Searched refs:gl_allocator (Results 1 – 3 of 3) sorted by relevance
74 GstAllocator *gl_allocator; in GST_START_TEST() local77 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() local92 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() local116 gl_allocator = gst_allocator_find (allocator_name); in create_memory()[all …]
215 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()
100 GstGLBaseMemoryAllocator *gl_allocator; in QT_FORWARD_DECLARE_CLASS() local