VA-API
2.22.0
|
Defines a maximum frame size (in bits). More...
#include <va.h>
Public Attributes | |
va_deprecated VAEncMiscParameterType | type |
Type. Shall be set to VAEncMiscParameterTypeMaxFrameSize. More... | |
uint32_t | max_frame_size |
Maximum size of a frame (in bits). | |
uint32_t | va_reserved [VA_PADDING_LOW] |
Reserved bytes for future use, must be zero. | |
Defines a maximum frame size (in bits).
This misc parameter buffer defines the maximum size of a frame (in bits). The encoder will try to make sure that each frame does not exceed this size. Otherwise, if the frame size exceeds this size, the status
flag of VACodedBufferSegment will contain VA_CODED_BUF_STATUS_FRAME_SIZE_OVERFLOW.
va_deprecated VAEncMiscParameterType VAEncMiscParameterBufferMaxFrameSize::type |
Type. Shall be set to VAEncMiscParameterTypeMaxFrameSize.
duplicated with VAEncMiscParameterBuffer, should be deprecated