Home
last modified time | relevance | path

Searched refs:mem_share (Results 1 – 22 of 22) sorted by relevance

/third_party/gstreamer/gstreamer/gst/
Dgstallocator.h122 GstMemoryShareFunction mem_share; member
Dgstmemory.c418 shared = mem->allocator->mem_share (mem, offset, size); in gst_memory_share()
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/gst-libs/gst/allocators/
Dgstfdmemory.c239 alloc->mem_share = gst_fd_mem_share; in gst_fd_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_bad/sys/applemedia/
Dcorevideomemory.c459 alloc->mem_share = gst_apple_core_video_mem_share; in gst_apple_core_video_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/gstplugins_base/sys/xvimage/
Dxvimageallocator.c303 alloc->mem_share = (GstMemoryShareFunction) gst_xvimage_memory_share; in gst_xvimage_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_bad/sys/shm/
Dgstshmsink.c246 allocator->mem_share = gst_shm_sink_allocator_mem_share; in gst_shm_sink_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_base/ext/gl/
Dgstgldownloadelement.c379 alloc->mem_share = gst_memory_nvmm_share; in gst_allocator_nvmm_init()
/third_party/gstreamer/gstplugins_good/sys/v4l2/
Dgstv4l2allocator.c469 alloc->mem_share = (GstMemoryShareFunction) _v4l2mem_share; in gst_v4l2_allocator_init()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/d3d11/
Dgstd3d11memory.cpp1348 alloc->mem_share = gst_d3d11_memory_share; in gst_d3d11_allocator_init()
/third_party/gstreamer/gstplugins_bad/sys/va/
Dgstvaallocator.c1343 allocator->mem_share = _va_share; in gst_va_allocator_init()
/third_party/gstreamer/gstplugins_bad/sys/d3dvideosink/
Dd3dhelpers.c502 alloc->mem_share = gst_d3d_surface_memory_share; in gst_d3d_surface_memory_allocator_init()