Home
last modified time | relevance | path

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

/RvlSDK-3.3/build/tools/dspadpcm/src/
Dmain.c71 HINSTANCE hDllDsptool; variable
157 hDllDsptool = NULL; in init()
169 if (hDllDsptool) FreeLibrary(hDllDsptool); in clean_up()
883 hDllDsptool = LoadLibrary("dsptool.dll"); in get_dll()
885 if (hDllDsptool) in get_dll()
887 getBytesForAdpcmBuffer = (lpFunc1)GetProcAddress(hDllDsptool, "getBytesForAdpcmBuffer"); in get_dll()
888 getBytesForAdpcmSamples = (lpFunc1)GetProcAddress(hDllDsptool, "getBytesForAdpcmSamples"); in get_dll()
889 getBytesForPcmBuffer = (lpFunc1)GetProcAddress(hDllDsptool, "getBytesForPcmBuffer"); in get_dll()
890 getBytesForPcmSamples = (lpFunc1)GetProcAddress(hDllDsptool, "getBytesForPcmSamples"); in get_dll()
891 getNibbleAddress = (lpFunc1)GetProcAddress(hDllDsptool, "getNibbleAddress"); in get_dll()
[all …]
/RvlSDK-3.3/build/tools/sndconv/src/
Dsndconv.c36 HINSTANCE hDllDsptool; variable
606 if (hDllDsptool) FreeLibrary(hDllDsptool); in cleanup()
646 if (hDllDsptool = LoadLibrary("dsptool.dll")) in loadDlls()
648 encode = (FUNCTION3)GetProcAddress(hDllDsptool, "encode"); in loadDlls()
649 getBytesForAdpcmBuffer = (FUNCTION4)GetProcAddress(hDllDsptool, "getBytesForAdpcmBuffer"); in loadDlls()
650 getBytesForAdpcmSamples = (FUNCTION4)GetProcAddress(hDllDsptool, "getBytesForAdpcmSamples"); in loadDlls()
651 getNibbleAddress = (FUNCTION4)GetProcAddress(hDllDsptool, "getNibbleAddress"); in loadDlls()
652 getLoopContext = (FUNCTION5)GetProcAddress(hDllDsptool, "getLoopContext"); in loadDlls()