Home
last modified time | relevance | path

Searched refs:display_egl (Results 1 – 7 of 7) sorted by relevance

/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/egl/
Dgstgldisplay_egl.c96 gst_gl_display_egl_init (GstGLDisplayEGL * display_egl) in gst_gl_display_egl_init() argument
98 GstGLDisplay *display = (GstGLDisplay *) display_egl; in gst_gl_display_egl_init()
101 display_egl->foreign_display = FALSE; in gst_gl_display_egl_init()
109 GstGLDisplayEGL *display_egl = GST_GL_DISPLAY_EGL (object); in gst_gl_display_egl_finalize() local
111 if (display_egl->display && !display_egl->foreign_display) { in gst_gl_display_egl_finalize()
112 eglTerminate (display_egl->display); in gst_gl_display_egl_finalize()
113 display_egl->display = NULL; in gst_gl_display_egl_finalize()
Dgsteglimage.c301 GstGLDisplayEGL *display_egl; in _gst_egl_image_create() local
307 display_egl = gst_gl_display_egl_from_gl_display (context->display); in _gst_egl_image_create()
308 if (!display_egl) { in _gst_egl_image_create()
314 (EGLDisplay) gst_gl_display_get_handle (GST_GL_DISPLAY (display_egl)); in _gst_egl_image_create()
315 gst_object_unref (display_egl); in _gst_egl_image_create()
384 GstGLDisplayEGL *display_egl; in _gst_egl_image_destroy() local
398 display_egl = gst_gl_display_egl_from_gl_display (context->display); in _gst_egl_image_destroy()
399 if (!display_egl) { in _gst_egl_image_destroy()
405 (EGLDisplay) gst_gl_display_get_handle (GST_GL_DISPLAY (display_egl)); in _gst_egl_image_destroy()
406 gst_object_unref (display_egl); in _gst_egl_image_destroy()
[all …]
Dgstglcontext_egl.c882 if (!egl->display_egl) { in gst_gl_context_egl_create_context()
885 egl->display_egl = gst_gl_display_egl_from_gl_display (display); in gst_gl_context_egl_create_context()
886 if (!egl->display_egl) { in gst_gl_context_egl_create_context()
897 egl_display = gst_gl_display_get_handle (GST_GL_DISPLAY (egl->display_egl)); in gst_gl_context_egl_create_context()
1212 if (egl->display_egl) { in gst_gl_context_egl_destroy_context()
1213 gst_object_unref (egl->display_egl); in gst_gl_context_egl_destroy_context()
1214 egl->display_egl = NULL; in gst_gl_context_egl_destroy_context()
1435 GstGLDisplay *display_egl; local
1448 display_egl =
1450 egl_display = (EGLDisplay) gst_gl_display_get_handle (display_egl);
[all …]
Dgstglcontext_egl.h54 GstGLDisplayEGL *display_egl; member
/third_party/gstreamer/gstplugins_good/ext/qt/
Dgstqtglutility.cc321 GstGLDisplayEGL *display_egl = gst_gl_display_egl_from_gl_display (display); local
327 gst_object_unref (display_egl);
331 if (display_egl)
332 egl_display = (EGLDisplay) gst_gl_display_get_handle ((GstGLDisplay *) display_egl);
336 gst_object_unref (display_egl);
/third_party/gstreamer/gstplugins_bad/ext/wpe/
DWPEThreadedView.cpp439 gst.display_egl = gst_gl_display_egl_from_gl_display (gst.display); in WPEView()
445 if (gst.display_egl) { in WPEView()
446 … EGLDisplay eglDisplay = (EGLDisplay)gst_gl_display_get_handle (GST_GL_DISPLAY(gst.display_egl)); in WPEView()
458 if (gst.display_egl) { in WPEView()
551 if (gst.display_egl) { in ~WPEView()
552 gst_object_unref(gst.display_egl); in ~WPEView()
553 gst.display_egl = nullptr; in ~WPEView()
DWPEThreadedView.h77 GstGLDisplayEGL* display_egl; member