NVIDIA DriveOS Linux NSR SDK API Reference

7.0.3.0 Release
dwImageRawProperties Struct Reference

Detailed Description

Definition at line 365 of file Image.h.

Data Fields

uint32_t msbPosition
 Specifies the msb of the pixel data. More...
 
uint32_t rawFormatDescriptor
 Describes the raw order and used when explicitly creating a DW_IMAGE_NVMEDIA if DW_IMAGE_FLAGS_HAS_RAW_ORDER_DESCRIPTOR is enabled This is represented by the define integers of the form: 1 - NVM_SURF_ATTR_COMPONENT_ORDER_XXX in nvmedia_surface.h (PDK < 6.0.4.0) 2 - NVSIPL_PIXEL_ORDER_XXX in NvSIPLCapStructs.h (PDK >= 6.0.4.0) If the flag is not specified, this value is ignored and a default RGGB order will be chosen. More...
 
uint32_t rawBitDataType
 Describes the raw pixel depth, specified like the above format descriptor by 1 - NVM_SURF_ATTR_BITS_PER_COMPONENT_XX (PDK < 6.0.4.0) 2 - integer bit depth (PDK >= 6.0.4.0) More...
 
bool rawFormatRJ
 Describes if raw order alignment is left justified(msb alligned) or right justified (lsb allignment) and used when explicitly creating a DW_IMAGE_NVMEDIA if DW_IMAGE_FLAGS_HAS_RAW_ORDER_DESCRIPTOR is enabled If the flag is not specified, this value is false and a default msb alligned order will be chosen. More...
 

Field Documentation

◆ msbPosition

uint32_t dwImageRawProperties::msbPosition

Specifies the msb of the pixel data.

Definition at line 368 of file Image.h.

◆ rawBitDataType

uint32_t dwImageRawProperties::rawBitDataType

Describes the raw pixel depth, specified like the above format descriptor by 1 - NVM_SURF_ATTR_BITS_PER_COMPONENT_XX (PDK < 6.0.4.0) 2 - integer bit depth (PDK >= 6.0.4.0)

Definition at line 380 of file Image.h.

◆ rawFormatDescriptor

uint32_t dwImageRawProperties::rawFormatDescriptor

Describes the raw order and used when explicitly creating a DW_IMAGE_NVMEDIA if DW_IMAGE_FLAGS_HAS_RAW_ORDER_DESCRIPTOR is enabled This is represented by the define integers of the form: 1 - NVM_SURF_ATTR_COMPONENT_ORDER_XXX in nvmedia_surface.h (PDK < 6.0.4.0) 2 - NVSIPL_PIXEL_ORDER_XXX in NvSIPLCapStructs.h (PDK >= 6.0.4.0) If the flag is not specified, this value is ignored and a default RGGB order will be chosen.

Definition at line 375 of file Image.h.

◆ rawFormatRJ

bool dwImageRawProperties::rawFormatRJ

Describes if raw order alignment is left justified(msb alligned) or right justified (lsb allignment) and used when explicitly creating a DW_IMAGE_NVMEDIA if DW_IMAGE_FLAGS_HAS_RAW_ORDER_DESCRIPTOR is enabled If the flag is not specified, this value is false and a default msb alligned order will be chosen.

Definition at line 385 of file Image.h.


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