![]() |
NVIDIA DRIVE OS Linux SDK API Reference5.1.6.0 Release |
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 | |
NvMediaIPPluginCreateFunc * | createFunc |
A pointer to the Plugin Control Algorithm Create function. More... | |
NvMediaIPPPluginDestroyFunc * | destroyFunc |
A pointer to the Plugin Control Algorithm Destroy function. More... | |
NvMediaIPPPluginProcessExFunc * | processExFunc |
A pointer to Plugin Control Algorithm Process function. More... | |
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.