FFmpeg 6.1.1
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.
 
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 83 of file hwcontext_rkmpp.h.

Field Documentation

◆ buf_group

MppBufferGroup AVRKMPPFramesContext::buf_group

MPP buffer group.

Definition at line 87 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 94 of file hwcontext_rkmpp.h.

◆ nb_frames

int AVRKMPPFramesContext::nb_frames

Definition at line 95 of file hwcontext_rkmpp.h.


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