![]() |
NVIDIA DRIVE 5.0 Linux SDK API Reference5.0.10.3 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 974 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 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.