Home
last modified time | relevance | path

Searched refs:GST_ALLOCATOR (Results 1 – 11 of 11) sorted by relevance

/third_party/gstreamer/gstreamer/gst/
Dgstallocator.h38 #define GST_ALLOCATOR(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), GST_TYPE_ALLOCATOR, … macro
/third_party/gstreamer/gstplugins_bad/sys/shm/
Dgstshmsink.c242 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/
Dgstv4l2allocator.c854 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/
Dgstvaallocator.c431 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/
Dgstglbufferpool.c131 GST_ALLOCATOR (gst_gl_memory_allocator_get_default (glpool->context)); in gst_gl_buffer_pool_set_config()
Dgstglbuffer.c502 return _gl_buffer_new (GST_ALLOCATOR (allocator), NULL, in _gl_buffer_alloc_mem()
Dgstgloverlaycompositor.c383 GST_ALLOCATOR (gst_gl_memory_allocator_get_default (overlay->context)); in gst_gl_composition_overlay_upload()
Dgstglviewconvert.c1982 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()
Dgstglupload.c343 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/
Dgstv4l2codecallocator.c189 GstV4l2CodecBuffer *buf = gst_v4l2_codec_buffer_new (GST_ALLOCATOR (self), in gst_v4l2_codec_allocator_prepare()
/third_party/gstreamer/gstplugins_bad/sys/kms/
Dgstkmsallocator.c313 gst_kms_allocator_clear_cache (GST_ALLOCATOR (alloc)); in gst_kms_allocator_finalize()