Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
Dasync.c185 int fifo_space, to_copy; in async_buffer_task() local
214 fifo_space = ring_space(ring); in async_buffer_task()
215 if (c->io_eof_reached || fifo_space <= 0) { in async_buffer_task()
223 to_copy = FFMIN(4096, fifo_space); in async_buffer_task()