Home
last modified time | relevance | path

Searched refs:allocator_class (Results 1 – 25 of 33) sorted by relevance

12

/third_party/gstreamer/gstreamer/tests/examples/memory/
Dmy-memory.c132 GstAllocatorClass *allocator_class; in my_memory_allocator_class_init() local
134 allocator_class = (GstAllocatorClass *) klass; in my_memory_allocator_class_init()
136 allocator_class->alloc = _my_alloc; in my_memory_allocator_class_init()
137 allocator_class->free = _my_free; in my_memory_allocator_class_init()
Dmy-vidmem.c127 GstAllocatorClass *allocator_class; in my_vidmem_allocator_class_init() local
129 allocator_class = (GstAllocatorClass *) klass; in my_vidmem_allocator_class_init()
131 allocator_class->alloc = _my_alloc; in my_vidmem_allocator_class_init()
132 allocator_class->free = _my_free; in my_vidmem_allocator_class_init()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/allocators/
Dgstfdmemory.c219 GstAllocatorClass *allocator_class; in gst_fd_allocator_class_init() local
221 allocator_class = (GstAllocatorClass *) klass; in gst_fd_allocator_class_init()
223 allocator_class->alloc = NULL; in gst_fd_allocator_class_init()
224 allocator_class->free = gst_fd_mem_free; in gst_fd_allocator_class_init()
/third_party/gstreamer/gstplugins_bad/sys/applemedia/
Dcorevideomemory.c442 GstAllocatorClass *allocator_class; in gst_apple_core_video_allocator_class_init() local
444 allocator_class = (GstAllocatorClass *) klass; in gst_apple_core_video_allocator_class_init()
447 allocator_class->alloc = NULL; in gst_apple_core_video_allocator_class_init()
448 allocator_class->free = gst_apple_core_video_mem_free; in gst_apple_core_video_allocator_class_init()
Diosurfacevulkanmemory.c95 GstAllocatorClass *allocator_class = (GstAllocatorClass *) klass; in gst_io_surface_vulkan_memory_allocator_class_init() local
97 allocator_class->alloc = _mem_alloc; in gst_io_surface_vulkan_memory_allocator_class_init()
98 allocator_class->free = _mem_free; in gst_io_surface_vulkan_memory_allocator_class_init()
Diosglmemory.c86 GstAllocatorClass *allocator_class = (GstAllocatorClass *) klass; in gst_ios_gl_memory_allocator_class_init() local
90 allocator_class->alloc = _mem_alloc; in gst_ios_gl_memory_allocator_class_init()
Diosurfaceglmemory.c119 GstAllocatorClass *allocator_class = (GstAllocatorClass *) klass; in gst_io_surface_gl_memory_allocator_class_init() local
123 allocator_class->alloc = _mem_alloc; in gst_io_surface_gl_memory_allocator_class_init()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/egl/
Dgstglmemoryegl.c234 GstAllocatorClass *allocator_class; in gst_gl_memory_egl_allocator_class_init() local
238 allocator_class = (GstAllocatorClass *) klass; in gst_gl_memory_egl_allocator_class_init()
245 allocator_class->alloc = _gl_mem_alloc; in gst_gl_memory_egl_allocator_class_init()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/vulkan/
Dgstvkmemory.c282 GstAllocatorClass *allocator_class = (GstAllocatorClass *) klass; in gst_vulkan_memory_allocator_class_init() local
284 allocator_class->alloc = _vk_mem_alloc; in gst_vulkan_memory_allocator_class_init()
285 allocator_class->free = _vk_mem_free; in gst_vulkan_memory_allocator_class_init()
Dgstvkbuffermemory.c334 GstAllocatorClass *allocator_class = (GstAllocatorClass *) klass; in gst_vulkan_buffer_memory_allocator_class_init() local
336 allocator_class->alloc = _vk_buffer_mem_alloc; in gst_vulkan_buffer_memory_allocator_class_init()
337 allocator_class->free = _vk_buffer_mem_free; in gst_vulkan_buffer_memory_allocator_class_init()
Dgstvkimagememory.c677 GstAllocatorClass *allocator_class = (GstAllocatorClass *) klass; in gst_vulkan_image_memory_allocator_class_init() local
679 allocator_class->alloc = _vk_image_mem_alloc; in gst_vulkan_image_memory_allocator_class_init()
680 allocator_class->free = _vk_image_mem_free; in gst_vulkan_image_memory_allocator_class_init()
/third_party/gstreamer/gstreamer/gst/
Dgstallocator.c572 GstAllocatorClass *allocator_class; in gst_allocator_sysmem_class_init() local
575 allocator_class = (GstAllocatorClass *) klass; in gst_allocator_sysmem_class_init()
579 allocator_class->alloc = default_alloc; in gst_allocator_sysmem_class_init()
580 allocator_class->free = default_free; in gst_allocator_sysmem_class_init()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/
Dgstglrenderbuffer.c213 GstAllocatorClass *allocator_class; in gst_gl_renderbuffer_allocator_class_init() local
216 allocator_class = (GstAllocatorClass *) klass; in gst_gl_renderbuffer_allocator_class_init()
223 allocator_class->alloc = _gl_rbo_alloc; in gst_gl_renderbuffer_allocator_class_init()
Dgstglbasememory.c522 GstAllocatorClass *allocator_class = (GstAllocatorClass *) klass; in gst_gl_base_memory_allocator_class_init() local
524 allocator_class->alloc = _mem_alloc; in gst_gl_base_memory_allocator_class_init()
525 allocator_class->free = _mem_free; in gst_gl_base_memory_allocator_class_init()
Dgstglmemorypbo.c694 GstAllocatorClass *allocator_class; in gst_gl_memory_pbo_allocator_class_init() local
698 allocator_class = (GstAllocatorClass *) klass; in gst_gl_memory_pbo_allocator_class_init()
707 allocator_class->alloc = _gl_mem_alloc; in gst_gl_memory_pbo_allocator_class_init()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/d3d11/
Dgstd3d11memory.h220 GstAllocatorClass allocator_class; member
256 GstD3D11AllocatorClass allocator_class; member
/third_party/gstreamer/gstplugins_base/sys/ximage/
Dximagepool.c187 GstAllocatorClass *allocator_class; in ximage_memory_allocator_class_init() local
189 allocator_class = (GstAllocatorClass *) klass; in ximage_memory_allocator_class_init()
191 allocator_class->alloc = gst_ximage_memory_alloc; in ximage_memory_allocator_class_init()
192 allocator_class->free = gst_ximage_memory_free; in ximage_memory_allocator_class_init()
/third_party/gstreamer/gstplugins_base/sys/xvimage/
Dxvimageallocator.c281 GstAllocatorClass *allocator_class; in gst_xvimage_allocator_class_init() local
284 allocator_class = (GstAllocatorClass *) klass; in gst_xvimage_allocator_class_init()
288 allocator_class->alloc = gst_xvimage_allocator_dummy_alloc; in gst_xvimage_allocator_class_init()
289 allocator_class->free = gst_xvimage_allocator_free; in gst_xvimage_allocator_class_init()
/third_party/gstreamer/gstplugins_bad/sys/msdk/
Dgstmsdksystemmemory.c347 GstAllocatorClass *const allocator_class = GST_ALLOCATOR_CLASS (klass); in gst_msdk_system_allocator_class_init() local
349 allocator_class->alloc = gst_msdk_system_allocator_alloc; in gst_msdk_system_allocator_class_init()
350 allocator_class->free = gst_msdk_system_allocator_free; in gst_msdk_system_allocator_class_init()
Dgstmsdkvideomemory.c426 GstAllocatorClass *const allocator_class = GST_ALLOCATOR_CLASS (klass); in gst_msdk_video_allocator_class_init() local
430 allocator_class->alloc = gst_msdk_video_allocator_alloc; in gst_msdk_video_allocator_class_init()
431 allocator_class->free = gst_msdk_video_allocator_free; in gst_msdk_video_allocator_class_init()
/third_party/gstreamer/gstplugins_bad/sys/nvcodec/
Dgstcudamemory.c56 GstAllocatorClass *allocator_class = GST_ALLOCATOR_CLASS (klass); in gst_cuda_allocator_class_init() local
60 allocator_class->alloc = GST_DEBUG_FUNCPTR (gst_cuda_allocator_dummy_alloc); in gst_cuda_allocator_class_init()
61 allocator_class->free = GST_DEBUG_FUNCPTR (gst_cuda_allocator_free); in gst_cuda_allocator_class_init()
/third_party/gstreamer/gstreamer/tests/check/gst/
Dgstmemory.c648 GstAllocatorClass *allocator_class; in my_opaque_memory_allocator_class_init() local
650 allocator_class = (GstAllocatorClass *) klass; in my_opaque_memory_allocator_class_init()
652 allocator_class->alloc = _my_opaque_alloc; in my_opaque_memory_allocator_class_init()
653 allocator_class->free = _my_opaque_free; in my_opaque_memory_allocator_class_init()
/third_party/gstreamer/gstplugins_bad/sys/v4l2codecs/
Dgstv4l2codecallocator.c237 GstAllocatorClass *allocator_class = GST_ALLOCATOR_CLASS (klass); in gst_v4l2_codec_allocator_class_init() local
242 allocator_class->alloc = NULL; in gst_v4l2_codec_allocator_class_init()
/third_party/gstreamer/gstplugins_bad/sys/kms/
Dgstkmsallocator.c328 GstAllocatorClass *allocator_class; in gst_kms_allocator_class_init() local
330 allocator_class = GST_ALLOCATOR_CLASS (klass); in gst_kms_allocator_class_init()
333 allocator_class->free = gst_kms_allocator_free; in gst_kms_allocator_class_init()
/third_party/gstreamer/gstplugins_good/tests/check/elements/
Drtph265.c122 GstAllocatorClass allocator_class; member
151 GstAllocatorClass *allocator_class = (GstAllocatorClass *) klass; in custom_sysmem_allocator_class_init() local
153 allocator_class->alloc = custom_sysmem_allocator_alloc; in custom_sysmem_allocator_class_init()
154 allocator_class->free = custom_sysmem_allocator_free; in custom_sysmem_allocator_class_init()

12