NVIDIA DRIVE OS Linux API Reference

5.1.0.2 Release

 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 974 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 977 of file nvmedia_ipp.h.

NvMediaIPPPluginDestroyFunc* NvMediaIPPPluginFuncs::destroyFunc

A pointer to the Plugin Control Algorithm Destroy function.

Definition at line 979 of file nvmedia_ipp.h.

NvMediaIPPPluginProcessExFunc* NvMediaIPPPluginFuncs::processExFunc

A pointer to Plugin Control Algorithm Process function.

Definition at line 981 of file nvmedia_ipp.h.


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