| VLC
    3.0.18
    | 

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, int64_t ts) | 
| static int64_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 | 
 1.8.16
 1.8.16