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

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
 

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: