|
FFmpeg
|
RKMPP-specific data associated with a frame pool. More...
#include <libavutil/hwcontext_rkmpp.h>
Data Fields | |
| MppBufferGroup | buf_group |
| MPP buffer group. | |
| int | flags |
| MPP buffer allocation flags at frames context level. | |
| AVRKMPPDRMFrameDescriptor * | frames |
| The descriptors of all frames in the pool after creation. | |
| int | nb_frames |
RKMPP-specific data associated with a frame pool.
Allocated as AVHWFramesContext.hwctx.
Definition at line 122 of file hwcontext_rkmpp.h.
| MppBufferGroup AVRKMPPFramesContext::buf_group |
MPP buffer group.
Definition at line 126 of file hwcontext_rkmpp.h.
| int AVRKMPPFramesContext::flags |
MPP buffer allocation flags at frames context level.
Definition at line 130 of file hwcontext_rkmpp.h.
| AVRKMPPDRMFrameDescriptor* AVRKMPPFramesContext::frames |
The descriptors of all frames in the pool after creation.
Only valid if AVHWFramesContext.initial_pool_size was positive. These are intended to be used as the buffer of RKMPP decoder.
Definition at line 137 of file hwcontext_rkmpp.h.
| int AVRKMPPFramesContext::nb_frames |
Definition at line 138 of file hwcontext_rkmpp.h.