H A D | fifo.c | 38 size_t elem_size, nb_elems; member 47 AVFifo *av_fifo_alloc2(size_t nb_elems, size_t elem_size, in av_fifo_alloc2() argument 149 fifo_write_common(AVFifo *f, const uint8_t *buf, size_t *nb_elems, AVFifoCB read_cb, void *opaque) fifo_write_common() argument 188 av_fifo_write(AVFifo *f, const void *buf, size_t nb_elems) av_fifo_write() argument 193 av_fifo_write_from_cb(AVFifo *f, AVFifoCB read_cb, void *opaque, size_t *nb_elems) av_fifo_write_from_cb() argument 199 fifo_peek_common(const AVFifo *f, uint8_t *buf, size_t *nb_elems, size_t offset, AVFifoCB write_cb, void *opaque) fifo_peek_common() argument 240 av_fifo_read(AVFifo *f, void *buf, size_t nb_elems) av_fifo_read() argument 247 av_fifo_read_to_cb(AVFifo *f, AVFifoCB write_cb, void *opaque, size_t *nb_elems) av_fifo_read_to_cb() argument 255 av_fifo_peek(AVFifo *f, void *buf, size_t nb_elems, size_t offset) av_fifo_peek() argument 260 av_fifo_peek_to_cb(AVFifo *f, AVFifoCB write_cb, void *opaque, size_t *nb_elems, size_t offset) av_fifo_peek_to_cb() argument [all...] |