Home
last modified time | relevance | path

Searched refs:async_tasks (Results 1 – 3 of 3) sorted by relevance

/third_party/gstreamer/gstplugins_base/gst/compositor/
Dcompositor.h116 gboolean async_tasks; member
Dcompositor.c1081 gboolean async_tasks) in gst_parallelized_task_runner_new() argument
1118 self->async_tasks = async_tasks; in gst_parallelized_task_runner_new()
1143 if (n_threads > 1 || self->async_tasks) { in gst_parallelized_task_runner_run()
1147 if (!self->async_tasks) { in gst_parallelized_task_runner_run()
1168 if (!self->async_tasks) { in gst_parallelized_task_runner_run()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/
Dvideo-converter.c142 gboolean async_tasks; member
160 if (runner->async_tasks) in gst_parallelized_task_thread_func()
197 gboolean async_tasks) in gst_parallelized_task_runner_new() argument
232 self->async_tasks = async_tasks; in gst_parallelized_task_runner_new()
249 if (n_threads > 1 || self->async_tasks) { in gst_parallelized_task_runner_run()
252 if (!self->async_tasks) { in gst_parallelized_task_runner_run()
260 if (!self->async_tasks) in gst_parallelized_task_runner_run()
281 if (!self->async_tasks) { in gst_parallelized_task_runner_run()
2325 gboolean async_tasks; in gst_video_converter_new_with_pool() local
2455 async_tasks = GET_OPT_ASYNC_TASKS (convert); in gst_video_converter_new_with_pool()
[all …]