Libav
Data Fields
FramePool Struct Reference

#include <internal.h>

Data Fields

AVBufferPoolpools [4]
 Pools for each data plane. More...
 
int format
 
int width
 
int height
 
int stride_align [AV_NUM_DATA_POINTERS]
 
int linesize [4]
 
int planes
 
int channels
 
int samples
 

Detailed Description

Definition at line 78 of file internal.h.

Field Documentation

◆ pools

AVBufferPool* FramePool::pools[4]

Pools for each data plane.

For audio all the planes have the same size, so only pools[0] is used.

Definition at line 83 of file internal.h.

Referenced by audio_get_buffer(), avcodec_close(), update_frame_pool(), and video_get_buffer().

◆ format

int FramePool::format

Definition at line 88 of file internal.h.

Referenced by update_frame_pool().

◆ width

int FramePool::width

Definition at line 89 of file internal.h.

Referenced by ff_samples_to_time_base(), and update_frame_pool().

◆ height

int FramePool::height

Definition at line 89 of file internal.h.

Referenced by ff_samples_to_time_base(), and update_frame_pool().

◆ stride_align

int FramePool::stride_align[AV_NUM_DATA_POINTERS]

Definition at line 90 of file internal.h.

Referenced by update_frame_pool().

◆ linesize

int FramePool::linesize[4]

Definition at line 91 of file internal.h.

Referenced by audio_get_buffer(), update_frame_pool(), and video_get_buffer().

◆ planes

int FramePool::planes

Definition at line 92 of file internal.h.

Referenced by audio_get_buffer(), and update_frame_pool().

◆ channels

int FramePool::channels

Definition at line 93 of file internal.h.

Referenced by update_frame_pool().

◆ samples

int FramePool::samples

Definition at line 94 of file internal.h.

Referenced by update_frame_pool().


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