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... | |
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.
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.
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.
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.
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.
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.
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.
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.