| FFmpeg
    | 
#include <buffer_internal.h>
| Data Fields | |
| uint8_t * | data | 
| void * | opaque | 
| void(* | free )(void *opaque, uint8_t *data) | 
| AVBufferPool * | pool | 
| struct BufferPoolEntry * | next | 
| AVBuffer | buffer | 
Definition at line 69 of file buffer_internal.h.
| uint8_t* BufferPoolEntry::data | 
Definition at line 70 of file buffer_internal.h.
Referenced by av_buffer_pool_get(), buffer_pool_flush(), pool_alloc_buffer(), and pool_release_buffer().
| void* BufferPoolEntry::opaque | 
Definition at line 76 of file buffer_internal.h.
Referenced by av_buffer_pool_buffer_get_opaque(), buffer_pool_flush(), and pool_alloc_buffer().
Definition at line 77 of file buffer_internal.h.
Referenced by buffer_pool_flush(), and pool_alloc_buffer().
| AVBufferPool* BufferPoolEntry::pool | 
Definition at line 79 of file buffer_internal.h.
Referenced by pool_alloc_buffer(), and pool_release_buffer().
| struct BufferPoolEntry* BufferPoolEntry::next | 
Definition at line 80 of file buffer_internal.h.
Referenced by av_buffer_pool_get(), buffer_pool_flush(), and pool_release_buffer().
| AVBuffer BufferPoolEntry::buffer | 
Definition at line 86 of file buffer_internal.h.
Referenced by av_buffer_pool_get().
 1.8.17
 1.8.17