![]() |
NVIDIA DRIVE OS Linux SDK API Reference5.1.6.0 Release |
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 | |
}; | |
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 |