Home
last modified time | relevance | path

Searched defs:_GstGLBaseMemory (Results 1 – 1 of 1) sorted by relevance

/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/
Dgstglbasememory.h104 struct _GstGLBaseMemory struct
106 GstMemory mem;
108 GstGLContext *context;
111 GMutex lock;
113 GstMapFlags map_flags; /* cumulative map flags */
114 gint map_count;
115 gint gl_map_count;
117 gpointer data;
119 GstGLQuery *query;
122 gsize alloc_size; /* because maxsize is used for mapping */
[all …]