FFmpeg
Data Fields
SliceThreadContext Struct Reference

Data Fields

AVSliceThreadthread
 
action_funcfunc
 
action_func2func2
 
main_funcmainfunc
 
void * args
 
intrets
 
int job_size
 
intentries
 
int entries_count
 
int thread_count
 
Progressprogress
 

Detailed Description

Definition at line 49 of file pthread_slice.c.

Field Documentation

◆ thread

AVSliceThread* SliceThreadContext::thread

Definition at line 50 of file pthread_slice.c.

◆ func

action_func* SliceThreadContext::func

Definition at line 51 of file pthread_slice.c.

◆ func2

action_func2* SliceThreadContext::func2

Definition at line 52 of file pthread_slice.c.

◆ mainfunc

main_func* SliceThreadContext::mainfunc

Definition at line 53 of file pthread_slice.c.

◆ args

void* SliceThreadContext::args

Definition at line 54 of file pthread_slice.c.

◆ rets

int* SliceThreadContext::rets

Definition at line 55 of file pthread_slice.c.

◆ job_size

int SliceThreadContext::job_size

Definition at line 56 of file pthread_slice.c.

◆ entries

int* SliceThreadContext::entries

◆ entries_count

int SliceThreadContext::entries_count

Definition at line 59 of file pthread_slice.c.

Referenced by ff_slice_thread_allocz_entries().

◆ thread_count

int SliceThreadContext::thread_count

Definition at line 60 of file pthread_slice.c.

Referenced by ff_slice_thread_init_progress(), and ff_thread_await_progress2().

◆ progress

Progress* SliceThreadContext::progress

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