FFmpeg
|
#include <internal.h>
Data Fields | |
AVBufferPool * | pools [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 37 of file libavcodec/internal.h.
Field Documentation
int FramePool::channels |
Definition at line 52 of file libavcodec/internal.h.
Referenced by update_frame_pool().
int FramePool::format |
Definition at line 47 of file libavcodec/internal.h.
Referenced by 7digital-python.lockerEndpoint.DownloadUrls::__init__(), and update_frame_pool().
int FramePool::height |
Definition at line 48 of file libavcodec/internal.h.
Referenced by update_frame_pool().
int FramePool::linesize[4] |
Definition at line 50 of file libavcodec/internal.h.
Referenced by audio_get_buffer(), update_frame_pool(), and video_get_buffer().
int FramePool::planes |
Definition at line 51 of file libavcodec/internal.h.
Referenced by audio_get_buffer(), and update_frame_pool().
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 42 of file libavcodec/internal.h.
Referenced by audio_get_buffer(), avcodec_close(), update_frame_pool(), and video_get_buffer().
int FramePool::samples |
Definition at line 53 of file libavcodec/internal.h.
Referenced by update_frame_pool().
int FramePool::stride_align[AV_NUM_DATA_POINTERS] |
Definition at line 49 of file libavcodec/internal.h.
Referenced by update_frame_pool(), and video_get_buffer().
int FramePool::width |
Definition at line 48 of file libavcodec/internal.h.
Referenced by update_frame_pool().
The documentation for this struct was generated from the following file:
Generated on Mon Nov 18 2024 06:52:11 for FFmpeg by 1.8.11