Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_base/gst/compositor/
Dcompositor.h102 struct _GstParallelizedTaskRunner struct
104 GstTaskPool *pool;
105 gboolean own_pool;
106 guint n_threads;
108 GstQueueArray *tasks;
110 GstParallelizedTaskFunc func;
111 gpointer *task_data;
113 GMutex lock;
114 gint n_todo;
116 gboolean async_tasks;
/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/
Dvideo-converter.c131 struct _GstParallelizedTaskRunner struct
133 GstTaskPool *pool;
134 gboolean own_pool;
135 guint n_threads;
137 GstQueueArray *tasks;
138 GstQueueArray *work_items;
140 GMutex lock;
142 gboolean async_tasks;