Home
last modified time | relevance | path

Searched refs:GstMemoryIsSpanFunction (Results 1 – 10 of 10) sorted by relevance

/third_party/gstreamer/gstreamer/gst/
Dgstallocator.h123 GstMemoryIsSpanFunction mem_is_span;
Dgstmemory.h316 typedef gboolean (*GstMemoryIsSpanFunction) (GstMemory *mem1, GstMemory *mem2, gsize *offset); typedef
Dgstallocator.c595 alloc->mem_is_span = (GstMemoryIsSpanFunction) _sysmem_is_span; in gst_allocator_sysmem_init()
/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_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_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_good/sys/v4l2/
Dgstv4l2allocator.c470 alloc->mem_is_span = (GstMemoryIsSpanFunction) _v4l2mem_is_span; in gst_v4l2_allocator_init()