Lines Matching refs:GstTaskPool
52 G_DEFINE_TYPE_WITH_CODE (GstTaskPool, gst_task_pool, GST_TYPE_OBJECT, _do_init);
61 default_func (TaskData * tdata, GstTaskPool * pool) in default_func()
74 default_prepare (GstTaskPool * pool, GError ** error) in default_prepare()
82 default_cleanup (GstTaskPool * pool) in default_cleanup()
100 default_push (GstTaskPool * pool, GstTaskPoolFunction func, in default_push()
124 default_join (GstTaskPool * pool, gpointer id) in default_join()
130 default_dispose_handle (GstTaskPool * pool, gpointer id) in default_dispose_handle()
156 gst_task_pool_init (GstTaskPool * pool) in gst_task_pool_init()
177 GstTaskPool *
180 GstTaskPool *pool; in gst_task_pool_new()
200 gst_task_pool_prepare (GstTaskPool * pool, GError ** error) in gst_task_pool_prepare()
222 gst_task_pool_cleanup (GstTaskPool * pool) in gst_task_pool_cleanup()
250 gst_task_pool_push (GstTaskPool * pool, GstTaskPoolFunction func, in gst_task_pool_push()
285 gst_task_pool_join (GstTaskPool * pool, gpointer id) in gst_task_pool_join()
315 gst_task_pool_dispose_handle (GstTaskPool * pool, gpointer id) in gst_task_pool_dispose_handle()
367 shared_func (SharedTaskData * tdata, GstTaskPool * pool) in shared_func()
380 shared_push (GstTaskPool * pool, GstTaskPoolFunction func, in shared_push()
410 shared_join (GstTaskPool * pool, gpointer id) in shared_join()
429 shared_dispose_handle (GstTaskPool * pool, gpointer id) in shared_dispose_handle()
443 shared_prepare (GstTaskPool * pool, GError ** error) in shared_prepare()
491 GstTaskPool *taskpool; in gst_shared_task_pool_set_max_threads()
538 GstTaskPool *
541 GstTaskPool *pool; in gst_shared_task_pool_new()