Searched refs:GstGLMemoryEGL (Results 1 – 9 of 9) sorted by relevance
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/egl/ |
D | gstglmemoryegl.c | 58 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 …]
|
D | gstglmemoryegl.h | 42 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/ |
D | struct_i386.h | 135 {"GstGLMemoryEGL", sizeof (GstGLMemoryEGL), 520},
|
D | struct_arm.h | 135 {"GstGLMemoryEGL", sizeof (GstGLMemoryEGL), 520},
|
D | struct_ppc64.h | 137 {"GstGLMemoryEGL", sizeof (GstGLMemoryEGL), 520},
|
D | struct_aarch64.h | 135 {"GstGLMemoryEGL", sizeof (GstGLMemoryEGL), 520},
|
D | struct_x86_64.h | 135 {"GstGLMemoryEGL", sizeof (GstGLMemoryEGL), 520},
|
/third_party/gstreamer/gstplugins_base/ |
D | ChangeLog | 10108 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/ |
D | ChangeLog | 65768 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
|