NVIDIA DRIVE OS Linux SDK API Reference

5.1.15.0 Release
For Test and Development only

Detailed Description

Holds bad pixel statistics (BP Stats).

Definition at line 562 of file nvmedia_isp_stat.h.

Data Fields

uint32_t highInWin
 Holds bad pixel count for pixels corrected upward within the window. More...
 
uint32_t lowInWin
 Holds bad pixel count for pixels corrected downward within the window. More...
 
uint32_t highMagInWin
 Holds accumulated pixel adjustment for pixels corrected upward within the window. More...
 
uint32_t lowMagInWin
 Holds accumulated pixel adjustment for pixels corrected downward within the window. More...
 
uint32_t highOutWin
 Holds bad pixel count for pixels corrected upward outside the window. More...
 
uint32_t lowOutWin
 Holds bad pixel count for pixels corrected downward outside the window. More...
 
uint32_t highMagOutWin
 Holds accumulated pixel adjustment for pixels corrected upward outside the window. More...
 
uint32_t lowMagOutWin
 Holds accumulated pixel adjustment for pixels corrected downward outside the window. More...
 

Field Documentation

◆ highInWin

uint32_t NvMediaISPBadPixelStatsData::highInWin

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

Definition at line 566 of file nvmedia_isp_stat.h.

◆ highMagInWin

uint32_t NvMediaISPBadPixelStatsData::highMagInWin

Holds accumulated pixel adjustment for pixels corrected upward within the window.

Definition at line 575 of file nvmedia_isp_stat.h.

◆ highMagOutWin

uint32_t NvMediaISPBadPixelStatsData::highMagOutWin

Holds accumulated pixel adjustment for pixels corrected upward outside the window.

Definition at line 592 of file nvmedia_isp_stat.h.

◆ highOutWin

uint32_t NvMediaISPBadPixelStatsData::highOutWin

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

Definition at line 584 of file nvmedia_isp_stat.h.

◆ lowInWin

uint32_t NvMediaISPBadPixelStatsData::lowInWin

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

Definition at line 570 of file nvmedia_isp_stat.h.

◆ lowMagInWin

uint32_t NvMediaISPBadPixelStatsData::lowMagInWin

Holds accumulated pixel adjustment for pixels corrected downward within the window.

Definition at line 580 of file nvmedia_isp_stat.h.

◆ lowMagOutWin

uint32_t NvMediaISPBadPixelStatsData::lowMagOutWin

Holds accumulated pixel adjustment for pixels corrected downward outside the window.

Definition at line 597 of file nvmedia_isp_stat.h.

◆ lowOutWin

uint32_t NvMediaISPBadPixelStatsData::lowOutWin

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

Definition at line 588 of file nvmedia_isp_stat.h.


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