Home
last modified time | relevance | path

Searched refs:GstTaskPool (Results 1 – 25 of 30) sorted by relevance

12

/third_party/gstreamer/gstreamer/gst/
Dgsttaskpool.h31 …T_TASK_POOL(pool) (G_TYPE_CHECK_INSTANCE_CAST ((pool), GST_TYPE_TASK_POOL, GstTaskPool))
36 #define GST_TASK_POOL_CAST(pool) ((GstTaskPool*)(pool))
38 typedef struct _GstTaskPool GstTaskPool; typedef
77 void (*prepare) (GstTaskPool *pool, GError **error);
78 void (*cleanup) (GstTaskPool *pool);
80 gpointer (*push) (GstTaskPool *pool, GstTaskPoolFunction func,
82 void (*join) (GstTaskPool *pool, gpointer id);
93 void (*dispose_handle) (GstTaskPool *pool, gpointer id);
103 GstTaskPool * gst_task_pool_new (void);
106 void gst_task_pool_prepare (GstTaskPool *pool, GError **error);
[all …]
Dgsttaskpool.c52 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()
[all …]
Dgsttask.c104 GstTaskPool *pool;
108 GstTaskPool *pool_id;
204 static GstTaskPool *_global_task_pool = NULL;
542 GstTaskPool *
545 GstTaskPool *result; in gst_task_get_pool()
570 gst_task_set_pool (GstTask * task, GstTaskPool * pool) in gst_task_set_pool()
572 GstTaskPool *old; in gst_task_set_pool()
901 GstTaskPool *pool = NULL; in gst_task_join()
Dgsttask.h161 GstTaskPool *pool;
180 GstTaskPool * gst_task_get_pool (GstTask *task);
183 void gst_task_set_pool (GstTask *task, GstTaskPool *pool);
/third_party/gstreamer/gstreamer/tests/examples/streams/
Dtestrtpool.c34 default_prepare (GstTaskPool * pool, GError ** error) in default_prepare()
42 default_cleanup (GstTaskPool * pool) in default_cleanup()
48 default_push (GstTaskPool * pool, GstTaskPoolFunction func, gpointer data, in default_push()
88 default_join (GstTaskPool * pool, gpointer id) in default_join()
127 GstTaskPool *
130 GstTaskPool *pool; in test_rt_pool_new()
Dtestrtpool.h40 GstTaskPool object;
49 GstTaskPool * test_rt_pool_new (void);
Drtpool-test.c6 static GstTaskPool *pool;
/third_party/gstreamer/gstreamer/tests/check/gst/
Dstruct_ppc32.h61 {"GstTaskPool", sizeof (GstTaskPool), 88},
Dstruct_sparc.h61 {"GstTaskPool", sizeof (GstTaskPool), 128},
Dstruct_arm.h62 {"GstTaskPool", sizeof (GstTaskPool), 88},
Dstruct_x86_64.h61 {"GstTaskPool", sizeof (GstTaskPool), 128},
Dstruct_ppc64.h61 {"GstTaskPool", sizeof (GstTaskPool), 128},
Dstruct_i386w.h61 {"GstTaskPool", sizeof (GstTaskPool), 88},
Dstruct_hppa.h61 {"GstTaskPool", sizeof (GstTaskPool), 128},
Dstruct_i386.h61 {"GstTaskPool", sizeof (GstTaskPool), 76},
Dstruct_x86_64w.h61 {"GstTaskPool", sizeof (GstTaskPool), 128},
Dgsttask.c355 GstTaskPool *pool; in GST_START_TEST()
409 GstTaskPool *pool; in GST_START_TEST()
/third_party/gstreamer/gstplugins_base/gst/compositor/
Dcompositor.h104 GstTaskPool *pool;
Dcompositor.c1080 gst_parallelized_task_runner_new (guint n_threads, GstTaskPool * pool, in gst_parallelized_task_runner_new()
1211 GstTaskPool *pool = gst_video_aggregator_get_execution_task_pool (vagg); in _negotiated_caps()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/
Dvideo-converter.h299 GstTaskPool * pool);
Dgstvideoaggregator.h326 GstTaskPool * gst_video_aggregator_get_execution_task_pool (GstVideoAggregator * vagg);
Dgstvideoaggregator.c75 GstTaskPool *task_pool;
2961 GstTaskPool *
Dvideo-converter.c133 GstTaskPool *pool;
196 gst_parallelized_task_runner_new (guint n_threads, GstTaskPool * pool, in gst_parallelized_task_runner_new()
2318 const GstVideoInfo * out_info, GstStructure * config, GstTaskPool * pool) in gst_video_converter_new_with_pool()
/third_party/gstreamer/gstplugins_base/tests/check/libs/
Dvideo.c2804 GstTaskPool *pool; in GST_START_TEST()
/third_party/gstreamer/gstplugins_good/
DNEWS1044 different default behaviour than the existing GstTaskPool which

12