NVIDIA DRIVE OS Linux SDK API Reference

6.0.9 Release

Detailed Description

Holds IOFA Process Frame API parameters.

Definition at line 445 of file nvmedia_iofa.h.

Collaboration diagram for NvMediaIofaProcessParams:

Data Fields

bool rightDispMap
 Enable right view disparity map. More...
 
uint8_t currentPydLevel
 Current level to process in Pyd SGM LEVEL Mode
valid range of values is between 0 to ofaPydLevel-1. More...
 
bool noopMode
 noop flag
true Avoid ofa processing and signal frame done
false Normal ofa processing (default) More...
 
NvMediaIofaPydHintParams pydHintParams
 Pyramid hints parameters. More...
 

Field Documentation

◆ currentPydLevel

uint8_t NvMediaIofaProcessParams::currentPydLevel

Current level to process in Pyd SGM LEVEL Mode
valid range of values is between 0 to ofaPydLevel-1.

Definition at line 456 of file nvmedia_iofa.h.

◆ noopMode

bool NvMediaIofaProcessParams::noopMode

noop flag
true Avoid ofa processing and signal frame done
false Normal ofa processing (default)

Definition at line 461 of file nvmedia_iofa.h.

◆ pydHintParams

NvMediaIofaPydHintParams NvMediaIofaProcessParams::pydHintParams

Pyramid hints parameters.

Definition at line 463 of file nvmedia_iofa.h.

◆ rightDispMap

bool NvMediaIofaProcessParams::rightDispMap

Enable right view disparity map.

Applicable only for Stereo mode
false to disable right view disparity generation
true to enable right view disparity generation
If enabled, stereo disparity is estimated for right view w.r.t. left view

Definition at line 452 of file nvmedia_iofa.h.


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