|
FFmpeg
|
#include <executor.h>
Data Fields | |
| void * | user_data |
| int | local_context_size |
| int | priorities |
| int(* | run )(FFTask *t, void *local_context, void *user_data) |
Definition at line 38 of file executor.h.
| void* FFTaskCallbacks::user_data |
Definition at line 39 of file executor.h.
| int FFTaskCallbacks::local_context_size |
Definition at line 41 of file executor.h.
Referenced by ff_executor_alloc().
| int FFTaskCallbacks::priorities |
Definition at line 44 of file executor.h.
Referenced by ff_executor_alloc(), ff_executor_execute(), and run_one_task().
Definition at line 47 of file executor.h.
1.8.17