FFmpeg
Loading...
Searching...
No Matches
Data Fields
AVRKMPPFramesContext Struct Reference

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.
 
AVRKMPPDRMFrameDescriptorframes
 The descriptors of all frames in the pool after creation.
 
int nb_frames
 

Detailed Description

RKMPP-specific data associated with a frame pool.

Allocated as AVHWFramesContext.hwctx.

Definition at line 122 of file hwcontext_rkmpp.h.

Field Documentation

◆ buf_group

MppBufferGroup AVRKMPPFramesContext::buf_group

MPP buffer group.

Definition at line 126 of file hwcontext_rkmpp.h.

◆ flags

int AVRKMPPFramesContext::flags

MPP buffer allocation flags at frames context level.

Definition at line 130 of file hwcontext_rkmpp.h.

◆ frames

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.

◆ nb_frames

int AVRKMPPFramesContext::nb_frames

Definition at line 138 of file hwcontext_rkmpp.h.


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