NVIDIA DRIVE OS Linux SDK API Reference

5.1.12.0 Release

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

Detailed Description

Holds stream data for Control Algorithm plugin input.

Definition at line 758 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

union { ... }
NvMediaBool NvMediaIPPPluginInputStreamData::enabled

Specifies whether the statistics are enabled or not.

Definition at line 761 of file nvmedia_ipp.h.

NvMediaISPStatsFlickerBandMeasurement* NvMediaIPPPluginInputStreamData::flickerBandStats

A pointer to flicker band statistics.

Definition at line 769 of file nvmedia_ipp.h.

NvMediaISPStatsFlickerBandMeasurementV5* NvMediaIPPPluginInputStreamData::flickerBandStats

A pointer to flicker band statistics.

Definition at line 777 of file nvmedia_ipp.h.

NvMediaISPStatsHistogramMeasurement* NvMediaIPPPluginInputStreamData::histogramStats[2]

A pointer to histogram statistics.

Definition at line 765 of file nvmedia_ipp.h.

NvMediaISPStatsHistogramMeasurementV5* NvMediaIPPPluginInputStreamData::histogramStats[2]

A pointer to histogram statistics.

Definition at line 773 of file nvmedia_ipp.h.

NvMediaISPStatsLacMeasurementV4* NvMediaIPPPluginInputStreamData::lacStats[2]

A pointer to LAC statistics.

Definition at line 767 of file nvmedia_ipp.h.

NvMediaISPStatsLacMeasurementV5* NvMediaIPPPluginInputStreamData::lacStats[2]

A pointer to LAC statistics.

Definition at line 775 of file nvmedia_ipp.h.

struct { ... } NvMediaIPPPluginInputStreamData::v4
struct { ... } NvMediaIPPPluginInputStreamData::v5

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