NVIDIA DRIVE OS Linux SDK API Reference

5.2.3 Release
For Test and Development only
nvsipl::NvSIPLDownscaleCropCfg Struct Reference

Detailed Description

Downscale and crop configuration.

Definition at line 263 of file NvSIPLPipelineMgr.hpp.

Collaboration diagram for nvsipl::NvSIPLDownscaleCropCfg:

Data Fields

bool ispInputCropEnable {false}
 Indicates if ISP input crop is enabled. More...
 
NvMediaRect ispInputCrop
 ISP input crop rectangle. More...
 
bool isp0OutputCropEnable {false}
 Indicates if ISP0 output crop is enabled. More...
 
NvMediaRect isp0OutputCrop
 ISP0 output crop rectangle. More...
 
bool isp1OutputCropEnable {false}
 Indicates if ISP1 output crop is enabled. More...
 
NvMediaRect isp1OutputCrop
 ISP1 output crop rectangle. More...
 
bool isp0DownscaleEnable {false}
 Indicates if ISP0 downscale is enabled. More...
 
uint32_t isp0DownscaleWidth
 ISP0 downscale width. More...
 
uint32_t isp0DownscaleHeight
 ISP0 downscale height. More...
 
bool isp1DownscaleEnable {false}
 Indicates if ISP1 downscale is enabled. More...
 
uint32_t isp1DownscaleWidth
 ISP1 downscale width. More...
 
uint32_t isp1DownscaleHeight
 ISP1 downscale height. More...
 

Field Documentation

◆ isp0DownscaleEnable

bool nvsipl::NvSIPLDownscaleCropCfg::isp0DownscaleEnable {false}

Indicates if ISP0 downscale is enabled.

Definition at line 281 of file NvSIPLPipelineMgr.hpp.

◆ isp0DownscaleHeight

uint32_t nvsipl::NvSIPLDownscaleCropCfg::isp0DownscaleHeight

ISP0 downscale height.

Definition at line 285 of file NvSIPLPipelineMgr.hpp.

◆ isp0DownscaleWidth

uint32_t nvsipl::NvSIPLDownscaleCropCfg::isp0DownscaleWidth

ISP0 downscale width.

Definition at line 283 of file NvSIPLPipelineMgr.hpp.

◆ isp0OutputCrop

NvMediaRect nvsipl::NvSIPLDownscaleCropCfg::isp0OutputCrop

ISP0 output crop rectangle.

Definition at line 273 of file NvSIPLPipelineMgr.hpp.

◆ isp0OutputCropEnable

bool nvsipl::NvSIPLDownscaleCropCfg::isp0OutputCropEnable {false}

Indicates if ISP0 output crop is enabled.

Definition at line 271 of file NvSIPLPipelineMgr.hpp.

◆ isp1DownscaleEnable

bool nvsipl::NvSIPLDownscaleCropCfg::isp1DownscaleEnable {false}

Indicates if ISP1 downscale is enabled.

Definition at line 288 of file NvSIPLPipelineMgr.hpp.

◆ isp1DownscaleHeight

uint32_t nvsipl::NvSIPLDownscaleCropCfg::isp1DownscaleHeight

ISP1 downscale height.

Definition at line 292 of file NvSIPLPipelineMgr.hpp.

◆ isp1DownscaleWidth

uint32_t nvsipl::NvSIPLDownscaleCropCfg::isp1DownscaleWidth

ISP1 downscale width.

Definition at line 290 of file NvSIPLPipelineMgr.hpp.

◆ isp1OutputCrop

NvMediaRect nvsipl::NvSIPLDownscaleCropCfg::isp1OutputCrop

ISP1 output crop rectangle.

Definition at line 278 of file NvSIPLPipelineMgr.hpp.

◆ isp1OutputCropEnable

bool nvsipl::NvSIPLDownscaleCropCfg::isp1OutputCropEnable {false}

Indicates if ISP1 output crop is enabled.

Definition at line 276 of file NvSIPLPipelineMgr.hpp.

◆ ispInputCrop

NvMediaRect nvsipl::NvSIPLDownscaleCropCfg::ispInputCrop

ISP input crop rectangle.

Definition at line 268 of file NvSIPLPipelineMgr.hpp.

◆ ispInputCropEnable

bool nvsipl::NvSIPLDownscaleCropCfg::ispInputCropEnable {false}

Indicates if ISP input crop is enabled.

Definition at line 266 of file NvSIPLPipelineMgr.hpp.


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