FFmpeg
|
Video frame pool. More...
Data Fields | |
int | width |
int | height |
int | format |
int | align |
int | linesize [4] |
AVBufferPool * | pools [4] |
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.
int FFVideoFramePool::width |
Definition at line 31 of file framepool.c.
Referenced by ff_video_frame_pool_get(), ff_video_frame_pool_get_config(), and ff_video_frame_pool_init().
int FFVideoFramePool::height |
Definition at line 32 of file framepool.c.
Referenced by ff_video_frame_pool_get(), ff_video_frame_pool_get_config(), and ff_video_frame_pool_init().
int FFVideoFramePool::format |
Definition at line 33 of file framepool.c.
Referenced by ff_video_frame_pool_get(), ff_video_frame_pool_get_config(), and ff_video_frame_pool_init().
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().