FFmpeg
|
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... | |
Decoded Picture Buffer (DPB).
Definition at line 82 of file vaapi_h264.c.
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().
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().
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().