Home
last modified time | relevance | path

Searched refs:GstMemoryUnmapFullFunction (Results 1 – 8 of 8) sorted by relevance

/third_party/gstreamer/gstreamer/gst/
Dgstallocator.h126 GstMemoryUnmapFullFunction mem_unmap_full;
Dgstmemory.h274 typedef void (*GstMemoryUnmapFullFunction) (GstMemory *mem, GstMapInfo * info); typedef
/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.c349 (GstMemoryUnmapFullFunction) _vk_buffer_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()