Home
last modified time | relevance | path

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

/RvlSDK-3.3/build/tools/dls1wt/src/
Dmain.c52 lpFunc5 getLoopContext; variable
108 if (!(getLoopContext = in getDll()
Ddls.c866 extern lpFunc5 getLoopContext;
951 getLoopContext( in dls_data()
1035 getLoopContext( in dls_data()
/RvlSDK-3.3/build/tools/sndconv/src/
Dsoundformat.c30 extern FUNCTION2 getLoopContext;
203 getLoopContext(dest, adpcminfo, loopStart); in soundConvert16BitToAdpcmLoop()
Dsndconv.c630 FUNCTION5 getLoopContext; variable
652 getLoopContext = (FUNCTION5)GetProcAddress(hDllDsptool, "getLoopContext"); in loadDlls()
/RvlSDK-3.3/build/tools/dspadpcm/src/
Dmain.c89 lpFunc5 getLoopContext; variable
662 getLoopContext(outputbuffer, &adpcminfo, loopStart); in encode_soundfile()
665 getLoopContext(outputbuffer, &adpcminfo, soundinfo->loopStart); in encode_soundfile()
897 getLoopContext = (lpFunc5)GetProcAddress(hDllDsptool, "getLoopContext"); in get_dll()
910 !getLoopContext in get_dll()
/RvlSDK-3.3/include/win32/
Ddsptool.h96 LINKDLL void getLoopContext