FFmpeg
|
#include <internal.h>
Data Fields | |
AVFilterBufferRef * | pic [POOL_SIZE] |
int | count |
int | refcount |
int | draining |
Definition at line 33 of file internal.h.
AVFilterBufferRef* AVFilterPool::pic[POOL_SIZE] |
Definition at line 34 of file internal.h.
Referenced by ff_default_get_video_buffer(), ff_free_pool(), and store_in_pool().
int AVFilterPool::count |
Definition at line 35 of file internal.h.
Referenced by ff_default_get_video_buffer(), ff_free_pool(), and store_in_pool().
int AVFilterPool::refcount |
Definition at line 36 of file internal.h.
Referenced by ff_default_get_video_buffer(), ff_free_pool(), and store_in_pool().
int AVFilterPool::draining |
Definition at line 37 of file internal.h.
Referenced by ff_free_pool(), and store_in_pool().