Home
last modified time | relevance | path

Searched refs:GST_IS_GL_BUFFER_POOL (Results 1 – 9 of 9) sorted by relevance

/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/
Dgstglbufferpool.h35 #define GST_IS_GL_BUFFER_POOL(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GST_TYPE_GL_BUFFER_POOL)) macro
Dgstglbufferpool.c398 g_return_val_if_fail (GST_IS_GL_BUFFER_POOL (pool), NULL); in gst_gl_buffer_pool_get_gl_allocation_params()
Dgstglbasesrc.c669 if (!pool || !GST_IS_GL_BUFFER_POOL (pool)) { in gst_gl_base_src_decide_allocation()
Dgstglfilter.c901 if (!pool || !GST_IS_GL_BUFFER_POOL (pool)) { in gst_gl_filter_decide_allocation()
Dgstglupload.c363 if (!GST_IS_GL_BUFFER_POOL (pool)) { in _gl_memory_upload_propose_allocation()
Dgstglcolorconvert.c926 if (!pool || !GST_IS_GL_BUFFER_POOL (pool)) { in gst_gl_color_convert_decide_allocation()
/third_party/gstreamer/gstplugins_good/ext/qt/
Dgstqtsrc.cc357 if (!pool || !GST_IS_GL_BUFFER_POOL (pool)) { in gst_qt_src_decide_allocation()
/third_party/gstreamer/gstplugins_bad/sys/nvcodec/
Dgstnvdecoder.c1604 if (pool && !GST_IS_GL_BUFFER_POOL (pool)) { in gst_nv_decoder_ensure_gl_pool()
Dgstnvdec.c1845 if (pool && !GST_IS_GL_BUFFER_POOL (pool)) { in gst_nvdec_ensure_gl_pool()