Searched refs:display_egl (Results 1 – 7 of 7) sorted by relevance
96 gst_gl_display_egl_init (GstGLDisplayEGL * display_egl) in gst_gl_display_egl_init() argument98 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() local111 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()
301 GstGLDisplayEGL *display_egl; in _gst_egl_image_create() local307 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() local398 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 …]
882 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; local1448 display_egl =1450 egl_display = (EGLDisplay) gst_gl_display_get_handle (display_egl);[all …]
54 GstGLDisplayEGL *display_egl; member
321 GstGLDisplayEGL *display_egl = gst_gl_display_egl_from_gl_display (display); local327 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);
439 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()
77 GstGLDisplayEGL* display_egl; member