| 
      
        
       | 
    
    
        
            NVIDIA DRIVE OS Linux SDK API Reference
         | 
        
            
                5.1.15.2 Release   For Test and Development only
            
         | 
    
  
 
 
Go to the documentation of this file.
   14 #ifndef __NVMEDIA_ACP_H__ 
   15 #define __NVMEDIA_ACP_H__ 
   31 #define NVMEDIA_ACP_VERSION_MAJOR   1u 
   33 #define NVMEDIA_ACP_VERSION_MINOR   4u 
   89 #endif //__NVMEDIA_ACP_H__ 
  
 
void NvMediaIPPPlugin
Holds an opaque handle representing a Control Algorithm plugin.
 
NvMediaStatus NvMediaBEPCreate(NvMediaIPPComponent *parentControlAlgorithmHandle, NvMediaIPPPluginSupportFuncs *pSupportFunctions, NvMediaIPPPropertyStatic *pStaticProperties, void *clientContext, NvMediaIPPPlugin **pluginHandle, NvMediaIPPISPVersion ispVersion)
 
void NvMediaIPPComponent
A handle representing an IPP component object.
 
NvMediaStatus NvMediaBEPProcessEx(NvMediaIPPPlugin *pluginHandle, NvMediaIPPPluginInput *pluginInput, NvMediaIPPPluginOutputEx *pluginOutput)
 
void NvMediaACPDestroy(NvMediaIPPPlugin *pluginHandle)
 
NvMediaStatus NvMediaACPCreate(NvMediaIPPComponent *parentControlAlgorithmHandle, NvMediaIPPPluginSupportFuncs *pSupportFunctions, NvMediaIPPPropertyStatic *pStaticProperties, void *clientContext, NvMediaIPPPlugin **pluginHandle, NvMediaIPPISPVersion ispVersion)
 
NvMediaStatus
Defines all possible error codes.
 
NvMediaStatus NvMediaACPProcess(NvMediaIPPPlugin *pluginHandle, NvMediaIPPPluginInput *pluginInput, NvMediaIPPPluginOutputEx *pluginOutput)
 
NvMediaStatus NvMediaACPGetVersionInfo(NvMediaACPVersionInfo *versionInfo)
 
void NvMediaBEPDestroy(NvMediaIPPPlugin *pluginHandle)
 
NvMediaIPPISPVersion
Specifies the IPP ISP version.