Home
last modified time | relevance | path

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

/third_party/gstreamer/gstreamer/gst/
Dgstallocator.h121 GstMemoryCopyFunction mem_copy;
Dgstmemory.h284 typedef GstMemory * (*GstMemoryCopyFunction) (GstMemory *mem, gssize offset, gssize size); typedef
Dgstallocator.c570 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.c233 alloc->mem_copy = (GstMemoryCopyFunction) _gl_rbo_copy; in gst_gl_renderbuffer_allocator_init()
Dgstglbasememory.c537 alloc->mem_copy = (GstMemoryCopyFunction) _mem_copy; in gst_gl_base_memory_allocator_init()
/third_party/gstreamer/gstplugins_bad/sys/vdpau/
Dgstvdpvideomemory.c267 alloc->mem_copy = (GstMemoryCopyFunction) _vdp_video_mem_copy; in gst_vdp_video_allocator_init()
/third_party/gstreamer/gstplugins_bad/ext/vulkan/
Dvkmemory.c319 alloc->mem_copy = (GstMemoryCopyFunction) _vk_mem_copy; in gst_vulkan_memory_allocator_init()
Dvkbuffermemory.c392 alloc->mem_copy = (GstMemoryCopyFunction) _vk_buffer_mem_copy; in gst_vulkan_buffer_memory_allocator_init()
Dvkimagememory.c531 alloc->mem_copy = (GstMemoryCopyFunction) _vk_image_mem_copy; in gst_vulkan_image_memory_allocator_init()
/third_party/gstreamer/gstplugins_good/tests/check/elements/
Drtph265.c161 alloc->mem_copy = (GstMemoryCopyFunction) custom_sysmem_copy; in custom_sysmem_allocator_init()
Drtph264.c159 alloc->mem_copy = (GstMemoryCopyFunction) custom_sysmem_copy; in custom_sysmem_allocator_init()
/third_party/gstreamer/gstreamer/docs/gst/
Dgstreamer-sections.txt1604 GstMemoryCopyFunction