Home
last modified time | relevance | path

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

/RvlSDK-3.3/build/tools/dls1wt/src/
Dmain.c39 typedef u32 (*lpFunc1)(u32); typedef
45 lpFunc1 getBytesForAdpcmBuffer;
46 lpFunc1 getBytesForAdpcmSamples;
47 lpFunc1 getBytesForPcmBuffer;
48 lpFunc1 getNibbleAddress;
73 (lpFunc1)GetProcAddress( in getDll()
79 (lpFunc1)GetProcAddress( in getDll()
85 (lpFunc1)GetProcAddress( in getDll()
Ddls.c853 typedef u32 (*lpFunc1)(u32); typedef
859 extern lpFunc1 getBytesForAdpcmBuffer;
860 extern lpFunc1 getBytesForAdpcmSamples;
861 extern lpFunc1 getBytesForPcmBuffer;
862 extern lpFunc1 getNibbleAddress;
/RvlSDK-3.3/build/tools/dspadpcm/src/
Dmain.c73 typedef u32 (*lpFunc1)(u32); typedef
79 lpFunc1 getBytesForAdpcmBuffer;
80 lpFunc1 getBytesForAdpcmSamples;
81 lpFunc1 getBytesForPcmBuffer;
82 lpFunc1 getBytesForPcmSamples;
83 lpFunc1 getNibbleAddress;
84 lpFunc1 getNibblesForNSamples;
85 lpFunc1 getSampleForAdpcmNibble;
887 getBytesForAdpcmBuffer = (lpFunc1)GetProcAddress(hDllDsptool, "getBytesForAdpcmBuffer"); in get_dll()
888 getBytesForAdpcmSamples = (lpFunc1)GetProcAddress(hDllDsptool, "getBytesForAdpcmSamples"); in get_dll()
[all …]