#include <fifo.h>
Data Fields | |
uint8_t * | buffer |
uint8_t * | rptr |
uint8_t * | wptr |
uint8_t * | end |
uint32_t | rndx |
uint32_t | wndx |
Definition at line 29 of file fifo.h.
uint8_t* AVFifoBuffer::buffer |
Definition at line 30 of file fifo.h.
Referenced by av_fifo_alloc(), av_fifo_drain(), av_fifo_free(), av_fifo_generic_write(), av_fifo_peek(), av_fifo_realloc2(), av_fifo_reset(), and av_fifo_space().
uint8_t * AVFifoBuffer::end |
Definition at line 31 of file fifo.h.
Referenced by av_fifo_alloc(), av_fifo_drain(), av_fifo_generic_read(), av_fifo_generic_write(), av_fifo_peek(), av_fifo_realloc2(), and av_fifo_space().
uint32_t AVFifoBuffer::rndx |
Definition at line 32 of file fifo.h.
Referenced by av_fifo_drain(), av_fifo_reset(), and av_fifo_size().
uint8_t* AVFifoBuffer::rptr |
Definition at line 31 of file fifo.h.
Referenced by av_fifo_drain(), av_fifo_generic_read(), av_fifo_peek(), and av_fifo_reset().
uint32_t AVFifoBuffer::wndx |
Definition at line 32 of file fifo.h.
Referenced by av_fifo_generic_write(), av_fifo_realloc2(), av_fifo_reset(), and av_fifo_size().
uint8_t * AVFifoBuffer::wptr |
Definition at line 31 of file fifo.h.
Referenced by av_fifo_generic_write(), av_fifo_realloc2(), and av_fifo_reset().