FFmpeg
Data Fields
DPB Struct Reference

Decoded Picture Buffer (DPB). More...

Data Fields

int size
 Current number of reference frames in the DPB. More...
 
int max_size
 Max number of reference frames. This is FF_ARRAY_ELEMS(VAPictureParameterBufferH264.ReferenceFrames) More...
 
VAPictureH264 * va_pics
 Pointer to VAPictureParameterBufferH264.ReferenceFrames array. More...
 

Detailed Description

Decoded Picture Buffer (DPB).

Definition at line 82 of file vaapi_h264.c.

Field Documentation

◆ size

int DPB::size

Current number of reference frames in the DPB.

Definition at line 83 of file vaapi_h264.c.

Referenced by dpb_add(), and fill_vaapi_ReferenceFrames().

◆ max_size

int DPB::max_size

Max number of reference frames. This is FF_ARRAY_ELEMS(VAPictureParameterBufferH264.ReferenceFrames)

Definition at line 84 of file vaapi_h264.c.

Referenced by dpb_add(), and fill_vaapi_ReferenceFrames().

◆ va_pics

VAPictureH264* DPB::va_pics

Pointer to VAPictureParameterBufferH264.ReferenceFrames array.

Definition at line 85 of file vaapi_h264.c.

Referenced by dpb_add(), and fill_vaapi_ReferenceFrames().


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