NVIDIA DRIVE OS Linux SDK API Reference

5.1.15.0 Release
For Test and Development only
nvros::_EglFrameParams Struct Reference

Detailed Description

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...
 

Field Documentation

◆ channels

unsigned int nvros::_EglFrameParams::channels

Specifies the number of channels.

Definition at line 70 of file nvros_egl_cuda_io.h.

◆ colorFormat

unsigned int nvros::_EglFrameParams::colorFormat

Specifies the color format.

Definition at line 73 of file nvros_egl_cuda_io.h.

◆ depth

unsigned int nvros::_EglFrameParams::depth

Specifies the depth.

Definition at line 85 of file nvros_egl_cuda_io.h.

◆ frameHeight

unsigned int nvros::_EglFrameParams::frameHeight

Specifies the height of the frame.

Definition at line 67 of file nvros_egl_cuda_io.h.

◆ frameType

unsigned int nvros::_EglFrameParams::frameType

Specifies the frame type.

Definition at line 79 of file nvros_egl_cuda_io.h.

◆ frameWidth

unsigned int nvros::_EglFrameParams::frameWidth

Specifies the width of the frame.

Definition at line 64 of file nvros_egl_cuda_io.h.

◆ pitch

unsigned int nvros::_EglFrameParams::pitch

Specifies the pitch.

Definition at line 82 of file nvros_egl_cuda_io.h.

◆ planes

unsigned int nvros::_EglFrameParams::planes

Specifies the number of planes in the frame.

Definition at line 76 of file nvros_egl_cuda_io.h.


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