NVIDIA DRIVE OS Linux SDK API Reference

5.1.15.2 Release
For Test and Development only

Detailed Description

Holds the sensor companding piecewise linear (PWL) structure.

Definition at line 1085 of file nvmedia_isc.h.

Collaboration diagram for NvMediaISCPWL:

Data Fields

NvMediaBool pwlValid
 Holds a flag which enables or disables the sensor PWL block. More...
 
uint8_t numKneePoints
 Holds the number of active PWL knee points. More...
 
NvMediaPointDouble kneePoints [NVMEDIA_ISC_MAX_PWL_KNEEPOINTS]
 Holds the values of active PWL knee points. More...
 

Field Documentation

◆ kneePoints

Holds the values of active PWL knee points.

Array indexes must be in the range [0, (numKneePoints-1)].

Definition at line 1101 of file nvmedia_isc.h.

◆ numKneePoints

uint8_t NvMediaISCPWL::numKneePoints

Holds the number of active PWL knee points.

Must be in the range [1, NVMEDIA_ISC_MAX_PWL_KNEEPOINTS].

Definition at line 1095 of file nvmedia_isc.h.

◆ pwlValid

NvMediaBool NvMediaISCPWL::pwlValid

Holds a flag which enables or disables the sensor PWL block.

Definition at line 1089 of file nvmedia_isc.h.


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