NVIDIA DRIVE OS Linux SDK API Reference

5.2.6 Release
For Test and Development only

Detailed Description

Holds OFST estimation initialization parameters.

Definition at line 106 of file nvmedia_iofst.h.

Data Fields

uint16_t width
 Input width
Input range: The values between 160 to 4096, in increments of 2. More...
 
uint16_t height
 Input height
Input range: The values between 64 to 4096, in increments of 2. More...
 
uint32_t features
 Specifies bitwise OR'ed configuration feature flags. More...
 

Field Documentation

◆ features

uint32_t NvMediaOFSTInitializeParams::features

Specifies bitwise OR'ed configuration feature flags.

Refer NvMediaOFSTConfigFeatures for the list of supported features that can be bit-OR'd here.

Definition at line 122 of file nvmedia_iofst.h.

◆ height

uint16_t NvMediaOFSTInitializeParams::height

Input height
Input range: The values between 64 to 4096, in increments of 2.


Height of the input NvMediaImage that needs to be processed should be equal to the value which is passed here.

Definition at line 118 of file nvmedia_iofst.h.

◆ width

uint16_t NvMediaOFSTInitializeParams::width

Input width
Input range: The values between 160 to 4096, in increments of 2.


Width of the input NvMediaImage that needs to be processed should be equal to the value which is passed here.

Definition at line 112 of file nvmedia_iofst.h.


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