Home
last modified time | relevance | path

Searched refs:alloc_class (Results 1 – 6 of 6) sorted by relevance

/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/
Dgstglbasememory.c88 GstGLBaseMemoryAllocatorClass *alloc_class; in _mem_create_gl() local
93 alloc_class = in _mem_create_gl()
96 g_return_if_fail (alloc_class->create != NULL); in _mem_create_gl()
104 if ((transfer->result = alloc_class->create (transfer->mem, &error))) in _mem_create_gl()
253 GstGLBaseMemoryAllocatorClass *alloc_class; in _map_data_gl() local
259 alloc_class = in _map_data_gl()
262 g_return_if_fail (alloc_class->map != NULL); in _map_data_gl()
288 transfer->data = alloc_class->map (transfer->mem, transfer->info, in _map_data_gl()
337 GstGLBaseMemoryAllocatorClass *alloc_class; in _unmap_data_gl() local
341 alloc_class = in _unmap_data_gl()
[all …]
Dgstglmemorypbo.c188 GstGLBaseMemoryAllocatorClass *alloc_class; in _gl_mem_create() local
190 alloc_class = GST_GL_BASE_MEMORY_ALLOCATOR_CLASS (parent_class); in _gl_mem_create()
191 if (!alloc_class->create ((GstGLBaseMemory *) gl_mem, error)) in _gl_mem_create()
343 GstGLMemoryAllocatorClass *alloc_class; in _gl_mem_map_cpu_access() local
345 alloc_class = GST_GL_MEMORY_ALLOCATOR_CLASS (parent_class); in _gl_mem_map_cpu_access()
347 data = alloc_class->map ((GstGLBaseMemory *) gl_mem, info, size); in _gl_mem_map_cpu_access()
374 GstGLMemoryAllocatorClass *alloc_class; in _gl_mem_map_gpu_access() local
376 alloc_class = GST_GL_MEMORY_ALLOCATOR_CLASS (parent_class); in _gl_mem_map_gpu_access()
378 data = alloc_class->map ((GstGLBaseMemory *) gl_mem, info, size); in _gl_mem_map_gpu_access()
Dgstglmemory.c605 GstGLMemoryAllocatorClass *alloc_class; in _gl_tex_map() local
608 alloc_class = GST_GL_MEMORY_ALLOCATOR_GET_CLASS (gl_mem->mem.mem.allocator); in _gl_tex_map()
620 g_return_val_if_fail (alloc_class->map != NULL, NULL); in _gl_tex_map()
621 data = alloc_class->map (GST_GL_BASE_MEMORY_CAST (gl_mem), info, maxsize); in _gl_tex_map()
634 GstGLMemoryAllocatorClass *alloc_class; in _gl_tex_unmap() local
636 alloc_class = GST_GL_MEMORY_ALLOCATOR_GET_CLASS (gl_mem->mem.mem.allocator); in _gl_tex_unmap()
637 g_return_if_fail (alloc_class->unmap != NULL); in _gl_tex_unmap()
639 alloc_class->unmap (GST_GL_BASE_MEMORY_CAST (gl_mem), info); in _gl_tex_unmap()
889 GstGLMemoryAllocatorClass *alloc_class; in _gl_tex_copy() local
891 alloc_class = GST_GL_MEMORY_ALLOCATOR_GET_CLASS (src->mem.mem.allocator); in _gl_tex_copy()
[all …]
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/egl/
Dgstglmemoryegl.c181 GstGLBaseMemoryAllocatorClass *alloc_class; in _gl_mem_create() local
190 alloc_class = GST_GL_BASE_MEMORY_ALLOCATOR_CLASS (parent_class); in _gl_mem_create()
191 if (!alloc_class->create ((GstGLBaseMemory *) gl_mem, error)) in _gl_mem_create()
/third_party/gstreamer/gstplugins_bad/ext/wayland/
Dwlshmallocator.c110 GstAllocatorClass *alloc_class = (GstAllocatorClass *) klass; in gst_wl_shm_allocator_class_init() local
112 alloc_class->alloc = GST_DEBUG_FUNCPTR (gst_wl_shm_allocator_alloc); in gst_wl_shm_allocator_class_init()
/third_party/gstreamer/gstplugins_base/ext/gl/
Dgstgldownloadelement.c365 GstAllocatorClass *alloc_class = (GstAllocatorClass *) klass; in gst_allocator_nvmm_class_init() local
367 alloc_class->alloc = _gst_allocator_nvmm_alloc; in gst_allocator_nvmm_class_init()
368 alloc_class->free = _gst_allocator_nvmm_free; in gst_allocator_nvmm_class_init()