FFmpeg
|
Data Fields | |
int * | finished |
unsigned int | nb_streams |
AVFifo * | fifo |
ObjPool * | obj_pool |
void(* | obj_move )(void *dst, void *src) |
pthread_mutex_t | lock |
pthread_cond_t | cond |
Definition at line 42 of file thread_queue.c.
int* ThreadQueue::finished |
Definition at line 43 of file thread_queue.c.
Referenced by receive_locked(), tq_alloc(), tq_free(), tq_receive_finish(), tq_send(), and tq_send_finish().
unsigned int ThreadQueue::nb_streams |
Definition at line 44 of file thread_queue.c.
Referenced by receive_locked(), and tq_alloc().
AVFifo* ThreadQueue::fifo |
Definition at line 46 of file thread_queue.c.
Referenced by receive_locked(), tq_alloc(), tq_free(), tq_receive(), and tq_send().
ObjPool* ThreadQueue::obj_pool |
Definition at line 48 of file thread_queue.c.
Referenced by receive_locked(), tq_alloc(), tq_free(), and tq_send().
Definition at line 49 of file thread_queue.c.
Referenced by receive_locked(), tq_alloc(), and tq_send().
pthread_mutex_t ThreadQueue::lock |
Definition at line 51 of file thread_queue.c.
Referenced by tq_alloc(), tq_free(), tq_receive(), tq_receive_finish(), tq_send(), and tq_send_finish().
pthread_cond_t ThreadQueue::cond |
Definition at line 52 of file thread_queue.c.
Referenced by tq_alloc(), tq_free(), tq_receive(), tq_receive_finish(), tq_send(), and tq_send_finish().