FFmpeg
4.0
|
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 |
pthread_cond_t * | progress_cond |
pthread_mutex_t * | progress_mutex |
Definition at line 43 of file pthread_slice.c.
AVSliceThread* SliceThreadContext::thread |
Definition at line 44 of file pthread_slice.c.
Referenced by ff_slice_thread_free(), ff_slice_thread_init(), and thread_execute().
action_func* SliceThreadContext::func |
Definition at line 45 of file pthread_slice.c.
Referenced by thread_execute(), and worker_func().
action_func2* SliceThreadContext::func2 |
Definition at line 46 of file pthread_slice.c.
Referenced by ff_slice_thread_execute_with_mainfunc(), thread_execute2(), and worker_func().
main_func* SliceThreadContext::mainfunc |
Definition at line 47 of file pthread_slice.c.
Referenced by ff_slice_thread_execute_with_mainfunc(), ff_slice_thread_init(), main_function(), and thread_execute().
void* SliceThreadContext::args |
Definition at line 48 of file pthread_slice.c.
Referenced by thread_execute(), and worker_func().
int* SliceThreadContext::rets |
Definition at line 49 of file pthread_slice.c.
Referenced by thread_execute(), and worker_func().
int SliceThreadContext::job_size |
Definition at line 50 of file pthread_slice.c.
Referenced by thread_execute(), and worker_func().
int* SliceThreadContext::entries |
Definition at line 52 of file pthread_slice.c.
Referenced by ff_alloc_entries(), ff_reset_entries(), ff_slice_thread_free(), ff_thread_await_progress2(), and ff_thread_report_progress2().
int SliceThreadContext::entries_count |
Definition at line 53 of file pthread_slice.c.
Referenced by ff_alloc_entries(), and ff_reset_entries().
int SliceThreadContext::thread_count |
Definition at line 54 of file pthread_slice.c.
Referenced by ff_alloc_entries(), ff_slice_thread_free(), ff_slice_thread_init(), and ff_thread_await_progress2().
pthread_cond_t* SliceThreadContext::progress_cond |
Definition at line 55 of file pthread_slice.c.
Referenced by ff_alloc_entries(), ff_slice_thread_free(), ff_thread_await_progress2(), and ff_thread_report_progress2().
pthread_mutex_t* SliceThreadContext::progress_mutex |
Definition at line 56 of file pthread_slice.c.
Referenced by ff_alloc_entries(), ff_slice_thread_free(), ff_thread_await_progress2(), and ff_thread_report_progress2().