NVIDIA DRIVE OS Linux SDK API Reference

5.1.12.0 Release

 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
nvros::_EglUtilOptions Struct Reference

Detailed Description

Holds required window system related parameters when initializing EGLStream.

You must populate valid data inside this structure while initializing EGLStream. This structure is only used when initializing EGLOutput consumer.

Definition at line 169 of file nvros_egl_utils.h.

Data Fields

uint8_t winSizeX
 Size of window in the horizontal direction. More...
 
uint8_t winSizeY
 Size of window in the vertical direction. More...
 
uint8_t winOffsetX
 Offset of window in the horizontal direction. More...
 
uint8_t winOffsetY
 Offset of window in the vertical direction. More...
 
uint8_t dispId
 Display ID. More...
 
uint8_t winId
 Window ID. More...
 

Field Documentation

uint8_t nvros::_EglUtilOptions::dispId

Display ID.

Definition at line 184 of file nvros_egl_utils.h.

uint8_t nvros::_EglUtilOptions::winId

Window ID.

Definition at line 187 of file nvros_egl_utils.h.

uint8_t nvros::_EglUtilOptions::winOffsetX

Offset of window in the horizontal direction.

Definition at line 178 of file nvros_egl_utils.h.

uint8_t nvros::_EglUtilOptions::winOffsetY

Offset of window in the vertical direction.

Definition at line 181 of file nvros_egl_utils.h.

uint8_t nvros::_EglUtilOptions::winSizeX

Size of window in the horizontal direction.

Definition at line 172 of file nvros_egl_utils.h.

uint8_t nvros::_EglUtilOptions::winSizeY

Size of window in the vertical direction.

Definition at line 175 of file nvros_egl_utils.h.


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