FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
FFVideoFramePool Struct Reference

Video frame pool. More...

Data Fields

int width
 
int height
 
int format
 
int align
 
int linesize [4]
 
AVBufferPoolpools [4]
 

Detailed Description

Video frame pool.

This structure is opaque and not meant to be accessed directly. It is allocated with ff_video_frame_pool_init() and freed with ff_video_frame_pool_uninit().

Definition at line 29 of file framepool.c.

Field Documentation

int FFVideoFramePool::width
int FFVideoFramePool::height
int FFVideoFramePool::format
int FFVideoFramePool::align

Definition at line 34 of file framepool.c.

Referenced by ff_video_frame_pool_get_config(), and ff_video_frame_pool_init().

int FFVideoFramePool::linesize[4]

Definition at line 35 of file framepool.c.

Referenced by ff_video_frame_pool_get(), and ff_video_frame_pool_init().

AVBufferPool* FFVideoFramePool::pools[4]

Definition at line 36 of file framepool.c.

Referenced by ff_video_frame_pool_get(), and ff_video_frame_pool_init().


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