Typedef SnpeUdo_DspGlobalInfrastructure_t¶
Defined in File UdoImplDsp.h
Typedef Documentation¶
-
typedef struct dspGlobalInfrastructure SnpeUdo_DspGlobalInfrastructure_t¶
Infrastructures needed by a developer of DSP Hexnn UDO Implementation library.
The framework/runtime which loads the Hexnn UDO implementation library provides this infrastructure to the loaded library by calling “SnpeUdo_initImplLibrary” function, and passing it (cast to void*). The Hexnn UDO library is expected to cast it back to this structure.