NVIDIA Media Interface: NvMedia Image Optical Flow Accelerator (IOFA) APIs
Definition in file nvmedia_iofa.h.
Go to the source code of this file.
Data Structures | |
struct | NvMediaIofaEpipolarInfo |
Structure holds Epipolar information. More... | |
struct | NvMediaIofaROIRectParams |
Holds Co-ordinates for Region of Interest. More... | |
struct | NvMediaIofaROIParams |
Structure holds ROI information. More... | |
struct | NvMediaIofaCapability |
Nvmedia Iofa Capability structure. More... | |
struct | NvMediaIofa |
Holds an IOFA object created and returned by NvMediaIOFACreate(). More... | |
struct | NvMediaIofaInitParams |
Holds IOFA Initialization API parameters. More... | |
struct | NvMediaIofaSGMParams |
Holds SGM parameters TBD: Add more details about SGM Params with input range. More... | |
struct | NvMediaIofaBufArray |
Holds pointers to NvMedia bufObjs containing input and output surfaces. More... | |
struct | NvMediaIofaPydHintParams |
Parameters related to input pyramid hint surface. More... | |
struct | NvMediaIofaProcessParams |
Holds IOFA Process Frame API parameters. More... | |
Macros | |
#define | NVMEDIA_IOFA_VERSION_MAJOR 1 |
Major version number. More... | |
#define | NVMEDIA_IOFA_VERSION_MINOR 3 |
Minor version number. More... | |
#define | NVMEDIA_IOFA_VERSION_PATCH 0 |
Patch version number. More... | |
#define | NVMEDIA_IOFA_MAX_PYD_LEVEL 5U |
Maximum number of Pyramid level supported in Pyramid OF mode. More... | |
#define | NVMEDIA_IOFA_MAX_ROI_SUPPORTED 32U |
Maximum number of Region of Interest supported on IOFA. More... | |
#define | NVMEDIA_IOFA_MAX_PRENVSCISYNCFENCES 16U |
Specifies the maximum number of times NvMediaIOFAInsertPreNvSciSyncFence() can be called before each call to NvMediaIOFAProcessFrame(). More... | |
Typedefs | |
typedef struct NvMediaIofa | NvMediaIofa |
Holds an IOFA object created and returned by NvMediaIOFACreate(). More... | |