Home
last modified time | relevance | path

Searched refs:gst_gl_display_add_context (Results 1 – 19 of 19) sorted by relevance

/third_party/gstreamer/gstplugins_base/tests/check/libs/
Dgstglcontext.c572 fail_unless (gst_gl_display_add_context (display, c1)); in GST_START_TEST()
574 fail_unless (gst_gl_display_add_context (display, c1)); in GST_START_TEST()
598 fail_unless (gst_gl_display_add_context (display, c2)); in GST_START_TEST()
600 fail_unless (gst_gl_display_add_context (display, c2)); in GST_START_TEST()
660 fail_unless (gst_gl_display_add_context (display, c1)); in GST_START_TEST()
696 fail_unless (gst_gl_display_add_context (display, c1)); in GST_START_TEST()
709 fail_unless (gst_gl_display_add_context (display, c1)); in GST_START_TEST()
/third_party/gstreamer/gstplugins_bad/sys/applemedia/
Dglcontexthelper.c99 } while (!gst_gl_display_add_context (ctxh->display, ctxh->context)); in gst_gl_context_helper_ensure_context()
/third_party/gstreamer/gstplugins_base/tests/check/elements/
Dglfilter.c54 fail_unless (gst_gl_display_add_context (new_display, expected)); in replace_display()
Dglmixer.c56 fail_unless (gst_gl_display_add_context (new_display, expected)); in replace_display()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/
Dgstgldisplay.h173 gboolean gst_gl_display_add_context (GstGLDisplay * display,
Dgstglbasefilter.c564 } while (!gst_gl_display_add_context (filter->display, filter->context)); in gst_gl_base_filter_find_gl_context_unlocked()
Dgstgldisplay.c919 gst_gl_display_add_context (GstGLDisplay * display, GstGLContext * context) in gst_gl_display_add_context() function
Dgstglbasesrc.c575 } while (!gst_gl_display_add_context (src->display, src->context)); in gst_gl_base_src_find_gl_context_unlocked()
/third_party/gstreamer/gstplugins_good/ext/qt/
Dgstqtsink.cc382 gst_gl_display_add_context (qt_sink->display, qt_sink->context); in gst_qt_sink_change_state()
/third_party/gstreamer/gstplugins_bad/sys/nvcodec/
Dgstnvdecoder.c1394 || !gst_gl_display_add_context (display, in gst_nv_decoder_ensure_gl_context()
1404 if (!gst_gl_display_add_context (display, in gst_nv_decoder_ensure_gl_context()
Dgstnvdec.c1796 || !gst_gl_display_add_context (nvdec->gl_display, nvdec->gl_context)) { in gst_nvdec_ensure_gl_context()
1804 if (!gst_gl_display_add_context (nvdec->gl_display, nvdec->gl_context)) { in gst_nvdec_ensure_gl_context()
Dgstnvbaseenc.c590 || !gst_gl_display_add_context ((GstGLDisplay *) nvenc->display, in gst_nv_base_enc_ensure_gl_context()
600 if (!gst_gl_display_add_context ((GstGLDisplay *) nvenc->display, in gst_nv_base_enc_ensure_gl_context()
/third_party/gstreamer/gstplugins_good/ext/gtk/
Dgtkgstglwidget.c651 gst_gl_display_add_context (priv->display, priv->context); in gtk_gst_gl_widget_init_winsys()
/third_party/gstreamer/gstplugins_base/ext/gl/
Dgstglbasemixer.c206 } while (!gst_gl_display_add_context (mix->display, mix->context)); in _get_gl_context_unlocked()
Dgstglstereosplit.c546 } while (!gst_gl_display_add_context (self->display, self->context)); in ensure_context_unlocked()
Dgstglimagesink.c1092 } while (!gst_gl_display_add_context (gl_sink->display, gl_sink->context)); in _ensure_gl_setup()
/third_party/gstreamer/gstplugins_bad/sys/androidmedia/
Dgstamcvideodec.c2478 } while (!gst_gl_display_add_context (self->gl_display, in gst_amc_video_dec_decide_allocation()
/third_party/gstreamer/gstplugins_base/
DChangeLog9017 check: verify gst_gl_display_add_context()
26549 gst_gl_display_add_context() was susceptible to causing infinte loops when
26551 gst_gl_display_add_context().
/third_party/gstreamer/gstplugins_bad/
DChangeLog76592 gst_gl_display_add_context() was susceptible to causing infinte loops when
76594 gst_gl_display_add_context().