Searched refs:create_memory (Results 1 – 5 of 5) sorted by relevance
/third_party/gstreamer/gstplugins_base/tests/check/libs/ |
D | gstglmemory.c | 103 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/ |
D | videotexturecache.m | 102 g_return_val_if_fail (cache_class->create_memory, NULL); 103 return cache_class->create_memory (cache, gpixbuf, plane, size);
|
D | videotexturecache.h | 56 GstMemory * (*create_memory) (GstVideoTextureCache * cache, member
|
D | videotexturecache-gl.m | 166 cache_class->create_memory = gst_video_texture_cache_gl_create_memory;
|
D | videotexturecache-vulkan.mm | 170 cache_class->create_memory = gst_video_texture_cache_vulkan_create_memory;
|