![]() |
NVIDIA DRIVE OS Linux SDK API Reference5.1.6.0 Release |
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... | |
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.