FFmpeg
Data Fields
ThreadContext Struct Reference

Data Fields

 
 
 
 
 
 
 
 
unsigned  task_index
 
unsigned  finished_task_index
 
 
int  exit
 
 
int  nb_threads
 
 
 
 
voidarg
 
int *  rets
 
int  nb_rets
 
int  nb_jobs
 
 
 
 
int  current_job
 
unsigned int  current_execute
 
int  done
 

Detailed Description

Definition at line 48 of file frame_thread_encoder.c.

Field Documentation

AVCodecContext* ThreadContext::parent_avctx

Definition at line 49 of file frame_thread_encoder.c.

Referenced by ff_frame_thread_encoder_init(), and ff_thread_video_encode_frame().

pthread_mutex_t ThreadContext::buffer_mutex

Definition at line 50 of file frame_thread_encoder.c.

Referenced by ff_frame_thread_encoder_free(), ff_frame_thread_encoder_init(), ff_thread_video_encode_frame(), and worker().

AVFifoBuffer* ThreadContext::task_fifo

Definition at line 52 of file frame_thread_encoder.c.

Referenced by ff_frame_thread_encoder_free(), ff_frame_thread_encoder_init(), ff_thread_video_encode_frame(), and worker().

pthread_mutex_t ThreadContext::task_fifo_mutex

Definition at line 53 of file frame_thread_encoder.c.

Referenced by ff_frame_thread_encoder_free(), ff_frame_thread_encoder_init(), ff_thread_video_encode_frame(), and worker().

pthread_cond_t ThreadContext::task_fifo_cond

Definition at line 54 of file frame_thread_encoder.c.

Referenced by ff_frame_thread_encoder_free(), ff_frame_thread_encoder_init(), ff_thread_video_encode_frame(), and worker().

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

Definition at line 57 of file frame_thread_encoder.c.

Referenced by ff_frame_thread_encoder_free(), ff_frame_thread_encoder_init(), ff_thread_video_encode_frame(), and worker().

pthread_cond_t ThreadContext::finished_task_cond

Definition at line 58 of file frame_thread_encoder.c.

Referenced by ff_frame_thread_encoder_free(), ff_frame_thread_encoder_init(), ff_thread_video_encode_frame(), and worker().

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]

Definition at line 63 of file frame_thread_encoder.c.

Referenced by ff_frame_thread_encoder_free(), and ff_frame_thread_encoder_init().

int ThreadContext::exit

Definition at line 64 of file frame_thread_encoder.c.

Referenced by ff_frame_thread_encoder_free(), and worker().

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 slice_thread_park_workers(), slice_thread_uninit(), thread_execute(), thread_init_internal(), and worker().

pthread_t* ThreadContext::workers

Definition at line 47 of file pthread.c.

Referenced by slice_thread_uninit(), and thread_init_internal().

avfilter_action_func* ThreadContext::func

Definition at line 48 of file pthread.c.

Referenced by 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::rets

Definition at line 53 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 slice_thread_park_workers(), thread_execute(), thread_init_internal(), and worker().

pthread_cond_t ThreadContext::last_job_cond

Definition at line 57 of file pthread.c.

Referenced by slice_thread_park_workers(), slice_thread_uninit(), thread_init_internal(), and worker().

pthread_cond_t ThreadContext::current_job_cond

Definition at line 58 of file pthread.c.

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

pthread_mutex_t ThreadContext::current_job_lock

Definition at line 59 of file pthread.c.

Referenced by slice_thread_park_workers(), slice_thread_uninit(), thread_execute(), thread_init_internal(), and worker().

int ThreadContext::current_job

Definition at line 60 of file pthread.c.

Referenced by slice_thread_park_workers(), thread_execute(), thread_init_internal(), and worker().

unsigned int ThreadContext::current_execute

Definition at line 61 of file pthread.c.

Referenced by thread_execute(), and worker().

int ThreadContext::done

Definition at line 62 of file pthread.c.

Referenced by slice_thread_uninit(), thread_init_internal(), and worker().


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

Generated on Sun Mar 23 2014 23:50:42 for FFmpeg by   doxygen 1.8.2

AltStyle によって変換されたページ (->オリジナル) /