NVIDIA DRIVE OS Linux SDK API Reference

5.1.15.0 Release
For Test and Development only
NvMediaLDCInitParams Struct Reference

Detailed Description

Holds the NvMedia LDC initialization paramters.

Definition at line 502 of file nvmedia_ldc.h.

Collaboration diagram for NvMediaLDCInitParams:

Data Fields

NvMediaLDCMode ldcMode
 Holds the LDC mode. More...
 
NvMediaGeoTransParams geoTransParams
 Holds geometric transform initialization paramters. More...
 
NvMediaTNR3Params tnr3Params
 Holds TNR3 initialization parameters. More...
 
NvMediaTNR2Params tnr2Params
 Holds TNR2 initialization paramters. More...
 
NvMediaSurfaceType srcSurfaceType
 Holds source format type for LDC or TNR operation. More...
 

Field Documentation

◆ geoTransParams

NvMediaGeoTransParams NvMediaLDCInitParams::geoTransParams

Holds geometric transform initialization paramters.

Must be set when ldcMode is NVMEDIA_LDC_MODE_GEOTRANS or NVMEDIA_LDC_MODE_GEOTRANS_TNR3.

Definition at line 510 of file nvmedia_ldc.h.

◆ ldcMode

NvMediaLDCMode NvMediaLDCInitParams::ldcMode

Holds the LDC mode.

Definition at line 504 of file nvmedia_ldc.h.

◆ srcSurfaceType

NvMediaSurfaceType NvMediaLDCInitParams::srcSurfaceType

Holds source format type for LDC or TNR operation.

Must be set.

Definition at line 525 of file nvmedia_ldc.h.

◆ tnr2Params

NvMediaTNR2Params NvMediaLDCInitParams::tnr2Params

Holds TNR2 initialization paramters.

Must be set when ldcMode is NVMEDIA_LDC_MODE_TNR2.

Definition at line 522 of file nvmedia_ldc.h.

◆ tnr3Params

NvMediaTNR3Params NvMediaLDCInitParams::tnr3Params

Holds TNR3 initialization parameters.

Must be set when ldcMode is NVMEDIA_LDC_MODE_TNR3 or NVMEDIA_LDC_MODE_GEOTRANS_TNR3.

Definition at line 516 of file nvmedia_ldc.h.


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