![]() |
NVIDIA DRIVE OS Linux SDK API Reference5.1.12.0 Release |
Holds the required EGL frame-related parameters for processing that frame.
Definition at line 61 of file nvros_egl_cuda_io.h.
Data Fields | |
unsigned int | frameWidth |
Specifies the width of the frame. More... | |
unsigned int | frameHeight |
Specifies the height of the frame. More... | |
unsigned int | channels |
Specifies the number of channels. More... | |
unsigned int | colorFormat |
Specifies the color format. More... | |
unsigned int | planes |
Specifies the number of planes in the frame. More... | |
unsigned int | frameType |
Specifies the frame type. More... | |
unsigned int | pitch |
Specifies the pitch. More... | |
unsigned int | depth |
Specifies the depth. More... | |
unsigned int nvros::_EglFrameParams::channels |
Specifies the number of channels.
Definition at line 70 of file nvros_egl_cuda_io.h.
unsigned int nvros::_EglFrameParams::colorFormat |
Specifies the color format.
Definition at line 73 of file nvros_egl_cuda_io.h.
unsigned int nvros::_EglFrameParams::depth |
Specifies the depth.
Definition at line 85 of file nvros_egl_cuda_io.h.
unsigned int nvros::_EglFrameParams::frameHeight |
Specifies the height of the frame.
Definition at line 67 of file nvros_egl_cuda_io.h.
unsigned int nvros::_EglFrameParams::frameType |
Specifies the frame type.
Definition at line 79 of file nvros_egl_cuda_io.h.
unsigned int nvros::_EglFrameParams::frameWidth |
Specifies the width of the frame.
Definition at line 64 of file nvros_egl_cuda_io.h.
unsigned int nvros::_EglFrameParams::pitch |
Specifies the pitch.
Definition at line 82 of file nvros_egl_cuda_io.h.
unsigned int nvros::_EglFrameParams::planes |
Specifies the number of planes in the frame.
Definition at line 76 of file nvros_egl_cuda_io.h.