Home
last modified time | relevance | path

Searched refs:GstMemoryMapFunction (Results 1 – 13 of 13) sorted by relevance

/third_party/gstreamer/gstreamer/gst/
Dgstallocator.h118 GstMemoryMapFunction mem_map;
Dgstmemory.h242 typedef gpointer (*GstMemoryMapFunction) (GstMemory *mem, gsize maxsize, GstMapFlags flags… typedef
Dgstallocator.c591 alloc->mem_map = (GstMemoryMapFunction) _sysmem_map; in gst_allocator_sysmem_init()
/third_party/gstreamer/gstreamer/tests/examples/memory/
Dmy-memory.c146 alloc->mem_map = (GstMemoryMapFunction) _my_mem_map; in my_memory_allocator_init()
Dmy-vidmem.c141 alloc->mem_map = (GstMemoryMapFunction) _my_vidmem_map; in my_vidmem_allocator_init()
/third_party/gstreamer/gstplugins_bad/sys/nvcodec/
Dgstcudamemory.c77 alloc->mem_map = (GstMemoryMapFunction) cuda_mem_map; in gst_cuda_allocator_init()
/third_party/gstreamer/gstplugins_base/sys/ximage/
Dximagepool.c201 alloc->mem_map = (GstMemoryMapFunction) ximage_memory_map; in ximage_memory_allocator_init()
/third_party/gstreamer/gstplugins_base/sys/xvimage/
Dxvimageallocator.c301 alloc->mem_map = (GstMemoryMapFunction) gst_xvimage_memory_map; in gst_xvimage_allocator_init()
/third_party/gstreamer/gstplugins_bad/sys/va/
Dgstvaallocator.c246 GstMemoryMapFunction parent_map;
1341 allocator->mem_map = (GstMemoryMapFunction) _va_map; in gst_va_allocator_init()
/third_party/gstreamer/gstreamer/tests/check/gst/
Dgstmemory.c662 alloc->mem_map = (GstMemoryMapFunction) _my_opaque_mem_map; in my_opaque_memory_allocator_init()
/third_party/gstreamer/gstplugins_good/tests/check/elements/
Drtph265.c163 alloc->mem_map = (GstMemoryMapFunction) custom_sysmem_map; in custom_sysmem_allocator_init()
Drtph264.c160 alloc->mem_map = (GstMemoryMapFunction) custom_sysmem_map; in custom_sysmem_allocator_init()
/third_party/gstreamer/gstplugins_good/sys/v4l2/
Dgstv4l2allocator.c467 alloc->mem_map = (GstMemoryMapFunction) _v4l2mem_map; in gst_v4l2_allocator_init()