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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavutil/
H A Dbuffer_internal.h60 typedef struct BufferPoolEntry { struct
71 struct BufferPoolEntry * volatile next;
72 } BufferPoolEntry; typedef in typeref:struct:BufferPoolEntry
75 BufferPoolEntry * volatile pool;
H A Dbuffer.c227 BufferPoolEntry *buf = pool->pool;
250 static BufferPoolEntry *get_pool(AVBufferPool *pool)
252 BufferPoolEntry *cur = *(void * volatile *)&pool->pool, *last = NULL;
264 static void add_to_pool(BufferPoolEntry *buf)
267 BufferPoolEntry *cur, *end = buf;
287 BufferPoolEntry *buf = opaque;
302 BufferPoolEntry *buf;
332 BufferPoolEntry *buf;

Completed in 58 milliseconds