NVIDIA DRIVE OS Linux API Reference

5.1.6.1 Release
For Test and Development only

 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
NvMediaISCPWL Struct Reference

Detailed Description

Holds the sensor companding piecewise linear (PWL) structure.

Definition at line 1257 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

Holds the values of active PWL knee points.

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

Definition at line 1273 of file nvmedia_isc.h.

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 1267 of file nvmedia_isc.h.

NvMediaBool NvMediaISCPWL::pwlValid

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

Definition at line 1261 of file nvmedia_isc.h.


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