VLC 4.0.0-dev
|
Go to the source code of this file.
Data Structures | |
struct | timestamp_fifo_t |
Functions | |
static timestamp_fifo_t * | timestamp_FifoNew (uint32_t capacity) |
static void | timestamp_FifoRelease (timestamp_fifo_t *fifo) |
static bool | timestamp_FifoIsEmpty (timestamp_fifo_t *fifo) |
static bool | timestamp_FifoIsFull (timestamp_fifo_t *fifo) |
static void | timestamp_FifoEmpty (timestamp_fifo_t *fifo) |
static void | timestamp_FifoPut (timestamp_fifo_t *fifo, vlc_tick_t ts) |
static vlc_tick_t | timestamp_FifoGet (timestamp_fifo_t *fifo) |
|
inlinestatic |
References timestamp_fifo_t::size.
|
inlinestatic |
|
inlinestatic |
References timestamp_fifo_t::size.
Referenced by timestamp_FifoGet().
|
inlinestatic |
References timestamp_fifo_t::capacity, and timestamp_fifo_t::size.
Referenced by timestamp_FifoPut().
|
inlinestatic |
References timestamp_fifo_t::buffer, timestamp_fifo_t::capacity, and vlc_alloc().
|
inlinestatic |
|
inlinestatic |
References timestamp_fifo_t::buffer.