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

Data Fields

AVCodecContextparent_avctx
 
pthread_mutex_t buffer_mutex
 
AVFifoBuffertask_fifo
 
pthread_mutex_t task_fifo_mutex
 
pthread_cond_t task_fifo_cond
 
Task finished_tasks [BUFFER_SIZE]
 
pthread_mutex_t finished_task_mutex
 
pthread_cond_t finished_task_cond
 
unsigned task_index
 
unsigned finished_task_index
 
pthread_t worker [MAX_THREADS]
 
int exit
 
pthread_tworkers
 
action_funcfunc
 
action_func2func2
 
voidargs
 
int * rets
 
int rets_count
 
int job_count
 
int job_size
 
pthread_cond_t last_job_cond
 
pthread_cond_t current_job_cond
 
pthread_mutex_t current_job_lock
 
int current_job
 
unsigned int current_execute
 
int done
 
AVFilterGraphgraph
 
int nb_threads
 
AVFilterContextctx
 
voidarg
 
int nb_rets
 
int nb_jobs
 

Detailed Description

Definition at line 48 of file frame_thread_encoder.c.

Field Documentation

AVCodecContext* ThreadContext::parent_avctx
pthread_mutex_t ThreadContext::buffer_mutex
AVFifoBuffer* ThreadContext::task_fifo
pthread_mutex_t ThreadContext::task_fifo_mutex
pthread_cond_t ThreadContext::task_fifo_cond
Task ThreadContext::finished_tasks[BUFFER_SIZE]

Definition at line 56 of file frame_thread_encoder.c.

Referenced by ff_thread_video_encode_frame(), and worker().

pthread_mutex_t ThreadContext::finished_task_mutex
pthread_cond_t ThreadContext::finished_task_cond
unsigned ThreadContext::task_index

Definition at line 60 of file frame_thread_encoder.c.

Referenced by ff_thread_video_encode_frame().

unsigned ThreadContext::finished_task_index

Definition at line 61 of file frame_thread_encoder.c.

Referenced by ff_thread_video_encode_frame().

pthread_t ThreadContext::worker[MAX_THREADS]
int ThreadContext::exit

Definition at line 64 of file frame_thread_encoder.c.

Referenced by ff_frame_thread_encoder_free(), and worker().

pthread_t * ThreadContext::workers
action_func * ThreadContext::func

Definition at line 54 of file pthread.c.

Referenced by avcodec_thread_execute(), thread_execute(), and worker().

action_func2* ThreadContext::func2

Definition at line 55 of file pthread.c.

Referenced by avcodec_thread_execute2(), and worker().

void* ThreadContext::args

Definition at line 56 of file pthread.c.

Referenced by avcodec_thread_execute(), and worker().

int * ThreadContext::rets

Definition at line 57 of file pthread.c.

Referenced by avcodec_thread_execute(), thread_execute(), and worker().

int ThreadContext::rets_count

Definition at line 58 of file pthread.c.

Referenced by avcodec_thread_execute(), and worker().

int ThreadContext::job_count
int ThreadContext::job_size

Definition at line 60 of file pthread.c.

Referenced by avcodec_thread_execute(), avcodec_thread_init(), and worker().

pthread_cond_t ThreadContext::last_job_cond
pthread_cond_t ThreadContext::current_job_cond
pthread_mutex_t ThreadContext::current_job_lock
int ThreadContext::current_job
unsigned int ThreadContext::current_execute

Definition at line 66 of file pthread.c.

Referenced by avcodec_thread_execute(), and worker().

int ThreadContext::done
AVFilterGraph* ThreadContext::graph

Definition at line 44 of file pthread.c.

int ThreadContext::nb_threads

Definition at line 46 of file pthread.c.

Referenced by avfilter_thread_init(), slice_thread_uninit(), thread_execute(), and worker().

AVFilterContext* ThreadContext::ctx

Definition at line 51 of file pthread.c.

Referenced by thread_execute(), and worker().

void* ThreadContext::arg

Definition at line 52 of file pthread.c.

Referenced by thread_execute(), and worker().

int ThreadContext::nb_rets

Definition at line 54 of file pthread.c.

Referenced by thread_execute(), and worker().

int ThreadContext::nb_jobs

Definition at line 55 of file pthread.c.

Referenced by avfilter_thread_init(), thread_execute(), and worker().


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