NVIDIA DRIVE OS Linux SDK API Reference

6.0.5 Release
NvMediaEncodeDRCConfig Struct Reference

Detailed Description

Defines the resolution change parameters.

This is used if encoding resolution change on the fly.

Definition at line 60 of file nvmedia_iep_input_extradata.h.

Data Fields

uint16_t ulDRCWidth
 Holds the encode Width. More...
 
uint16_t ulDRCHeight
 Holds the encode Height. More...
 

Field Documentation

◆ ulDRCHeight

uint16_t NvMediaEncodeDRCConfig::ulDRCHeight

Holds the encode Height.

It will be used for DRC

Definition at line 65 of file nvmedia_iep_input_extradata.h.

◆ ulDRCWidth

uint16_t NvMediaEncodeDRCConfig::ulDRCWidth

Holds the encode Width.

It will be used for DRC

Definition at line 63 of file nvmedia_iep_input_extradata.h.


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