Searched refs:GstTaskPoolFunction (Results 1 – 5 of 5) sorted by relevance
/third_party/gstreamer/gstreamer/gst/ |
D | gsttaskpool.c | 56 GstTaskPoolFunction func; 63 GstTaskPoolFunction func; in default_func() 100 default_push (GstTaskPool * pool, GstTaskPoolFunction func, in default_push() 250 gst_task_pool_push (GstTaskPool * pool, GstTaskPoolFunction func, in gst_task_pool_push() 331 GstTaskPoolFunction func; 380 shared_push (GstTaskPool * pool, GstTaskPoolFunction func, in shared_push()
|
D | gsttaskpool.h | 47 typedef void (*GstTaskPoolFunction) (void *user_data); typedef 80 gpointer (*push) (GstTaskPool *pool, GstTaskPoolFunction func, 109 gpointer gst_task_pool_push (GstTaskPool *pool, GstTaskPoolFunction func,
|
D | gsttask.c | 712 gst_task_pool_push (priv->pool_id, (GstTaskPoolFunction) gst_task_func, in start_task()
|
/third_party/gstreamer/gstreamer/tests/check/gst/ |
D | gsttask.c | 372 gst_task_pool_push (pool, (GstTaskPoolFunction) task_cb, &tdata, &err); in GST_START_TEST() 375 gst_task_pool_push (pool, (GstTaskPoolFunction) task_cb, &tdata2, &err); in GST_START_TEST() 426 gst_task_pool_push (pool, (GstTaskPoolFunction) task_cb, &tdata, &err); in GST_START_TEST() 429 gst_task_pool_push (pool, (GstTaskPoolFunction) task_cb, &tdata2, &err); in GST_START_TEST()
|
/third_party/gstreamer/gstreamer/tests/examples/streams/ |
D | testrtpool.c | 48 default_push (GstTaskPool * pool, GstTaskPoolFunction func, gpointer data, in default_push()
|