![]() |
NVIDIA DRIVE 5.0 Linux SDK API Reference5.0.10.3 Release |
Holds stream data for Control Algorithm plugin input.
Definition at line 724 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 727 of file nvmedia_ipp.h.
NvMediaISPStatsFlickerBandMeasurement* NvMediaIPPPluginInputStreamData::flickerBandStats |
A pointer to flicker band statistics.
Definition at line 735 of file nvmedia_ipp.h.
NvMediaISPStatsFlickerBandMeasurementV5* NvMediaIPPPluginInputStreamData::flickerBandStats |
A pointer to flicker band statistics.
Definition at line 743 of file nvmedia_ipp.h.
NvMediaISPStatsHistogramMeasurement* NvMediaIPPPluginInputStreamData::histogramStats[2] |
A pointer to histogram statistics.
Definition at line 731 of file nvmedia_ipp.h.
NvMediaISPStatsHistogramMeasurementV5* NvMediaIPPPluginInputStreamData::histogramStats[2] |
A pointer to histogram statistics.
Definition at line 739 of file nvmedia_ipp.h.
NvMediaISPStatsLacMeasurementV4* NvMediaIPPPluginInputStreamData::lacStats[2] |
A pointer to LAC statistics.
Definition at line 733 of file nvmedia_ipp.h.
NvMediaISPStatsLacMeasurementV5* NvMediaIPPPluginInputStreamData::lacStats[2] |
A pointer to LAC statistics.
Definition at line 741 of file nvmedia_ipp.h.
struct { ... } NvMediaIPPPluginInputStreamData::v4 |
struct { ... } NvMediaIPPPluginInputStreamData::v5 |