Home
last modified time | relevance | path

Searched refs:hDllDsptool (Results 1 – 2 of 2) sorted by relevance

/RvlSDK-3.2/build/tools/dspadpcm/src/
Dmain.c56 HINSTANCE hDllDsptool; variable
145 hDllDsptool = NULL; in init()
158 if (hDllDsptool) FreeLibrary(hDllDsptool); in clean_up()
873 hDllDsptool = LoadLibrary("dsptool.dll"); in get_dll()
875 if (hDllDsptool) in get_dll()
877 getBytesForAdpcmBuffer = (lpFunc1)GetProcAddress(hDllDsptool, "getBytesForAdpcmBuffer"); in get_dll()
878 getBytesForAdpcmSamples = (lpFunc1)GetProcAddress(hDllDsptool, "getBytesForAdpcmSamples"); in get_dll()
879 getBytesForPcmBuffer = (lpFunc1)GetProcAddress(hDllDsptool, "getBytesForPcmBuffer"); in get_dll()
880 getBytesForPcmSamples = (lpFunc1)GetProcAddress(hDllDsptool, "getBytesForPcmSamples"); in get_dll()
881 getNibbleAddress = (lpFunc1)GetProcAddress(hDllDsptool, "getNibbleAddress"); in get_dll()
[all …]
/RvlSDK-3.2/build/tools/sndconv/src/
Dsndconv.c33 HINSTANCE hDllDsptool; variable
603 if (hDllDsptool) FreeLibrary(hDllDsptool); in cleanup()
643 if (hDllDsptool = LoadLibrary("dsptool.dll")) in loadDlls()
645 encode = (FUNCTION3)GetProcAddress(hDllDsptool, "encode"); in loadDlls()
646 getBytesForAdpcmBuffer = (FUNCTION4)GetProcAddress(hDllDsptool, "getBytesForAdpcmBuffer"); in loadDlls()
647 getBytesForAdpcmSamples = (FUNCTION4)GetProcAddress(hDllDsptool, "getBytesForAdpcmSamples"); in loadDlls()
648 getNibbleAddress = (FUNCTION4)GetProcAddress(hDllDsptool, "getNibbleAddress"); in loadDlls()
649 getLoopContext = (FUNCTION5)GetProcAddress(hDllDsptool, "getLoopContext"); in loadDlls()