NVIDIA DRIVE OS Linux SDK API Reference

5.2.6 Release
For Test and Development only
nvsipl::SiplControlIspStatsInfo Struct Reference

Detailed Description

Structure containing ISP Stats information.

Definition at line 163 of file NvSIPLControlAutoDef.hpp.

Collaboration diagram for nvsipl::SiplControlIspStatsInfo:

Data Fields

const NvMediaISPLocalAvgClipStatsDatalacData [2]
 Holds const pointers to 2 LAC stats data, defined in nvmedia_isp_stat.h. More...
 
const NvMediaISPLocalAvgClipStatslacSettings [2]
 Holds const pointers to 2 LAC stats settings, defined in nvmedia_isp_stat.h. More...
 
const NvMediaISPHistogramStatsDatahistData [2]
 Holds const pointers to 2 Histogram stats data, defined in nvmedia_isp_stat.h. More...
 
const NvMediaISPHistogramStatshistSettings [2]
 Holds const pointers to 2 Histogram stats settings, defined in nvmedia_isp_stat.h. More...
 
const NvMediaISPFlickerBandStatsDatafbStatsData
 Holds const pointer to Flicker Band stats data, defined in nvmedia_isp_stat.h. More...
 
const NvMediaISPFlickerBandStatsfbStatsSettings
 Holds const pointer to Flicker Band stats settings, defined in nvmedia_isp_stat.h. More...
 

Field Documentation

◆ fbStatsData

const NvMediaISPFlickerBandStatsData* nvsipl::SiplControlIspStatsInfo::fbStatsData

Holds const pointer to Flicker Band stats data, defined in nvmedia_isp_stat.h.

  • Supported values for bandCount: [1, 256]
  • Supported values for luminance: [0.0, 1.0]

Definition at line 193 of file NvSIPLControlAutoDef.hpp.

◆ fbStatsSettings

const NvMediaISPFlickerBandStats* nvsipl::SiplControlIspStatsInfo::fbStatsSettings

Holds const pointer to Flicker Band stats settings, defined in nvmedia_isp_stat.h.

Definition at line 197 of file NvSIPLControlAutoDef.hpp.

◆ histData

const NvMediaISPHistogramStatsData* nvsipl::SiplControlIspStatsInfo::histData[2]

Holds const pointers to 2 Histogram stats data, defined in nvmedia_isp_stat.h.

  • Supported values for data: [0, number of pixels per color component in the ROI defined in histSettings variable].
  • Supported values for excludedCount: [0, number of pixels per color component in the ROI defined in histSettings variable].

Definition at line 183 of file NvSIPLControlAutoDef.hpp.

◆ histSettings

const NvMediaISPHistogramStats* nvsipl::SiplControlIspStatsInfo::histSettings[2]

Holds const pointers to 2 Histogram stats settings, defined in nvmedia_isp_stat.h.

Definition at line 187 of file NvSIPLControlAutoDef.hpp.

◆ lacData

const NvMediaISPLocalAvgClipStatsData* nvsipl::SiplControlIspStatsInfo::lacData[2]

Holds const pointers to 2 LAC stats data, defined in nvmedia_isp_stat.h.

  • Supported values for numWindowsH: [1, 32]
  • Supported values for numWindowsV: [1, 32]
  • Supported values for average: [0.0, 1.0]
  • Supported values for maskedOffCount: [0, M]
  • Supported values for clippedCount: [0, M] M is the number of pixels per color component in the window.

Definition at line 173 of file NvSIPLControlAutoDef.hpp.

◆ lacSettings

const NvMediaISPLocalAvgClipStats* nvsipl::SiplControlIspStatsInfo::lacSettings[2]

Holds const pointers to 2 LAC stats settings, defined in nvmedia_isp_stat.h.

Definition at line 177 of file NvSIPLControlAutoDef.hpp.


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