NVIDIA DriveOS Linux NSR SDK API Reference

7.0.3.0 Release
dwImageProperties Struct Reference

Detailed Description

Defines the properties of the image.

Definition at line 477 of file Image.h.

Collaboration diagram for dwImageProperties:

Data Fields

dwImageType type
 Specifies the type of image. More...
 
uint32_t width
 Specifies the width of the image in pixels. More...
 
uint32_t height
 Specifies the height of the image in pixels. More...
 
dwImageFormat format
 Specifies the format of the image. More...
 
dwImageMetaData meta
 additional meta information stored with the image. Not all images might provide it More...
 
dwImageMemoryType memoryLayout
 Memory layout type. More...
 

Field Documentation

◆ format

dwImageFormat dwImageProperties::format

Specifies the format of the image.

Definition at line 486 of file Image.h.

◆ height

uint32_t dwImageProperties::height

Specifies the height of the image in pixels.

Definition at line 484 of file Image.h.

◆ memoryLayout

dwImageMemoryType dwImageProperties::memoryLayout

Memory layout type.

Definition at line 490 of file Image.h.

◆ meta

dwImageMetaData dwImageProperties::meta

additional meta information stored with the image. Not all images might provide it

Definition at line 488 of file Image.h.

◆ type

dwImageType dwImageProperties::type

Specifies the type of image.

Definition at line 480 of file Image.h.

◆ width

uint32_t dwImageProperties::width

Specifies the width of the image in pixels.

Definition at line 482 of file Image.h.


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