Home
last modified time | relevance | path

Searched refs:gst_gl_buffer_pool_new (Results 1 – 18 of 18) sorted by relevance

/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/
Dgstglbufferpool.h70 GstBufferPool *gst_gl_buffer_pool_new (GstGLContext * context);
Dgstglbufferpool.c311 gst_gl_buffer_pool_new (GstGLContext * context) in gst_gl_buffer_pool_new() function
Dgstglfilter.c828 pool = gst_gl_buffer_pool_new (context); in gst_gl_filter_propose_allocation()
904 pool = gst_gl_buffer_pool_new (context); in gst_gl_filter_decide_allocation()
Dgstglbasesrc.c673 pool = gst_gl_buffer_pool_new (context); in gst_gl_base_src_decide_allocation()
Dgstglupload.c378 pool = gst_gl_buffer_pool_new (upload->upload->context); in _gl_memory_upload_propose_allocation()
1066 upload->pool = gst_gl_buffer_pool_new (upload->upload->context); in _upload_meta_upload_accept()
Dgstglcolorconvert.c944 pool = gst_gl_buffer_pool_new (convert->context); in gst_gl_color_convert_decide_allocation()
/third_party/gstreamer/gstplugins_base/tests/check/libs/
Dgstglheaders.c117 pool = gst_gl_buffer_pool_new (context); in GST_START_TEST()
/third_party/gstreamer/gstplugins_base/ext/gl/
Dgstglmixer.c214 pool = gst_gl_buffer_pool_new (context); in gst_gl_mixer_propose_allocation()
621 pool = gst_gl_buffer_pool_new (context); in gst_gl_mixer_decide_allocation()
Dcaopengllayersink.m760 pool = gst_gl_buffer_pool_new (ca_sink->context);
Dgstgldownloadelement.c1443 pool = gst_gl_buffer_pool_new (context); in gst_gl_download_element_propose_allocation()
Dgstglimagesink.c2004 pool = gst_gl_buffer_pool_new (context); in gst_glimage_sink_propose_allocation()
/third_party/gstreamer/gstplugins_bad/sys/applemedia/
Dvideotexturecache-gl.m140 cache->pool = GST_BUFFER_POOL (gst_gl_buffer_pool_new (ctx));
/third_party/gstreamer/gstplugins_good/ext/gtk/
Dgstgtkglsink.c341 pool = gst_gl_buffer_pool_new (gtk_sink->context); in gst_gtk_gl_sink_propose_allocation()
/third_party/gstreamer/gstplugins_good/ext/qt/
Dgstqtsink.cc520 pool = gst_gl_buffer_pool_new (qt_sink->context); in gst_qt_sink_propose_allocation()
Dgstqtsrc.cc381 pool = gst_gl_buffer_pool_new (qt_src->context); in gst_qt_src_decide_allocation()
/third_party/gstreamer/gstplugins_bad/sys/nvcodec/
Dgstnvdecoder.c1611 pool = gst_gl_buffer_pool_new (GST_GL_CONTEXT (gl_context)); in gst_nv_decoder_ensure_gl_pool()
Dgstnvdec.c1852 pool = gst_gl_buffer_pool_new (nvdec->gl_context); in gst_nvdec_ensure_gl_pool()
Dgstnvbaseenc.c651 pool = gst_gl_buffer_pool_new ((GstGLContext *) nvenc->gl_context); in gst_nv_base_enc_propose_allocation()