NVIDIA DriveOS Linux NSR SDK API Reference

7.0.3.0 Release
nvsipl::NvSiplRect Struct Reference

Detailed Description

Holds a rectangular region of a surface.

The co-ordinates are top-left inclusive, bottom-right exclusive.

The SIPL co-ordinate system has its origin at the top left corner of a surface, with x and y components increasing right and down.

Definition at line 95 of file NvSIPLCommon.hpp.

Data Fields

uint16_t x0
 Left X co-ordinate. More...
 
uint16_t y0
 Top Y co-ordinate. More...
 
uint16_t x1
 Right X co-ordinate. More...
 
uint16_t y1
 Bottom Y co-ordinate. More...
 

Field Documentation

◆ x0

uint16_t nvsipl::NvSiplRect::x0

Left X co-ordinate.

Inclusive.

Definition at line 97 of file NvSIPLCommon.hpp.

◆ x1

uint16_t nvsipl::NvSiplRect::x1

Right X co-ordinate.

Exclusive.

Definition at line 101 of file NvSIPLCommon.hpp.

◆ y0

uint16_t nvsipl::NvSiplRect::y0

Top Y co-ordinate.

Inclusive.

Definition at line 99 of file NvSIPLCommon.hpp.

◆ y1

uint16_t nvsipl::NvSiplRect::y1

Bottom Y co-ordinate.

Exclusive.

Definition at line 103 of file NvSIPLCommon.hpp.


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