NVIDIA DRIVE OS Linux SDK API Reference

5.1.15.2 Release
For Test and Development only

Detailed Description

Holds stream data for Control Algorithm plugin input.

Definition at line 768 of file nvmedia_ipp.h.

Data Fields

NvMediaBool enabled
 Specifies whether the statistics are enabled or not. More...
 
union {
   struct {
      NvMediaISPStatsHistogramMeasurement *   histogramStats [2]
 A pointer to histogram statistics. More...
 
      NvMediaISPStatsLacMeasurementV4 *   lacStats [2]
 A pointer to LAC statistics. More...
 
      NvMediaISPStatsFlickerBandMeasurement *   flickerBandStats
 A pointer to flicker band statistics. More...
 
   }   v4
 
   struct {
      NvMediaISPStatsHistogramMeasurementV5 *   histogramStats [2]
 A pointer to histogram statistics. More...
 
      NvMediaISPStatsLacMeasurementV5 *   lacStats [2]
 A pointer to LAC statistics. More...
 
      NvMediaISPStatsFlickerBandMeasurementV5 *   flickerBandStats
 A pointer to flicker band statistics. More...
 
   }   v5
 
}; 
 

Field Documentation

◆ @16

union { ... }

◆ enabled

NvMediaBool NvMediaIPPPluginInputStreamData::enabled

Specifies whether the statistics are enabled or not.

Definition at line 771 of file nvmedia_ipp.h.

◆ flickerBandStats [1/2]

NvMediaISPStatsFlickerBandMeasurement* NvMediaIPPPluginInputStreamData::flickerBandStats

A pointer to flicker band statistics.

Definition at line 779 of file nvmedia_ipp.h.

◆ flickerBandStats [2/2]

NvMediaISPStatsFlickerBandMeasurementV5* NvMediaIPPPluginInputStreamData::flickerBandStats

A pointer to flicker band statistics.

Definition at line 787 of file nvmedia_ipp.h.

◆ histogramStats [1/2]

NvMediaISPStatsHistogramMeasurement* NvMediaIPPPluginInputStreamData::histogramStats[2]

A pointer to histogram statistics.

Definition at line 775 of file nvmedia_ipp.h.

◆ histogramStats [2/2]

NvMediaISPStatsHistogramMeasurementV5* NvMediaIPPPluginInputStreamData::histogramStats[2]

A pointer to histogram statistics.

Definition at line 783 of file nvmedia_ipp.h.

◆ lacStats [1/2]

NvMediaISPStatsLacMeasurementV4* NvMediaIPPPluginInputStreamData::lacStats[2]

A pointer to LAC statistics.

Definition at line 777 of file nvmedia_ipp.h.

◆ lacStats [2/2]

NvMediaISPStatsLacMeasurementV5* NvMediaIPPPluginInputStreamData::lacStats[2]

A pointer to LAC statistics.

Definition at line 785 of file nvmedia_ipp.h.

◆ v4

struct { ... } NvMediaIPPPluginInputStreamData::v4

◆ v5

struct { ... } NvMediaIPPPluginInputStreamData::v5

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