NVIDIA DriveOS Linux NSR SDK API Reference

7.0.3.0 Release
dwPyramidPVAParams Struct Reference

Detailed Description

PVA image pyramid parameters.

Definition at line 52 of file PyramidPVA_1.h.

Data Fields

dwProcessorType processorType
 Processor type which determines on which processor the algorithm should be executed on. More...
 
uint32_t vpuIndex
 VPU index which determines on which VPU the algorithm should be executed on. More...
 
uint32_t imageWidth
 Input image width. More...
 
uint32_t imageHeight
 Input image height. More...
 
uint32_t levelCount
 Level cout of pyramid. More...
 

Field Documentation

◆ imageHeight

uint32_t dwPyramidPVAParams::imageHeight

Input image height.

Definition at line 64 of file PyramidPVA_1.h.

◆ imageWidth

uint32_t dwPyramidPVAParams::imageWidth

Input image width.

Definition at line 62 of file PyramidPVA_1.h.

◆ levelCount

uint32_t dwPyramidPVAParams::levelCount

Level cout of pyramid.

Definition at line 66 of file PyramidPVA_1.h.

◆ processorType

dwProcessorType dwPyramidPVAParams::processorType

Processor type which determines on which processor the algorithm should be executed on.

Valid options are DW_PROCESSOR_TYPE_PVA_0, DW_PROCESSOR_TYPE_PVA_1

Definition at line 58 of file PyramidPVA_1.h.

◆ vpuIndex

uint32_t dwPyramidPVAParams::vpuIndex

VPU index which determines on which VPU the algorithm should be executed on.

Definition at line 60 of file PyramidPVA_1.h.


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