![]() |
NVIDIA DRIVE 5.0 Linux SDK API Reference5.0.10.3 Release |
Holds the OR statistics measurement for ISP version 5.
Definition at line 1125 of file nvmedia_isp.h.
Data Fields | |
uint32_t | highInWin |
Bad pixel count for pixels corrected upwards within the window. More... | |
uint32_t | lowInWin |
Bad pixel count for pixels corrected downwards within the window. More... | |
uint32_t | highMagInWin |
Accumulatd pixel adjustment for pixels corrected upwards within the window. More... | |
uint32_t | lowMagInWin |
Accumulatd pixel adjustment for pixels corrected downwards within the window. More... | |
uint32_t | highOutWin |
Bad pixel count for pixels corrected upwards outside the window. More... | |
uint32_t | lowOutWin |
Bad pixel count for pixels corrected downwards outside the window. More... | |
uint32_t | highMagOutWin |
Accumulatd pixel adjustment for pixels corrected upwards outside the window. More... | |
uint32_t | lowMagOutWin |
Accumulatd pixel adjustment for pixels corrected downwards outside the window. More... | |
uint32_t NvMediaISPStatsORMeasurementV5::highInWin |
Bad pixel count for pixels corrected upwards within the window.
Definition at line 1128 of file nvmedia_isp.h.
uint32_t NvMediaISPStatsORMeasurementV5::highMagInWin |
Accumulatd pixel adjustment for pixels corrected upwards within the window.
Definition at line 1132 of file nvmedia_isp.h.
uint32_t NvMediaISPStatsORMeasurementV5::highMagOutWin |
Accumulatd pixel adjustment for pixels corrected upwards outside the window.
Definition at line 1140 of file nvmedia_isp.h.
uint32_t NvMediaISPStatsORMeasurementV5::highOutWin |
Bad pixel count for pixels corrected upwards outside the window.
Definition at line 1136 of file nvmedia_isp.h.
uint32_t NvMediaISPStatsORMeasurementV5::lowInWin |
Bad pixel count for pixels corrected downwards within the window.
Definition at line 1130 of file nvmedia_isp.h.
uint32_t NvMediaISPStatsORMeasurementV5::lowMagInWin |
Accumulatd pixel adjustment for pixels corrected downwards within the window.
Definition at line 1134 of file nvmedia_isp.h.
uint32_t NvMediaISPStatsORMeasurementV5::lowMagOutWin |
Accumulatd pixel adjustment for pixels corrected downwards outside the window.
Definition at line 1142 of file nvmedia_isp.h.
uint32_t NvMediaISPStatsORMeasurementV5::lowOutWin |
Bad pixel count for pixels corrected downwards outside the window.
Definition at line 1138 of file nvmedia_isp.h.