Home
last modified time | relevance | path

Searched refs:mem_unmap_full (Results 1 – 12 of 12) sorted by relevance

/third_party/gstreamer/gstreamer/gst/
Dgstmemory.c349 if (mem->allocator->mem_unmap_full) in gst_memory_unmap()
350 mem->allocator->mem_unmap_full (mem, info); in gst_memory_unmap()
Dgstallocator.h126 GstMemoryUnmapFullFunction mem_unmap_full; member
/third_party/gstreamer/gstplugins_base/gst-libs/gst/allocators/
Dgstdmabuf.c116 alloc->mem_unmap_full = gst_dmabuf_mem_unmap; in gst_dmabuf_allocator_init()
/third_party/gstreamer/gstplugins_bad/sys/applemedia/
Diosurfacevulkanmemory.c111 alloc->mem_unmap_full = _io_surface_vulkan_memory_allocator_unmap; in gst_io_surface_vulkan_memory_allocator_init()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/vulkan/
Dgstvkmemory.c295 alloc->mem_unmap_full = (GstMemoryUnmapFullFunction) _vk_mem_unmap_full; in gst_vulkan_memory_allocator_init()
Dgstvkbuffermemory.c348 alloc->mem_unmap_full = in gst_vulkan_buffer_memory_allocator_init()
Dgstvkimagememory.c691 alloc->mem_unmap_full = (GstMemoryUnmapFullFunction) _vk_image_mem_unmap_full; in gst_vulkan_image_memory_allocator_init()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/
Dgstglrenderbuffer.c234 alloc->mem_unmap_full = (GstMemoryUnmapFullFunction) _gl_rbo_unmap; in gst_gl_renderbuffer_allocator_init()
Dgstglbasememory.c542 alloc->mem_unmap_full = (GstMemoryUnmapFullFunction) _mem_unmap_full; in gst_gl_base_memory_allocator_init()
/third_party/gstreamer/gstplugins_bad/sys/nvcodec/
Dgstcudamemory.c78 alloc->mem_unmap_full = (GstMemoryUnmapFullFunction) cuda_mem_unmap_full; in gst_cuda_allocator_init()
/third_party/gstreamer/gstplugins_base/ext/gl/
Dgstgldownloadelement.c377 alloc->mem_unmap_full = gst_memory_nvmm_unmap_full; in gst_allocator_nvmm_init()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/d3d11/
Dgstd3d11memory.cpp1347 alloc->mem_unmap_full = gst_d3d11_memory_unmap_full; in gst_d3d11_allocator_init()