Home
last modified time | relevance | path

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

/RvlSDK-3.3/build/tools/sndconv/src/
Dsndconv.c624 typedef int (*FUNCTION4)(int); typedef
627 FUNCTION4 getBytesForAdpcmBuffer;
628 FUNCTION4 getBytesForAdpcmSamples;
629 FUNCTION4 getNibbleAddress;
649 getBytesForAdpcmBuffer = (FUNCTION4)GetProcAddress(hDllDsptool, "getBytesForAdpcmBuffer"); in loadDlls()
650 getBytesForAdpcmSamples = (FUNCTION4)GetProcAddress(hDllDsptool, "getBytesForAdpcmSamples"); in loadDlls()
651 getNibbleAddress = (FUNCTION4)GetProcAddress(hDllDsptool, "getNibbleAddress"); in loadDlls()