Lines Matching defs:f
29 AVFifoBuffer *f; in fifo_alloc_common() local
55 void av_fifo_free(AVFifoBuffer *f) in av_fifo_free()
63 void av_fifo_freep(AVFifoBuffer **f) in av_fifo_freep()
71 void av_fifo_reset(AVFifoBuffer *f) in av_fifo_reset()
77 int av_fifo_size(const AVFifoBuffer *f) in av_fifo_size()
82 int av_fifo_space(const AVFifoBuffer *f) in av_fifo_space()
87 int av_fifo_realloc2(AVFifoBuffer *f, unsigned int new_size) in av_fifo_realloc2()
107 int av_fifo_grow(AVFifoBuffer *f, unsigned int size) in av_fifo_grow()
122 int av_fifo_generic_write(AVFifoBuffer *f, void *src, int size, in av_fifo_generic_write()
151 int av_fifo_generic_peek_at(AVFifoBuffer *f, void *dest, int offset, int buf_size, void (*func)(voi… in av_fifo_generic_peek_at()
189 int av_fifo_generic_peek(AVFifoBuffer *f, void *dest, int buf_size, in av_fifo_generic_peek()
213 int av_fifo_generic_read(AVFifoBuffer *f, void *dest, int buf_size, in av_fifo_generic_read()
233 void av_fifo_drain(AVFifoBuffer *f, int size) in av_fifo_drain()