VLC 4.0.0-dev
|
#include <vlc_timestamp_helper.h>
Data Fields | |
uint32_t | begin |
uint32_t | size |
uint32_t | capacity |
vlc_tick_t * | buffer |
uint32_t timestamp_fifo_t::begin |
Referenced by timestamp_FifoGet(), and timestamp_FifoPut().
vlc_tick_t* timestamp_fifo_t::buffer |
Referenced by timestamp_FifoGet(), timestamp_FifoNew(), timestamp_FifoPut(), and timestamp_FifoRelease().
uint32_t timestamp_fifo_t::capacity |
Referenced by timestamp_FifoGet(), timestamp_FifoIsFull(), timestamp_FifoNew(), and timestamp_FifoPut().
uint32_t timestamp_fifo_t::size |
Referenced by timestamp_FifoEmpty(), timestamp_FifoGet(), timestamp_FifoIsEmpty(), timestamp_FifoIsFull(), and timestamp_FifoPut().