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

Attribute value for VAConfigAttribEncParallelRateControl. More...

#include <va.h>

Public Attributes

uint32_t num_layers
 
uint32_t * num_b_in_gop
 

Detailed Description

Attribute value for VAConfigAttribEncParallelRateControl.

Member Data Documentation

◆ num_b_in_gop

uint32_t* VAEncMiscParameterParallelRateControl::num_b_in_gop

brief Number of B frames per layer per GOP.

it should be allocated by application, and the is num_layers. num_b_in_gop[0] is the number of regular B which refers to only I or P frames.

◆ num_layers

uint32_t VAEncMiscParameterParallelRateControl::num_layers

brief Number of layers


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