FFmpeg
|
Data Fields | |
AVTaskCallbacks | cb |
int | thread_count |
ThreadInfo * | threads |
uint8_t * | local_contexts |
AVMutex | lock |
AVCond | cond |
int | die |
AVTask * | tasks |
Definition at line 47 of file executor.c.
AVTaskCallbacks AVExecutor::cb |
Definition at line 48 of file executor.c.
Referenced by av_executor_alloc(), av_executor_execute(), and run_one_task().
int AVExecutor::thread_count |
Definition at line 49 of file executor.c.
Referenced by av_executor_alloc(), and executor_free().
ThreadInfo* AVExecutor::threads |
Definition at line 51 of file executor.c.
Referenced by av_executor_alloc(), and executor_free().
uint8_t* AVExecutor::local_contexts |
Definition at line 52 of file executor.c.
Referenced by av_executor_alloc(), av_executor_execute(), and executor_free().
AVMutex AVExecutor::lock |
Definition at line 54 of file executor.c.
Referenced by av_executor_alloc(), av_executor_execute(), executor_free(), and run_one_task().
AVCond AVExecutor::cond |
Definition at line 55 of file executor.c.
Referenced by av_executor_alloc(), av_executor_execute(), and executor_free().
int AVExecutor::die |
Definition at line 56 of file executor.c.
Referenced by executor_free().
AVTask* AVExecutor::tasks |
Definition at line 58 of file executor.c.
Referenced by av_executor_execute(), and run_one_task().