Lines Matching refs:lpFunc1
58 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()
879 getBytesForPcmBuffer = (lpFunc1)GetProcAddress(hDllDsptool, "getBytesForPcmBuffer"); in get_dll()
880 getBytesForPcmSamples = (lpFunc1)GetProcAddress(hDllDsptool, "getBytesForPcmSamples"); in get_dll()
881 getNibbleAddress = (lpFunc1)GetProcAddress(hDllDsptool, "getNibbleAddress"); in get_dll()
882 getNibblesForNSamples = (lpFunc1)GetProcAddress(hDllDsptool, "getNibblesForNSamples"); in get_dll()
883 getSampleForAdpcmNibble = (lpFunc1)GetProcAddress(hDllDsptool, "getSampleForAdpcmNibble"); in get_dll()