#include <fifo.h>
Public Attributes | |
| uint8_t * | buffer |
| uint8_t * | rptr |
| uint8_t * | wptr |
| uint8_t * | end |
Definition at line 8 of file fifo.h.
Definition at line 9 of file fifo.h.
Referenced by av_fifo_drain(), av_fifo_free(), av_fifo_init(), av_fifo_peek(), av_fifo_realloc(), av_fifo_size(), and av_fifo_write().
Definition at line 10 of file fifo.h.
Referenced by av_fifo_drain(), av_fifo_generic_read(), av_fifo_init(), av_fifo_peek(), and av_fifo_size().
Definition at line 10 of file fifo.h.
Referenced by av_fifo_init(), av_fifo_realloc(), av_fifo_size(), and av_fifo_write().
Definition at line 10 of file fifo.h.
Referenced by av_fifo_drain(), av_fifo_generic_read(), av_fifo_init(), av_fifo_peek(), av_fifo_realloc(), av_fifo_size(), and av_fifo_write().
1.5.6