NVIDIA DRIVE OS Linux SDK API Reference

5.1.15.0 Release
For Test and Development only

Detailed Description

Holds the Control Algorithm plugin function descriptor.

This structure must be filled by the client and passed to the Control Algorithm component as a configuration parameter.

Definition at line 1018 of file nvmedia_ipp.h.

Data Fields

NvMediaIPPluginCreateFunccreateFunc
 A pointer to the Plugin Control Algorithm Create function. More...
 
NvMediaIPPPluginDestroyFuncdestroyFunc
 A pointer to the Plugin Control Algorithm Destroy function. More...
 
NvMediaIPPPluginProcessExFuncprocessExFunc
 A pointer to Plugin Control Algorithm Process function. More...
 

Field Documentation

◆ createFunc

NvMediaIPPluginCreateFunc* NvMediaIPPPluginFuncs::createFunc

A pointer to the Plugin Control Algorithm Create function.

Definition at line 1021 of file nvmedia_ipp.h.

◆ destroyFunc

NvMediaIPPPluginDestroyFunc* NvMediaIPPPluginFuncs::destroyFunc

A pointer to the Plugin Control Algorithm Destroy function.

Definition at line 1023 of file nvmedia_ipp.h.

◆ processExFunc

NvMediaIPPPluginProcessExFunc* NvMediaIPPPluginFuncs::processExFunc

A pointer to Plugin Control Algorithm Process function.

Definition at line 1025 of file nvmedia_ipp.h.


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