struct _VAEncPictureParameterBufferMPEG2

Defined at line 189 of file ../../third_party/intel/libva/va/va_enc_mpeg2.h

Picture parameter for MPEG-2 encoding

This structure holds information for picture_header() and

picture_coding_extension()

If packed picture headers mode is used, i.e. if the encoding

pipeline was configured with the #VA_ENC_PACKED_HEADER_PICTURE

flag, then the driver expects two more buffers to be provided to

the same

as this buffer:

- a #VAEncPackedHeaderParameterBuffer with type set to

VAEncPackedHeaderType::VAEncPackedHeaderPicture ;

- a #VAEncPackedHeaderDataBuffer which holds the actual packed

header data.

Public Members

VASurfaceID forward_reference_picture
VASurfaceID backward_reference_picture
VASurfaceID reconstructed_picture
VABufferID coded_buf
uint8_t last_picture
 picture_type
uint32_t temporal_reference
uint32_t vbv_delay
uint8_t[2][2] f_code
 picture_coding_extension
 composite_display
uint32_t[4] va_reserved

Records