Home
last modified time | relevance | path

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

/RvlSDK-3.2.2/build/tools/sndconv/src/
Dsndconv.c32 HINSTANCE hDllSoundfile; variable
602 if (hDllSoundfile) FreeLibrary(hDllSoundfile); in cleanup()
637 if (hDllSoundfile = LoadLibrary("soundfile.dll")) in loadDlls()
639 getSoundInfo = (FUNCTION1)GetProcAddress(hDllSoundfile, "getSoundInfo"); in loadDlls()
640 getSoundSamples = (FUNCTION2)GetProcAddress(hDllSoundfile, "getSoundSamples"); in loadDlls()
/RvlSDK-3.2.2/build/tools/dspadpcm/src/
Dmain.c80 HINSTANCE hDllSoundfile; variable
146 hDllSoundfile = NULL; in init()
159 if (hDllSoundfile) FreeLibrary(hDllSoundfile); in clean_up()
904 hDllSoundfile = LoadLibrary("soundfile.dll"); in get_dll()
906 if (hDllSoundfile) in get_dll()
908 getSoundInfo = (lpFunc6)GetProcAddress(hDllSoundfile, "getSoundInfo"); in get_dll()
909 getSoundSamples = (lpFunc7)GetProcAddress(hDllSoundfile, "getSoundSamples"); in get_dll()
910 writeWaveFile = (lpFunc8)GetProcAddress(hDllSoundfile, "writeWaveFile"); in get_dll()
911 writeAiffFile = (lpFunc8)GetProcAddress(hDllSoundfile, "writeAiffFile"); in get_dll()
921 if (hDllDsptool && hDllSoundfile) in get_dll()