NVIDIA DRIVE OS Linux API Reference

5.1.0.2 Release

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

Detailed Description

Holds controls for ISP clip (Clip) block.

Definition at line 1064 of file nvmedia_isp.h.

Data Fields

NvMediaBool enable
 Holds boolean to enable clip block. More...
 
float_t min [NVM_ISP_MAX_COLOR_COMPONENT]
 Holds minimum clip value for each color component in RGGB/RCCB/RCCC component order for bayer data & RGB/YUV component order for RGB/YUV data. More...
 
float_t max [NVM_ISP_MAX_COLOR_COMPONENT]
 Holds maximum clip value for each color component in RGGB/RCCB/RCCC component order for bayer data & RGB/YUV component order for RGB/YUV data. More...
 

Field Documentation

NvMediaBool NvMediaISPClip::enable

Holds boolean to enable clip block.

Definition at line 1068 of file nvmedia_isp.h.

float_t NvMediaISPClip::max[NVM_ISP_MAX_COLOR_COMPONENT]

Holds maximum clip value for each color component in RGGB/RCCB/RCCC component order for bayer data & RGB/YUV component order for RGB/YUV data.

  • Supported values: [-0.125, 2.0], max >= min

Definition at line 1082 of file nvmedia_isp.h.

float_t NvMediaISPClip::min[NVM_ISP_MAX_COLOR_COMPONENT]

Holds minimum clip value for each color component in RGGB/RCCB/RCCC component order for bayer data & RGB/YUV component order for RGB/YUV data.

  • Supported values: [-0.125, 2.0]

Definition at line 1075 of file nvmedia_isp.h.


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