Home
last modified time | relevance | path

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

/third_party/gstreamer/gstreamer/gst/
Dgstallocator.h121 GstMemoryCopyFunction mem_copy;
Dgstmemory.h289 typedef GstMemory * (*GstMemoryCopyFunction) (GstMemory *mem, gssize offset, gssize size); typedef
Dgstallocator.c593 alloc->mem_copy = (GstMemoryCopyFunction) _sysmem_copy; in gst_allocator_sysmem_init()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/
Dgstglbasememory.h345 GstMemoryCopyFunction fallback_mem_copy;
Dgstglrenderbuffer.c235 alloc->mem_copy = (GstMemoryCopyFunction) _gl_rbo_copy; in gst_gl_renderbuffer_allocator_init()
Dgstglbasememory.c543 alloc->mem_copy = (GstMemoryCopyFunction) _mem_copy; in gst_gl_base_memory_allocator_init()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/vulkan/
Dgstvkmemory.c296 alloc->mem_copy = (GstMemoryCopyFunction) _vk_mem_copy; in gst_vulkan_memory_allocator_init()
Dgstvkbuffermemory.c350 alloc->mem_copy = (GstMemoryCopyFunction) _vk_buffer_mem_copy; in gst_vulkan_buffer_memory_allocator_init()
Dgstvkimagememory.c692 alloc->mem_copy = (GstMemoryCopyFunction) _vk_image_mem_copy; in gst_vulkan_image_memory_allocator_init()
/third_party/gstreamer/gstplugins_bad/sys/nvcodec/
Dgstcudamemory.c79 alloc->mem_copy = (GstMemoryCopyFunction) cuda_mem_copy; in gst_cuda_allocator_init()
/third_party/gstreamer/gstplugins_good/tests/check/elements/
Drtph265.c165 alloc->mem_copy = (GstMemoryCopyFunction) custom_sysmem_copy; in custom_sysmem_allocator_init()
Drtph264.c162 alloc->mem_copy = (GstMemoryCopyFunction) custom_sysmem_copy; in custom_sysmem_allocator_init()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/d3d11/
Dgstd3d11memory.cpp1230 GstMemoryCopyFunction fallback_copy;
/third_party/gstreamer/gstplugins_bad/sys/va/
Dgstvaallocator.c247 GstMemoryCopyFunction parent_copy;