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

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.
 

Detailed Description

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.

Member Data Documentation

◆ type

va_deprecated VAEncMiscParameterType VAEncMiscParameterBufferMaxFrameSize::type

Type. Shall be set to VAEncMiscParameterTypeMaxFrameSize.

duplicated with VAEncMiscParameterBuffer, should be deprecated


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