Home
last modified time | relevance | path

Searched refs:GST_IS_GL_DISPLAY_EGL (Results 1 – 3 of 3) sorted by relevance

/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/egl/
Dgstgldisplay_egl.c332 if (GST_IS_GL_DISPLAY_EGL (display)) { in gst_gl_display_egl_from_gl_display()
341 if (ret && GST_IS_GL_DISPLAY_EGL (ret)) { in gst_gl_display_egl_from_gl_display()
Dgstgldisplay_egl.h34 #define GST_IS_GL_DISPLAY_EGL(obj) (G_TYPE_CHECK_INSTANCE_TYPE((obj),GST_TYPE_GL_DISPLAY_E… macro
/third_party/gstreamer/gstplugins_good/ext/qt/
Dgstqtglutility.cc208 if (GST_IS_GL_DISPLAY_EGL (display)) {