Lines Matching refs:lpFunc1
73 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()
889 getBytesForPcmBuffer = (lpFunc1)GetProcAddress(hDllDsptool, "getBytesForPcmBuffer"); in get_dll()
890 getBytesForPcmSamples = (lpFunc1)GetProcAddress(hDllDsptool, "getBytesForPcmSamples"); in get_dll()
891 getNibbleAddress = (lpFunc1)GetProcAddress(hDllDsptool, "getNibbleAddress"); in get_dll()
892 getNibblesForNSamples = (lpFunc1)GetProcAddress(hDllDsptool, "getNibblesForNSamples"); in get_dll()
893 getSampleForAdpcmNibble = (lpFunc1)GetProcAddress(hDllDsptool, "getSampleForAdpcmNibble"); in get_dll()