Searched refs:GstMemoryCopyFunction (Results 1 – 14 of 14) sorted by relevance
121 GstMemoryCopyFunction mem_copy;
289 typedef GstMemory * (*GstMemoryCopyFunction) (GstMemory *mem, gssize offset, gssize size); typedef
593 alloc->mem_copy = (GstMemoryCopyFunction) _sysmem_copy; in gst_allocator_sysmem_init()
345 GstMemoryCopyFunction fallback_mem_copy;
235 alloc->mem_copy = (GstMemoryCopyFunction) _gl_rbo_copy; in gst_gl_renderbuffer_allocator_init()
543 alloc->mem_copy = (GstMemoryCopyFunction) _mem_copy; in gst_gl_base_memory_allocator_init()
296 alloc->mem_copy = (GstMemoryCopyFunction) _vk_mem_copy; in gst_vulkan_memory_allocator_init()
350 alloc->mem_copy = (GstMemoryCopyFunction) _vk_buffer_mem_copy; in gst_vulkan_buffer_memory_allocator_init()
692 alloc->mem_copy = (GstMemoryCopyFunction) _vk_image_mem_copy; in gst_vulkan_image_memory_allocator_init()
79 alloc->mem_copy = (GstMemoryCopyFunction) cuda_mem_copy; in gst_cuda_allocator_init()
165 alloc->mem_copy = (GstMemoryCopyFunction) custom_sysmem_copy; in custom_sysmem_allocator_init()
162 alloc->mem_copy = (GstMemoryCopyFunction) custom_sysmem_copy; in custom_sysmem_allocator_init()
1230 GstMemoryCopyFunction fallback_copy;
247 GstMemoryCopyFunction parent_copy;