NVIDIA DRIVE 5.0 Linux SDK API Reference

5.0.10.3 Release

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

Detailed Description

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.

Collaboration diagram for NvMediaISPStatsFlickerBandSettingsV4:

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...
 

Field Documentation

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:

1 1 1 1 1 1 0 0 1 1 0 0
1 1 1 1 OR 1 1 0 0 OR 1 1 0 0
0 0 0 0 1 1 0 0 0 0 1 1
0 0 0 0 1 1 0 0 0 0 1 1

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.


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