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

Encoding quality level. More...

#include <va.h>

Public Attributes

uint32_t quality_level
 Encoding quality level setting. When set to 0, default quality level is used.
 
uint32_t va_reserved [VA_PADDING_LOW]
 Reserved bytes for future use, must be zero.
 

Detailed Description

Encoding quality level.

The encoding quality could be set through this structure, if the implementation supports multiple quality levels. The quality level set through this structure is persistent over the entire coded sequence, or until a new structure is being sent. The quality level range can be queried through the VAConfigAttribEncQualityRange attribute. A lower value means higher quality, and a value of 1 represents the highest quality. The quality level setting is used as a trade-off between quality and speed/power consumption, with higher quality corresponds to lower speed and higher power consumption.


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