Searched refs:GST_ALLOCATOR (Results 1 – 11 of 11) sorted by relevance
/third_party/gstreamer/gstreamer/gst/ |
D | gstallocator.h | 38 #define GST_ALLOCATOR(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), GST_TYPE_ALLOCATOR, … macro
|
/third_party/gstreamer/gstplugins_bad/sys/shm/ |
D | gstshmsink.c | 242 GstAllocator *allocator = GST_ALLOCATOR (self); in gst_shm_sink_allocator_init() 713 if (memory->allocator != GST_ALLOCATOR (self->allocator)) { in gst_shm_sink_render() 1009 gst_query_add_allocation_param (query, GST_ALLOCATOR (self->allocator), in gst_shm_sink_propose_allocation()
|
/third_party/gstreamer/gstplugins_good/sys/v4l2/ |
D | gstv4l2allocator.c | 854 group->mem[i] = (GstMemory *) _v4l2mem_new (0, GST_ALLOCATOR (allocator), in gst_v4l2_allocator_alloc_mmap() 915 group->mem[i] = (GstMemory *) _v4l2mem_new (0, GST_ALLOCATOR (allocator), in gst_v4l2_allocator_alloc_dmabuf() 1011 group->mem[i] = (GstMemory *) _v4l2mem_new (0, GST_ALLOCATOR (allocator), in gst_v4l2_allocator_alloc_dmabufin() 1076 group->mem[i] = (GstMemory *) _v4l2mem_new (0, GST_ALLOCATOR (allocator), in gst_v4l2_allocator_alloc_userptr()
|
/third_party/gstreamer/gstplugins_bad/sys/va/ |
D | gstvaallocator.c | 431 GstAllocator *allocator = GST_ALLOCATOR (self); in gst_va_dmabuf_allocator_init() 452 return GST_ALLOCATOR (self); in gst_va_dmabuf_allocator_new() 1338 GstAllocator *allocator = GST_ALLOCATOR (self); in gst_va_allocator_init() 1418 return GST_ALLOCATOR (self); in gst_va_allocator_new()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/ |
D | gstglbufferpool.c | 131 GST_ALLOCATOR (gst_gl_memory_allocator_get_default (glpool->context)); in gst_gl_buffer_pool_set_config()
|
D | gstglbuffer.c | 502 return _gl_buffer_new (GST_ALLOCATOR (allocator), NULL, in _gl_buffer_alloc_mem()
|
D | gstgloverlaycompositor.c | 383 GST_ALLOCATOR (gst_gl_memory_allocator_get_default (overlay->context)); in gst_gl_composition_overlay_upload()
|
D | gstglviewconvert.c | 1982 GST_ALLOCATOR (gst_gl_memory_allocator_get_default in _gen_buffer() 2130 GST_ALLOCATOR (gst_gl_memory_allocator_get_default (context)); in _do_view_convert()
|
D | gstglupload.c | 343 GST_ALLOCATOR (gst_gl_memory_allocator_get_default (upload-> in _gl_memory_upload_propose_allocation() 353 GST_ALLOCATOR (gst_allocator_find (GST_GL_MEMORY_EGL_ALLOCATOR_NAME)); in _gl_memory_upload_propose_allocation()
|
/third_party/gstreamer/gstplugins_bad/sys/v4l2codecs/ |
D | gstv4l2codecallocator.c | 189 GstV4l2CodecBuffer *buf = gst_v4l2_codec_buffer_new (GST_ALLOCATOR (self), in gst_v4l2_codec_allocator_prepare()
|
/third_party/gstreamer/gstplugins_bad/sys/kms/ |
D | gstkmsallocator.c | 313 gst_kms_allocator_clear_cache (GST_ALLOCATOR (alloc)); in gst_kms_allocator_finalize()
|