NVIDIA DRIVE OS Linux SDK API Reference

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

Detailed Description

Downscale and crop configuration.

Definition at line 189 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...
 
std::uint32_t isp0DownscaleWidth
 ISP0 downscale width. More...
 
std::uint32_t isp0DownscaleHeight
 ISP0 downscale height. More...
 
bool isp1DownscaleEnable {false}
 Indicates if ISP1 downscale is enabled. More...
 
std::uint32_t isp1DownscaleWidth
 ISP1 downscale width. More...
 
std::uint32_t isp1DownscaleHeight
 ISP1 downscale height. More...
 

Field Documentation

◆ isp0DownscaleEnable

bool nvsipl::NvSIPLDownscaleCropCfg::isp0DownscaleEnable {false}

Indicates if ISP0 downscale is enabled.

Definition at line 207 of file NvSIPLPipelineMgr.hpp.

◆ isp0DownscaleHeight

std::uint32_t nvsipl::NvSIPLDownscaleCropCfg::isp0DownscaleHeight

ISP0 downscale height.

Definition at line 211 of file NvSIPLPipelineMgr.hpp.

◆ isp0DownscaleWidth

std::uint32_t nvsipl::NvSIPLDownscaleCropCfg::isp0DownscaleWidth

ISP0 downscale width.

Definition at line 209 of file NvSIPLPipelineMgr.hpp.

◆ isp0OutputCrop

NvMediaRect nvsipl::NvSIPLDownscaleCropCfg::isp0OutputCrop

ISP0 output crop rectangle.

Definition at line 199 of file NvSIPLPipelineMgr.hpp.

◆ isp0OutputCropEnable

bool nvsipl::NvSIPLDownscaleCropCfg::isp0OutputCropEnable {false}

Indicates if ISP0 output crop is enabled.

Definition at line 197 of file NvSIPLPipelineMgr.hpp.

◆ isp1DownscaleEnable

bool nvsipl::NvSIPLDownscaleCropCfg::isp1DownscaleEnable {false}

Indicates if ISP1 downscale is enabled.

Definition at line 214 of file NvSIPLPipelineMgr.hpp.

◆ isp1DownscaleHeight

std::uint32_t nvsipl::NvSIPLDownscaleCropCfg::isp1DownscaleHeight

ISP1 downscale height.

Definition at line 218 of file NvSIPLPipelineMgr.hpp.

◆ isp1DownscaleWidth

std::uint32_t nvsipl::NvSIPLDownscaleCropCfg::isp1DownscaleWidth

ISP1 downscale width.

Definition at line 216 of file NvSIPLPipelineMgr.hpp.

◆ isp1OutputCrop

NvMediaRect nvsipl::NvSIPLDownscaleCropCfg::isp1OutputCrop

ISP1 output crop rectangle.

Definition at line 204 of file NvSIPLPipelineMgr.hpp.

◆ isp1OutputCropEnable

bool nvsipl::NvSIPLDownscaleCropCfg::isp1OutputCropEnable {false}

Indicates if ISP1 output crop is enabled.

Definition at line 202 of file NvSIPLPipelineMgr.hpp.

◆ ispInputCrop

NvMediaRect nvsipl::NvSIPLDownscaleCropCfg::ispInputCrop

ISP input crop rectangle.

Definition at line 194 of file NvSIPLPipelineMgr.hpp.

◆ ispInputCropEnable

bool nvsipl::NvSIPLDownscaleCropCfg::ispInputCropEnable {false}

Indicates if ISP input crop is enabled.

Definition at line 192 of file NvSIPLPipelineMgr.hpp.


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