VA-API  2.19.0
Public Attributes | List of all members
VAEncSequenceParameterBufferVP8 Struct Reference

VP8 Encoding Sequence Parameter Buffer Structure. More...

#include <va_enc_vp8.h>

Public Attributes

uint32_t bits_per_second
 
uint32_t va_reserved [VA_PADDING_LOW]
 Reserved bytes for future use, must be zero.
 

Detailed Description

VP8 Encoding Sequence Parameter Buffer Structure.

This structure conveys sequence level parameters.

Member Data Documentation

◆ bits_per_second

uint32_t VAEncSequenceParameterBufferVP8::bits_per_second

Initial bitrate set for this sequence in CBR or VBR modes.

This field represents the initial bitrate value for this sequence if CBR or VBR mode is used, i.e. if the encoder pipeline was created with a #VAConfigAttribRateControl attribute set to either VA_RC_CBR or VA_RC_VBR.

The bitrate can be modified later on through VAEncMiscParameterRateControl buffers.


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