Searched refs:GstGLDisplayEGL (Results 1 – 16 of 16) sorted by relevance
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/egl/ |
D | gstgldisplay_egl.h | 32 …AY_EGL(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj),GST_TYPE_GL_DISPLAY_EGL,GstGLDisplayEGL)) 36 #define GST_GL_DISPLAY_EGL_CAST(obj) ((GstGLDisplayEGL*)(obj)) 38 typedef struct _GstGLDisplayEGL GstGLDisplayEGL; typedef 67 GstGLDisplayEGL *gst_gl_display_egl_new (void); 70 GstGLDisplayEGL *gst_gl_display_egl_new_with_egl_display (gpointer display); 73 GstGLDisplayEGL *gst_gl_display_egl_from_gl_display (GstGLDisplay * display);
|
D | gstgldisplay_egl.c | 69 G_DEFINE_TYPE (GstGLDisplayEGL, gst_gl_display_egl, GST_TYPE_GL_DISPLAY); 96 gst_gl_display_egl_init (GstGLDisplayEGL * display_egl) in gst_gl_display_egl_init() 109 GstGLDisplayEGL *display_egl = GST_GL_DISPLAY_EGL (object); in gst_gl_display_egl_finalize() 253 GstGLDisplayEGL * 256 GstGLDisplayEGL *ret; in gst_gl_display_egl_new() 282 GstGLDisplayEGL * 285 GstGLDisplayEGL *ret; in gst_gl_display_egl_new_with_egl_display() 321 GstGLDisplayEGL * 324 GstGLDisplayEGL *ret; in gst_gl_display_egl_from_gl_display()
|
D | gsteglimage.c | 301 GstGLDisplayEGL *display_egl; in _gst_egl_image_create() 384 GstGLDisplayEGL *display_egl; in _gst_egl_image_destroy() 737 GstGLDisplayEGL *display_egl; in gst_egl_image_check_dmabuf_direct() 1042 GstGLDisplayEGL *display_egl; in gst_egl_image_export_dmabuf() 1062 (GstGLDisplayEGL *) gst_gl_display_egl_from_gl_display (image-> in gst_egl_image_export_dmabuf()
|
D | gstglcontext_egl.h | 54 GstGLDisplayEGL *display_egl;
|
/third_party/gstreamer/gstplugins_base/tests/check/libs/ |
D | struct_x86_64.h | 131 {"GstGLDisplayEGL", sizeof (GstGLDisplayEGL), 184}, 133 {"GstGLDisplayEGLDevice", sizeof (GstGLDisplayEGL), 184},
|
D | struct_i386.h | 131 {"GstGLDisplayEGL", sizeof (GstGLDisplayEGL), 184}, 133 {"GstGLDisplayEGLDevice", sizeof (GstGLDisplayEGL), 184},
|
D | struct_ppc64.h | 133 {"GstGLDisplayEGL", sizeof (GstGLDisplayEGL), 184}, 135 {"GstGLDisplayEGLDevice", sizeof (GstGLDisplayEGL), 184},
|
D | struct_arm.h | 131 {"GstGLDisplayEGL", sizeof (GstGLDisplayEGL), 184}, 133 {"GstGLDisplayEGLDevice", sizeof (GstGLDisplayEGL), 184},
|
D | struct_aarch64.h | 131 {"GstGLDisplayEGL", sizeof (GstGLDisplayEGL), 184}, 133 {"GstGLDisplayEGLDevice", sizeof (GstGLDisplayEGL), 184},
|
/third_party/gstreamer/gstplugins_bad/ext/wpe/ |
D | WPEThreadedView.h | 77 GstGLDisplayEGL* display_egl;
|
/third_party/gstreamer/gstplugins_good/ext/qt/ |
D | gstqtglutility.cc | 321 GstGLDisplayEGL *display_egl = gst_gl_display_egl_from_gl_display (display);
|
/third_party/gstreamer/gstplugins_base/ext/gl/ |
D | gstgldownloadelement.c | 603 GstGLDisplayEGL *egl_display = NULL; in nv_buffer_egl_image_mem_unref() 633 GstGLDisplayEGL *egl_display = NULL; in gst_gl_buffer_pool_nvmm_alloc()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/ |
D | gstglupload.c | 1931 GstGLDisplayEGL *egl_display = NULL; in _egl_image_mem_unref() 2118 GstGLDisplayEGL *egl_display = NULL; in _nvmm_upload_perform()
|
/third_party/gstreamer/gstplugins_base/ |
D | ChangeLog | 3042 to create an GstGLDisplayEGL directly instead of going through the any 3044 The 'create an GstGLDisplayEGL when GST_GL_PLATFORM=egl' was a fallback 12587 foreign_display for the new GstGLDisplayEGL instance. This fixes a 22836 Revert "gl: Use GstGLDisplayEGL directly instead of creating a GstGLDisplayVIVFb subclass" 22840 to pass to fbCreateWindow, but the GstGLDisplayEGL handleis actually 22937 gl: Use GstGLDisplayEGL directly instead of creating a GstGLDisplayVIVFb subclass
|
/third_party/gstreamer/gstplugins_good/ |
D | ChangeLog | 22250 Revert "gl: Use GstGLDisplayEGL directly instead of creating a GstGLDisplayVIVFb subclass" 22254 to pass to fbCreateWindow, but the GstGLDisplayEGL handleis actually 22887 gl: Use GstGLDisplayEGL directly instead of creating a GstGLDisplayVIVFb subclass
|
/third_party/gstreamer/gstplugins_bad/ |
D | ChangeLog | 17179 GstGLDisplayEGL from that, which also adds refcounting 54650 Revert "gl: Use GstGLDisplayEGL directly instead of creating a GstGLDisplayVIVFb subclass" 54654 to pass to fbCreateWindow, but the GstGLDisplayEGL handleis actually 55850 gl: Use GstGLDisplayEGL directly instead of creating a GstGLDisplayVIVFb subclass
|