FFmpeg
|
Data Fields | |
AVSliceThread * | thread |
action_func * | func |
action_func2 * | func2 |
main_func * | mainfunc |
void * | args |
int * | rets |
int | job_size |
int * | entries |
int | entries_count |
int | thread_count |
Progress * | progress |
Definition at line 49 of file pthread_slice.c.
AVSliceThread* SliceThreadContext::thread |
Definition at line 50 of file pthread_slice.c.
action_func* SliceThreadContext::func |
Definition at line 51 of file pthread_slice.c.
action_func2* SliceThreadContext::func2 |
Definition at line 52 of file pthread_slice.c.
main_func* SliceThreadContext::mainfunc |
Definition at line 53 of file pthread_slice.c.
void* SliceThreadContext::args |
Definition at line 54 of file pthread_slice.c.
int* SliceThreadContext::rets |
Definition at line 55 of file pthread_slice.c.
int SliceThreadContext::job_size |
Definition at line 56 of file pthread_slice.c.
int* SliceThreadContext::entries |
Definition at line 58 of file pthread_slice.c.
Referenced by ff_slice_thread_allocz_entries(), ff_thread_await_progress2(), and ff_thread_report_progress2().
int SliceThreadContext::entries_count |
Definition at line 59 of file pthread_slice.c.
Referenced by ff_slice_thread_allocz_entries().
int SliceThreadContext::thread_count |
Definition at line 60 of file pthread_slice.c.
Referenced by ff_slice_thread_init_progress(), and ff_thread_await_progress2().
Progress* SliceThreadContext::progress |
Definition at line 61 of file pthread_slice.c.
Referenced by ff_slice_thread_init_progress(), ff_thread_await_progress2(), and ff_thread_report_progress2().