Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/sys/applemedia/
Diosurfaceglmemory.c35 GstIOSurfaceGLMemory *memory;
39 static void _io_surface_gl_memory_set_surface (GstIOSurfaceGLMemory * memory,
67 _io_surface_gl_memory_set_surface ((GstIOSurfaceGLMemory *) gl_mem, NULL); in _io_surface_gl_memory_destroy()
75 GstIOSurfaceGLMemory *mem = (GstIOSurfaceGLMemory *) gl_mem; in _io_surface_gl_memory_allocator_map()
96 GstIOSurfaceGLMemory *mem = (GstIOSurfaceGLMemory *) gl_mem; in _io_surface_gl_memory_allocator_unmap()
168 static GstIOSurfaceGLMemory *
177 GstIOSurfaceGLMemory *mem; in _io_surface_gl_memory_new()
181 mem = g_new0 (GstIOSurfaceGLMemory, 1); in _io_surface_gl_memory_new()
194 GstIOSurfaceGLMemory *
208 _io_surface_gl_memory_set_surface (GstIOSurfaceGLMemory * memory, in _io_surface_gl_memory_set_surface()
[all …]
Diosurfaceglmemory.h47 } GstIOSurfaceGLMemory; typedef
53 GstIOSurfaceGLMemory *
64 void gst_io_surface_gl_memory_set_surface (GstIOSurfaceGLMemory *memory, IOSurfaceRef surface);
Dcorevideobuffer.c116 GstIOSurfaceGLMemory *mem; in _create_glmem()