VA-API
2.22.0
|
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. | |
VP8 Encoding Sequence Parameter Buffer Structure.
This structure conveys sequence level parameters.
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.