NVIDIA DRIVE OS Linux API Reference

5.1.0.2 Release

 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
NvMediaISPHistogramStatsData Struct Reference

Detailed Description

Holds histogram statistics (HIST Stats) data.

Definition at line 1575 of file nvmedia_isp.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 number of pixels excluded by the elliptical mask for each color component. More...
 

Field Documentation

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 1579 of file nvmedia_isp.h.

uint32_t NvMediaISPHistogramStatsData::excludedCount[NVM_ISP_MAX_COLOR_COMPONENT]

Holds number of pixels excluded by the elliptical mask for each color component.

Definition at line 1584 of file nvmedia_isp.h.


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