|  | NVIDIA DRIVE OS Linux SDK API Reference5.1.12.0 Release | 
Holds bad pixel statistics (BP Stats).
Definition at line 558 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... | |
| uint32_t NvMediaISPBadPixelStatsData::highInWin | 
Holds bad pixel count for pixels corrected upward within the window.
Definition at line 562 of file nvmedia_isp_stat.h.
| uint32_t NvMediaISPBadPixelStatsData::highMagInWin | 
Holds accumulated pixel adjustment for pixels corrected upward within the window.
Definition at line 571 of file nvmedia_isp_stat.h.
| uint32_t NvMediaISPBadPixelStatsData::highMagOutWin | 
Holds accumulated pixel adjustment for pixels corrected upward outside the window.
Definition at line 588 of file nvmedia_isp_stat.h.
| uint32_t NvMediaISPBadPixelStatsData::highOutWin | 
Holds bad pixel count for pixels corrected upward outside the window.
Definition at line 580 of file nvmedia_isp_stat.h.
| uint32_t NvMediaISPBadPixelStatsData::lowInWin | 
Holds bad pixel count for pixels corrected downward within the window.
Definition at line 566 of file nvmedia_isp_stat.h.
| uint32_t NvMediaISPBadPixelStatsData::lowMagInWin | 
Holds accumulated pixel adjustment for pixels corrected downward within the window.
Definition at line 576 of file nvmedia_isp_stat.h.
| uint32_t NvMediaISPBadPixelStatsData::lowMagOutWin | 
Holds accumulated pixel adjustment for pixels corrected downward outside the window.
Definition at line 593 of file nvmedia_isp_stat.h.
| uint32_t NvMediaISPBadPixelStatsData::lowOutWin | 
Holds bad pixel count for pixels corrected downward outside the window.
Definition at line 584 of file nvmedia_isp_stat.h.