Home
last modified time | relevance | path

Searched refs:getLoopContext (Results 1 – 6 of 6) sorted by relevance

/RvlSDK-3.1.4/build/tools/dls1wt/src/
Dmain.c49 lpFunc5 getLoopContext; variable
105 if (!(getLoopContext = in getDll()
Ddls.c866 extern lpFunc5 getLoopContext;
951 getLoopContext( in dls_data()
1035 getLoopContext( in dls_data()
/RvlSDK-3.1.4/build/tools/sndconv/src/
Dsoundformat.c30 extern FUNCTION2 getLoopContext;
203 getLoopContext(dest, adpcminfo, loopStart); in soundConvert16BitToAdpcmLoop()
Dsndconv.c627 FUNCTION5 getLoopContext; variable
649 getLoopContext = (FUNCTION5)GetProcAddress(hDllDsptool, "getLoopContext"); in loadDlls()
/RvlSDK-3.1.4/include/win32/
Ddsptool.h96 LINKDLL void getLoopContext
/RvlSDK-3.1.4/build/tools/dspadpcm/src/
Dmain.c74 lpFunc5 getLoopContext; variable
652 getLoopContext(outputbuffer, &adpcminfo, loopStart); in encode_soundfile()
655 getLoopContext(outputbuffer, &adpcminfo, soundinfo->loopStart); in encode_soundfile()
887 getLoopContext = (lpFunc5)GetProcAddress(hDllDsptool, "getLoopContext"); in get_dll()
900 !getLoopContext in get_dll()