Home
last modified time | relevance | path

Searched refs:create_memory (Results 1 – 5 of 5) sorted by relevance

/third_party/gstreamer/gstplugins_base/tests/check/libs/
Dgstglmemory.c103 create_memory (const gchar * allocator_name, const GstVideoInfo * v_info, in create_memory() function
154 mem = create_memory (GST_GL_MEMORY_ALLOCATOR_NAME, &v_info, in GST_START_TEST()
157 mem = create_memory (GST_GL_MEMORY_PBO_ALLOCATOR_NAME, &v_info, in GST_START_TEST()
176 mem = create_memory (GST_GL_MEMORY_PBO_ALLOCATOR_NAME, &v_info, in GST_START_TEST()
323 mem = create_memory (GST_GL_MEMORY_PBO_ALLOCATOR_NAME, &v_info, in GST_START_TEST()
352 mem2 = create_memory (GST_GL_MEMORY_PBO_ALLOCATOR_NAME, &v_info, in GST_START_TEST()
394 mem = create_memory (GST_GL_MEMORY_PBO_ALLOCATOR_NAME, &v_info, 0); in GST_START_TEST()
/third_party/gstreamer/gstplugins_bad/sys/applemedia/
Dvideotexturecache.m102 g_return_val_if_fail (cache_class->create_memory, NULL);
103 return cache_class->create_memory (cache, gpixbuf, plane, size);
Dvideotexturecache.h56 GstMemory * (*create_memory) (GstVideoTextureCache * cache, member
Dvideotexturecache-gl.m166 cache_class->create_memory = gst_video_texture_cache_gl_create_memory;
Dvideotexturecache-vulkan.mm170 cache_class->create_memory = gst_video_texture_cache_vulkan_create_memory;