xine-lib
1.2.10
|
Data Fields | |
vo_frame_t * | first |
vo_frame_t ** | add |
int | num_buffers |
int | num_buffers_max |
int | locked_for_read |
pthread_mutex_t | mutex |
pthread_cond_t | not_empty |
vo_frame_t** img_buf_fifo_t::add |
Referenced by vo_queue_close(), vo_queue_get_all(), vo_queue_open(), and vo_queue_pop_int().
vo_frame_t* img_buf_fifo_t::first |
Referenced by vo_queue_close(), vo_queue_get_all(), vo_queue_open(), vo_queue_pop_int(), and vo_queue_read_unlock().
int img_buf_fifo_t::locked_for_read |
Referenced by vo_queue_close(), vo_queue_open(), vo_queue_read_lock(), and vo_queue_read_unlock().
pthread_mutex_t img_buf_fifo_t::mutex |
Referenced by vo_queue_close(), vo_queue_get_all(), vo_queue_open(), vo_queue_read_lock(), and vo_queue_read_unlock().
pthread_cond_t img_buf_fifo_t::not_empty |
Referenced by vo_queue_close(), vo_queue_open(), and vo_queue_read_unlock().
int img_buf_fifo_t::num_buffers |
Referenced by vo_queue_close(), vo_queue_get_all(), vo_queue_open(), and vo_queue_pop_int().
int img_buf_fifo_t::num_buffers_max |
Referenced by vo_queue_close(), and vo_queue_open().