![]() |
NVIDIA DRIVE 5.0 Linux SDK API Reference5.0.10.3 Release |
Holds the flicker band settings for ISP version 4.
The flicker band module computes the average brightness of a number of samples of the image.
Definition at line 529 of file nvmedia_isp.h.
Data Fields | |
NvMediaBool | enable |
Holds a Boolean that enables flicker band statistics. More... | |
NvMediaISPStatsWindows | windows |
Holds the Windows for the flicker band calculation. More... | |
NvMediaISPColorChannel | colorChannel |
Holds the color channel used for flicker band calculation. More... | |
unsigned char | hdrSampleMap [NVMEDIA_ISP_HDR_SAMPLE_MAP_NUM] |
Holds the HDR interleave pattern For example: More... | |
NvMediaISPHdrMode | hdrMode |
Holds the HDR mode. More... | |
NvMediaISPColorChannel NvMediaISPStatsFlickerBandSettingsV4::colorChannel |
Holds the color channel used for flicker band calculation.
For the YUV color format, selecting Channel Y or Luminance does the same thing in the hardware.
Definition at line 545 of file nvmedia_isp.h.
NvMediaBool NvMediaISPStatsFlickerBandSettingsV4::enable |
Holds a Boolean that enables flicker band statistics.
Definition at line 532 of file nvmedia_isp.h.
NvMediaISPHdrMode NvMediaISPStatsFlickerBandSettingsV4::hdrMode |
Holds the HDR mode.
Definition at line 562 of file nvmedia_isp.h.
unsigned char NvMediaISPStatsFlickerBandSettingsV4::hdrSampleMap[NVMEDIA_ISP_HDR_SAMPLE_MAP_NUM] |
Holds the HDR interleave pattern For example:
Definition at line 557 of file nvmedia_isp.h.
NvMediaISPStatsWindows NvMediaISPStatsFlickerBandSettingsV4::windows |
Holds the Windows for the flicker band calculation.
The number of horizontal windows must be 1. The height of each window may be rounded due to HW limitation.
Definition at line 539 of file nvmedia_isp.h.