NVIDIA DRIVE OS Linux API Reference

5.1.6.1 Release
For Test and Development only

 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
NvMediaIPPPluginFuncs Struct Reference

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 1008 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

NvMediaIPPluginCreateFunc* NvMediaIPPPluginFuncs::createFunc

A pointer to the Plugin Control Algorithm Create function.

Definition at line 1011 of file nvmedia_ipp.h.

NvMediaIPPPluginDestroyFunc* NvMediaIPPPluginFuncs::destroyFunc

A pointer to the Plugin Control Algorithm Destroy function.

Definition at line 1013 of file nvmedia_ipp.h.

NvMediaIPPPluginProcessExFunc* NvMediaIPPPluginFuncs::processExFunc

A pointer to Plugin Control Algorithm Process function.

Definition at line 1015 of file nvmedia_ipp.h.


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