FFmpeg
4.2.2
|
RKMPP-specific data associated with a frame pool. More...
#include <libavutil/hwcontext_rkmpp.h>
Data Fields | |
MppBufferGroup | buf_group |
MPP buffer group. More... | |
AVRKMPPDRMFrameDescriptor * | frames |
The descriptors of all frames in the pool after creation. More... | |
int | nb_frames |
RKMPP-specific data associated with a frame pool.
Allocated as AVHWFramesContext.hwctx.
Definition at line 83 of file hwcontext_rkmpp.h.
MppBufferGroup AVRKMPPFramesContext::buf_group |
MPP buffer group.
Definition at line 87 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 94 of file hwcontext_rkmpp.h.
int AVRKMPPFramesContext::nb_frames |
Definition at line 95 of file hwcontext_rkmpp.h.