/third_party/gstreamer/gstreamer/tests/examples/memory/ |
D | my-memory.c | 132 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()
|
D | my-vidmem.c | 127 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/ |
D | gstfdmemory.c | 219 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/ |
D | corevideomemory.c | 442 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()
|
D | iosurfacevulkanmemory.c | 95 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()
|
D | iosglmemory.c | 86 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()
|
D | iosurfaceglmemory.c | 119 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/ |
D | gstglmemoryegl.c | 234 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/ |
D | gstvkmemory.c | 282 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()
|
D | gstvkbuffermemory.c | 334 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()
|
D | gstvkimagememory.c | 677 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/ |
D | gstallocator.c | 572 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/ |
D | gstglrenderbuffer.c | 213 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()
|
D | gstglbasememory.c | 522 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()
|
D | gstglmemorypbo.c | 694 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/ |
D | gstd3d11memory.h | 220 GstAllocatorClass allocator_class; member 256 GstD3D11AllocatorClass allocator_class; member
|
/third_party/gstreamer/gstplugins_base/sys/ximage/ |
D | ximagepool.c | 187 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/ |
D | xvimageallocator.c | 281 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/ |
D | gstmsdksystemmemory.c | 347 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()
|
D | gstmsdkvideomemory.c | 426 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/ |
D | gstcudamemory.c | 56 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/ |
D | gstmemory.c | 648 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/ |
D | gstv4l2codecallocator.c | 237 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/ |
D | gstkmsallocator.c | 328 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/ |
D | rtph265.c | 122 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()
|