Searched refs:task_fifo (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dframe_thread_encoder.c52 AVFifoBuffer *task_fifo; member in struct:__anon3141
82 while (av_fifo_size(c->task_fifo) <= 0 || c->exit) {
89 av_fifo_generic_read(c->task_fifo, &task, sizeof(task), NULL);
171 c->task_fifo = av_fifo_alloc_array(BUFFER_SIZE, sizeof(Task));
172 if(!c->task_fifo)
237 av_fifo_freep(&c->task_fifo);
269 av_fifo_generic_write(c->task_fifo, &task, sizeof(task), NULL);

Completed in 107 milliseconds