NVIDIA DRIVE OS Linux API Reference

5.1.0.2 Release

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

Detailed Description

Holds bad pixel statistics (BP Stats) data.

Definition at line 1706 of file nvmedia_isp.h.

Data Fields

uint32_t highInWin
 Holds bad pixel count for pixels corrected upwards within the window. More...
 
uint32_t lowInWin
 Holds bad pixel count for pixels corrected downwards within the window. More...
 
uint32_t highMagInWin
 Holds accumulatd pixel adjustment for pixels corrected upwards within the window. More...
 
uint32_t lowMagInWin
 Hols accumulatd pixel adjustment for pixels corrected downwards within the window. More...
 
uint32_t highOutWin
 Holds bad pixel count for pixels corrected upwards outside the window. More...
 
uint32_t lowOutWin
 Holds bad pixel count for pixels corrected downwards outside the window. More...
 
uint32_t highMagOutWin
 Holds accumulatd pixel adjustment for pixels corrected upwards outside the window. More...
 
uint32_t lowMagOutWin
 Holds accumulatd pixel adjustment for pixels corrected downwards outside the window. More...
 

Field Documentation

uint32_t NvMediaISPBadPixelStatsData::highInWin

Holds bad pixel count for pixels corrected upwards within the window.

Definition at line 1710 of file nvmedia_isp.h.

uint32_t NvMediaISPBadPixelStatsData::highMagInWin

Holds accumulatd pixel adjustment for pixels corrected upwards within the window.

Definition at line 1719 of file nvmedia_isp.h.

uint32_t NvMediaISPBadPixelStatsData::highMagOutWin

Holds accumulatd pixel adjustment for pixels corrected upwards outside the window.

Definition at line 1736 of file nvmedia_isp.h.

uint32_t NvMediaISPBadPixelStatsData::highOutWin

Holds bad pixel count for pixels corrected upwards outside the window.

Definition at line 1728 of file nvmedia_isp.h.

uint32_t NvMediaISPBadPixelStatsData::lowInWin

Holds bad pixel count for pixels corrected downwards within the window.

Definition at line 1714 of file nvmedia_isp.h.

uint32_t NvMediaISPBadPixelStatsData::lowMagInWin

Hols accumulatd pixel adjustment for pixels corrected downwards within the window.

Definition at line 1724 of file nvmedia_isp.h.

uint32_t NvMediaISPBadPixelStatsData::lowMagOutWin

Holds accumulatd pixel adjustment for pixels corrected downwards outside the window.

Definition at line 1741 of file nvmedia_isp.h.

uint32_t NvMediaISPBadPixelStatsData::lowOutWin

Holds bad pixel count for pixels corrected downwards outside the window.

Definition at line 1732 of file nvmedia_isp.h.


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