![]() |
NVIDIA DRIVE OS Linux SDK API Reference5.1.6.0 Release |
Holds the sensor companding piecewise linear (PWL) structure.
Definition at line 1257 of file nvmedia_isc.h.
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... | |
NvMediaPointDouble NvMediaISCPWL::kneePoints[NVMEDIA_ISC_MAX_PWL_KNEEPOINTS] |
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.