Home
last modified time | relevance | path

Searched refs:GstMemoryShareFunction (Results 1 – 15 of 15) sorted by relevance

/third_party/gstreamer/gstreamer/gst/
Dgstallocator.h122 GstMemoryShareFunction mem_share;
Dgstmemory.h303 typedef GstMemory * (*GstMemoryShareFunction) (GstMemory *mem, gssize offset, gssize size); typedef
Dgstallocator.c594 alloc->mem_share = (GstMemoryShareFunction) _sysmem_share; in gst_allocator_sysmem_init()
/third_party/gstreamer/gstreamer/tests/examples/memory/
Dmy-memory.c148 alloc->mem_share = (GstMemoryShareFunction) _my_mem_share; in my_memory_allocator_init()
Dmy-vidmem.c143 alloc->mem_share = (GstMemoryShareFunction) _my_vidmem_share; in my_vidmem_allocator_init()
/third_party/gstreamer/gstplugins_base/sys/xvimage/
Dxvimageallocator.c303 alloc->mem_share = (GstMemoryShareFunction) gst_xvimage_memory_share; in gst_xvimage_allocator_init()
304 alloc->mem_copy = (GstMemoryShareFunction) gst_xvimage_memory_copy; in gst_xvimage_allocator_init()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/vulkan/
Dgstvkmemory.c297 alloc->mem_share = (GstMemoryShareFunction) _vk_mem_share; in gst_vulkan_memory_allocator_init()
Dgstvkbuffermemory.c351 alloc->mem_share = (GstMemoryShareFunction) _vk_buffer_mem_share; in gst_vulkan_buffer_memory_allocator_init()
Dgstvkimagememory.c693 alloc->mem_share = (GstMemoryShareFunction) _vk_image_mem_share; in gst_vulkan_image_memory_allocator_init()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/
Dgstglbasememory.c544 alloc->mem_share = (GstMemoryShareFunction) _mem_share; in gst_gl_base_memory_allocator_init()
/third_party/gstreamer/gstplugins_base/sys/ximage/
Dximagepool.c203 alloc->mem_share = (GstMemoryShareFunction) ximage_memory_share; in ximage_memory_allocator_init()
/third_party/gstreamer/gstreamer/tests/check/gst/
Dgstmemory.c664 alloc->mem_share = (GstMemoryShareFunction) _my_opaque_mem_share; in my_opaque_memory_allocator_init()
/third_party/gstreamer/gstplugins_good/tests/check/elements/
Drtph265.c166 alloc->mem_share = (GstMemoryShareFunction) custom_sysmem_share; in custom_sysmem_allocator_init()
Drtph264.c163 alloc->mem_share = (GstMemoryShareFunction) custom_sysmem_share; in custom_sysmem_allocator_init()
/third_party/gstreamer/gstplugins_good/sys/v4l2/
Dgstv4l2allocator.c469 alloc->mem_share = (GstMemoryShareFunction) _v4l2mem_share; in gst_v4l2_allocator_init()