Holds histogram statistics (HIST Stats).
Definition at line 483 of file nvmedia_isp_stat.h.
Data Fields | |
uint32_t | data [NVM_ISP_HIST_BINS][NVM_ISP_MAX_COLOR_COMPONENT] |
Holds histogram data for each color component in RGGB/RCCB/RCCC order. More... | |
uint32_t | excludedCount [NVM_ISP_MAX_COLOR_COMPONENT] |
Holds the number of pixels excluded by the elliptical mask for each color component. More... | |
uint32_t NvMediaISPHistogramStatsData::data[NVM_ISP_HIST_BINS][NVM_ISP_MAX_COLOR_COMPONENT] |
Holds histogram data for each color component in RGGB/RCCB/RCCC order.
Definition at line 487 of file nvmedia_isp_stat.h.
uint32_t NvMediaISPHistogramStatsData::excludedCount[NVM_ISP_MAX_COLOR_COMPONENT] |
Holds the number of pixels excluded by the elliptical mask for each color component.
Definition at line 492 of file nvmedia_isp_stat.h.