FFmpeg
Data Fields
BufferPoolEntry Struct Reference

#include <buffer_internal.h>

Data Fields

uint8_tdata
 
void * opaque
 
void(* free )(void *opaque, uint8_t *data)
 
AVBufferPoolpool
 
struct BufferPoolEntrynext
 

Detailed Description

Definition at line 64 of file buffer_internal.h.

Field Documentation

◆ data

uint8_t* BufferPoolEntry::data

◆ opaque

void* BufferPoolEntry::opaque

◆ free

void(* BufferPoolEntry::free) (void *opaque, uint8_t *data)

Definition at line 72 of file buffer_internal.h.

Referenced by buffer_pool_flush(), and pool_alloc_buffer().

◆ pool

AVBufferPool* BufferPoolEntry::pool

Definition at line 74 of file buffer_internal.h.

Referenced by pool_alloc_buffer(), and pool_release_buffer().

◆ next

struct BufferPoolEntry* BufferPoolEntry::next

Definition at line 75 of file buffer_internal.h.

Referenced by av_buffer_pool_get(), buffer_pool_flush(), and pool_release_buffer().


The documentation for this struct was generated from the following file: