FFmpeg
|
Data Fields | |
FFTaskCallbacks | cb |
int | thread_count |
bool | recursive |
ThreadInfo * | threads |
uint8_t * | local_contexts |
AVMutex | lock |
AVCond | cond |
int | die |
Queue * | q |
Definition at line 56 of file executor.c.
FFTaskCallbacks FFExecutor::cb |
Definition at line 57 of file executor.c.
Referenced by ff_executor_alloc(), ff_executor_execute(), and run_one_task().
int FFExecutor::thread_count |
Definition at line 58 of file executor.c.
Referenced by executor_free(), ff_executor_alloc(), ff_executor_execute(), and run_one_task().
bool FFExecutor::recursive |
Definition at line 59 of file executor.c.
Referenced by ff_executor_execute().
ThreadInfo* FFExecutor::threads |
Definition at line 61 of file executor.c.
Referenced by executor_free(), and ff_executor_alloc().
uint8_t* FFExecutor::local_contexts |
Definition at line 62 of file executor.c.
Referenced by executor_free(), ff_executor_alloc(), and ff_executor_execute().
AVMutex FFExecutor::lock |
Definition at line 64 of file executor.c.
Referenced by executor_free(), ff_executor_alloc(), ff_executor_execute(), and run_one_task().
AVCond FFExecutor::cond |
Definition at line 65 of file executor.c.
Referenced by executor_free(), ff_executor_alloc(), and ff_executor_execute().
int FFExecutor::die |
Definition at line 66 of file executor.c.
Referenced by executor_free().
Queue* FFExecutor::q |
Definition at line 68 of file executor.c.
Referenced by executor_free(), ff_executor_alloc(), ff_executor_execute(), ff_vvc_inv_dct2_32(), and run_one_task().