FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
SliceThreadContext Struct Reference

Data Fields

AVSliceThreadthread
 
action_funcfunc
 
action_func2func2
 
main_funcmainfunc
 
voidargs
 
intrets
 
int job_size
 
intentries
 
int entries_count
 
int thread_count
 
pthread_cond_tprogress_cond
 
pthread_mutex_tprogress_mutex
 

Detailed Description

Definition at line 43 of file pthread_slice.c.

Field Documentation

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
main_func* SliceThreadContext::mainfunc
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
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
pthread_cond_t* SliceThreadContext::progress_cond
pthread_mutex_t* SliceThreadContext::progress_mutex

The documentation for this struct was generated from the following file: