/third_party/gstreamer/gstreamer/gst/ |
D | gsttaskpool.h | 31 …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 …]
|
D | gsttaskpool.c | 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() [all …]
|
D | gsttask.c | 104 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()
|
D | gsttask.h | 161 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/ |
D | testrtpool.c | 34 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()
|
D | testrtpool.h | 40 GstTaskPool object; 49 GstTaskPool * test_rt_pool_new (void);
|
D | rtpool-test.c | 6 static GstTaskPool *pool;
|
/third_party/gstreamer/gstreamer/tests/check/gst/ |
D | struct_ppc32.h | 61 {"GstTaskPool", sizeof (GstTaskPool), 88},
|
D | struct_sparc.h | 61 {"GstTaskPool", sizeof (GstTaskPool), 128},
|
D | struct_arm.h | 62 {"GstTaskPool", sizeof (GstTaskPool), 88},
|
D | struct_x86_64.h | 61 {"GstTaskPool", sizeof (GstTaskPool), 128},
|
D | struct_ppc64.h | 61 {"GstTaskPool", sizeof (GstTaskPool), 128},
|
D | struct_i386w.h | 61 {"GstTaskPool", sizeof (GstTaskPool), 88},
|
D | struct_hppa.h | 61 {"GstTaskPool", sizeof (GstTaskPool), 128},
|
D | struct_i386.h | 61 {"GstTaskPool", sizeof (GstTaskPool), 76},
|
D | struct_x86_64w.h | 61 {"GstTaskPool", sizeof (GstTaskPool), 128},
|
D | gsttask.c | 355 GstTaskPool *pool; in GST_START_TEST() 409 GstTaskPool *pool; in GST_START_TEST()
|
/third_party/gstreamer/gstplugins_base/gst/compositor/ |
D | compositor.h | 104 GstTaskPool *pool;
|
D | compositor.c | 1080 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/ |
D | video-converter.h | 299 GstTaskPool * pool);
|
D | gstvideoaggregator.h | 326 GstTaskPool * gst_video_aggregator_get_execution_task_pool (GstVideoAggregator * vagg);
|
D | gstvideoaggregator.c | 75 GstTaskPool *task_pool; 2961 GstTaskPool *
|
D | video-converter.c | 133 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/ |
D | video.c | 2804 GstTaskPool *pool; in GST_START_TEST()
|
/third_party/gstreamer/gstplugins_good/ |
D | NEWS | 1044 different default behaviour than the existing GstTaskPool which
|