Searched defs:_GstGLBaseMemory (Results 1 – 1 of 1) sorted by relevance
104 struct _GstGLBaseMemory struct106 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 …]