Home
last modified time | relevance | path

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

/RvlSDK-3.1.4/build/tools/dls1wt/src/
Dmain.c36 typedef u32 (*lpFunc1)(u32); typedef
42 lpFunc1 getBytesForAdpcmBuffer;
43 lpFunc1 getBytesForAdpcmSamples;
44 lpFunc1 getBytesForPcmBuffer;
45 lpFunc1 getNibbleAddress;
70 (lpFunc1)GetProcAddress( in getDll()
76 (lpFunc1)GetProcAddress( in getDll()
82 (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.1.4/build/tools/dspadpcm/src/
Dmain.c58 typedef u32 (*lpFunc1)(u32); typedef
64 lpFunc1 getBytesForAdpcmBuffer;
65 lpFunc1 getBytesForAdpcmSamples;
66 lpFunc1 getBytesForPcmBuffer;
67 lpFunc1 getBytesForPcmSamples;
68 lpFunc1 getNibbleAddress;
69 lpFunc1 getNibblesForNSamples;
70 lpFunc1 getSampleForAdpcmNibble;
877 getBytesForAdpcmBuffer = (lpFunc1)GetProcAddress(hDllDsptool, "getBytesForAdpcmBuffer"); in get_dll()
878 getBytesForAdpcmSamples = (lpFunc1)GetProcAddress(hDllDsptool, "getBytesForAdpcmSamples"); in get_dll()
[all …]