NVIDIA DRIVE OS Linux SDK API Reference

5.1.9.0 Release

 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
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

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.


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