NVIDIA DRIVE OS Linux SDK API Reference

6.0.5 Release

Detailed Description

Datatype specifying the surface co-ordinates for NvSciBufObjGetPixels / NvSciBufObjPutPixels functionality.

The first pixel in the user-provided plane will be equal to the first pixel represented in the region specified by the NvSciBufRect.

Definition at line 2644 of file nvscibuf.h.

Data Fields

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

Field Documentation

◆ x0

uint64_t NvSciBufRect::x0

Left X co-ordinate.

Inclusive.

Definition at line 2646 of file nvscibuf.h.

◆ x1

uint64_t NvSciBufRect::x1

Right X co-ordinate.

Exclusive.

Definition at line 2650 of file nvscibuf.h.

◆ y0

uint64_t NvSciBufRect::y0

Top Y co-ordinate.

Inclusive.

Definition at line 2648 of file nvscibuf.h.

◆ y1

uint64_t NvSciBufRect::y1

Bottom Y co-ordinate.

Exclusive.

Definition at line 2652 of file nvscibuf.h.


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