Home
last modified time | relevance | path

Searched refs:fifo_alloc_common (Results 1 – 1 of 1) sorted by relevance

/third_party/ffmpeg/libavutil/
Dfifo.c27 static AVFifoBuffer *fifo_alloc_common(void *buffer, size_t size) in fifo_alloc_common() function
46 return fifo_alloc_common(buffer, size); in av_fifo_alloc()
52 return fifo_alloc_common(buffer, nmemb * size); in av_fifo_alloc_array()