Home
last modified time | relevance | path

Searched refs:mem_is_span (Results 1 – 14 of 14) sorted by relevance

/third_party/gstreamer/gstreamer/gst/
Dgstallocator.h123 GstMemoryIsSpanFunction mem_is_span; member
Dgstallocator.c138 allocator->mem_is_span = _fallback_mem_is_span; in gst_allocator_init()
595 alloc->mem_is_span = (GstMemoryIsSpanFunction) _sysmem_is_span; in gst_allocator_sysmem_init()
Dgstmemory.c457 if (!mem1->allocator->mem_is_span (mem1, mem2, offset)) in gst_memory_is_span()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/vulkan/
Dgstvkmemory.c298 alloc->mem_is_span = (GstMemoryIsSpanFunction) _vk_mem_is_span; in gst_vulkan_memory_allocator_init()
Dgstvkbuffermemory.c352 alloc->mem_is_span = (GstMemoryIsSpanFunction) _vk_buffer_mem_is_span; in gst_vulkan_buffer_memory_allocator_init()
Dgstvkimagememory.c694 alloc->mem_is_span = (GstMemoryIsSpanFunction) _vk_image_mem_is_span; in gst_vulkan_image_memory_allocator_init()
/third_party/gstreamer/gstplugins_bad/sys/applemedia/
Dcorevideomemory.c460 alloc->mem_is_span = gst_apple_core_video_mem_is_span; in gst_apple_core_video_allocator_init()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/
Dgstglbasememory.c545 alloc->mem_is_span = (GstMemoryIsSpanFunction) _mem_is_span; in gst_gl_base_memory_allocator_init()
/third_party/gstreamer/gstplugins_bad/sys/shm/
Dgstshmsink.c247 allocator->mem_is_span = gst_shm_sink_allocator_mem_is_span; in gst_shm_sink_allocator_init()
/third_party/gstreamer/gstplugins_good/tests/check/elements/
Drtph265.c167 alloc->mem_is_span = (GstMemoryIsSpanFunction) custom_sysmem_is_span; in custom_sysmem_allocator_init()
Drtph264.c164 alloc->mem_is_span = (GstMemoryIsSpanFunction) custom_sysmem_is_span; in custom_sysmem_allocator_init()
/third_party/gstreamer/gstplugins_base/ext/gl/
Dgstgldownloadelement.c380 alloc->mem_is_span = gst_memory_nvmm_is_span; in gst_allocator_nvmm_init()
/third_party/gstreamer/gstplugins_good/sys/v4l2/
Dgstv4l2allocator.c470 alloc->mem_is_span = (GstMemoryIsSpanFunction) _v4l2mem_is_span; in gst_v4l2_allocator_init()
/third_party/gstreamer/gstplugins_bad/
DChangeLog19766 va: allocator: remove va allocator mem_is_span() vmethod