#include <fifo.h>
Definition at line 29 of file fifo.h.
Public Attributes | |
| uint8_t * | buffer |
| uint8_t * | rptr |
| uint8_t * | wptr |
| uint8_t * | end |
| uint8_t* AVFifoBuffer::buffer |
Definition at line 30 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().
| uint8_t* AVFifoBuffer::rptr |
Definition at line 31 of file fifo.h.
Referenced by av_fifo_drain(), av_fifo_generic_read(), av_fifo_init(), av_fifo_peek(), and av_fifo_size().
| uint8_t * AVFifoBuffer::wptr |
Definition at line 31 of file fifo.h.
Referenced by av_fifo_init(), av_fifo_realloc(), av_fifo_size(), and av_fifo_write().
| uint8_t * AVFifoBuffer::end |
Definition at line 31 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.5