Home
last modified time | relevance | path

Searched refs:GstGLMemoryEGL (Results 1 – 9 of 9) sorted by relevance

/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/egl/
Dgstglmemoryegl.c58 GST_DEFINE_MINI_OBJECT_TYPE (GstGLMemoryEGL, gst_gl_memory_egl);
76 static GstGLMemoryEGL *
77 _gl_mem_get_parent (GstGLMemoryEGL * gl_mem) in _gl_mem_get_parent()
79 GstGLMemoryEGL *parent = (GstGLMemoryEGL *) gl_mem->mem.mem.mem.parent; in _gl_mem_get_parent()
92 gst_gl_memory_egl_get_image (GstGLMemoryEGL * mem) in gst_gl_memory_egl_get_image()
108 gst_gl_memory_egl_get_display (GstGLMemoryEGL * mem) in gst_gl_memory_egl_get_display()
126 _gl_mem_destroy (GstGLMemoryEGL * mem) in _gl_mem_destroy()
135 static GstGLMemoryEGL *
140 GstGLMemoryEGL *mem; in _gl_mem_egl_alloc()
150 mem = g_new0 (GstGLMemoryEGL, 1); in _gl_mem_egl_alloc()
[all …]
Dgstglmemoryegl.h42 typedef struct _GstGLMemoryEGL GstGLMemoryEGL; typedef
84 gpointer gst_gl_memory_egl_get_image (GstGLMemoryEGL * mem);
87 gpointer gst_gl_memory_egl_get_display (GstGLMemoryEGL * mem);
/third_party/gstreamer/gstplugins_base/tests/check/libs/
Dstruct_i386.h135 {"GstGLMemoryEGL", sizeof (GstGLMemoryEGL), 520},
Dstruct_arm.h135 {"GstGLMemoryEGL", sizeof (GstGLMemoryEGL), 520},
Dstruct_ppc64.h137 {"GstGLMemoryEGL", sizeof (GstGLMemoryEGL), 520},
Dstruct_aarch64.h135 {"GstGLMemoryEGL", sizeof (GstGLMemoryEGL), 520},
Dstruct_x86_64.h135 {"GstGLMemoryEGL", sizeof (GstGLMemoryEGL), 520},
/third_party/gstreamer/gstplugins_base/
DChangeLog10108 textures by the driver. Allow creating GstGLMemoryEGL objects from these
24468 It's been removed and thus compiling anything against GstGLMemoryEGL
24913 GstGLMemoryEGL
26018 That can be passed to GstGLMemoryEGL.
26019 This also ports the dmabuf uploader to GstEGLImage and GstGLMemoryEGL.
26030 gl: implement GstGLMemoryEGL
26034 This work adds GstGLMemoryEGL to avoid this overhead. Decoders allocate
26035 GstGLMemoryEGL and decode its contents to the EGLImage of GstGLMemoryEGL. And
50146 That can be passed to GstGLMemoryEGL.
50147 This also ports the dmabuf uploader to GstEGLImage and GstGLMemoryEGL.
/third_party/gstreamer/gstplugins_bad/
DChangeLog65768 It's been removed and thus compiling anything against GstGLMemoryEGL
66967 GstGLMemoryEGL
73893 That can be passed to GstGLMemoryEGL.
73894 This also ports the dmabuf uploader to GstEGLImage and GstGLMemoryEGL.
73905 gl: implement GstGLMemoryEGL
73909 This work adds GstGLMemoryEGL to avoid this overhead. Decoders allocate
73910 GstGLMemoryEGL and decode its contents to the EGLImage of GstGLMemoryEGL. And