Home
last modified time | relevance | path

Searched refs:base_allocator (Results 1 – 5 of 5) sorted by relevance

/third_party/gstreamer/gstplugins_bad/sys/msdk/
Dgstmsdkvideomemory.c153 gst_msdk_video_memory_new (GstAllocator * base_allocator) in gst_msdk_video_memory_new() argument
159 g_return_val_if_fail (base_allocator, NULL); in gst_msdk_video_memory_new()
160 g_return_val_if_fail (GST_IS_MSDK_VIDEO_ALLOCATOR (base_allocator), NULL); in gst_msdk_video_memory_new()
162 allocator = GST_MSDK_VIDEO_ALLOCATOR_CAST (base_allocator); in gst_msdk_video_memory_new()
168 mem->surface = gst_msdk_video_allocator_get_surface (base_allocator); in gst_msdk_video_memory_new()
176 base_allocator, NULL, GST_VIDEO_INFO_SIZE (vip), 0, 0, in gst_msdk_video_memory_new()
437 GstAllocator *const base_allocator = GST_ALLOCATOR_CAST (allocator); in gst_msdk_video_allocator_init() local
439 base_allocator->mem_type = GST_MSDK_VIDEO_MEMORY_NAME; in gst_msdk_video_allocator_init()
440 base_allocator->mem_map_full = gst_msdk_video_memory_map_full; in gst_msdk_video_allocator_init()
441 base_allocator->mem_unmap = gst_msdk_video_memory_unmap; in gst_msdk_video_allocator_init()
[all …]
Dgstmsdksystemmemory.c210 gst_msdk_system_memory_new (GstAllocator * base_allocator) in gst_msdk_system_memory_new() argument
216 g_return_val_if_fail (base_allocator, NULL); in gst_msdk_system_memory_new()
217 g_return_val_if_fail (GST_IS_MSDK_SYSTEM_ALLOCATOR (base_allocator), NULL); in gst_msdk_system_memory_new()
219 allocator = GST_MSDK_SYSTEM_ALLOCATOR_CAST (base_allocator); in gst_msdk_system_memory_new()
225 mem->surface = gst_msdk_system_allocator_create_surface (base_allocator); in gst_msdk_system_memory_new()
234 base_allocator, NULL, GST_VIDEO_INFO_SIZE (vip), 0, 0, in gst_msdk_system_memory_new()
356 GstAllocator *const base_allocator = GST_ALLOCATOR_CAST (allocator); in gst_msdk_system_allocator_init() local
358 base_allocator->mem_type = GST_MSDK_SYSTEM_MEMORY_NAME; in gst_msdk_system_allocator_init()
359 base_allocator->mem_map_full = gst_msdk_system_memory_map_full; in gst_msdk_system_allocator_init()
360 base_allocator->mem_unmap = gst_msdk_system_memory_unmap; in gst_msdk_system_allocator_init()
[all …]
Dgstmsdksystemmemory.h74 gst_msdk_system_memory_new (GstAllocator * base_allocator);
Dgstmsdkvideomemory.h148 gst_msdk_dmabuf_memory_new_with_surface (GstAllocator * base_allocator, mfxFrameSurface1 * surface);
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/
Dgstglmemory.c1459 GstGLBaseMemoryAllocator *base_allocator; in gst_gl_memory_setup_buffer() local
1467 base_allocator = GST_GL_BASE_MEMORY_ALLOCATOR (allocator); in gst_gl_memory_setup_buffer()
1508 if (!(gl_mem = (GstGLMemory *) gst_gl_base_memory_alloc (base_allocator, in gst_gl_memory_setup_buffer()