Home
last modified time | relevance | path

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

/RvlSDK-3.3/build/tools/dls1wt/src/
Dmain.c47 lpFunc1 getBytesForPcmBuffer; variable
84 if (!(getBytesForPcmBuffer = in getDll()
Ddls.c861 extern lpFunc1 getBytesForPcmBuffer;
910 nBytesForPcm16Buffer = getBytesForPcmBuffer(count); in dls_data()
/RvlSDK-3.3/include/win32/
Ddsptool.h73 LINKDLL u32 getBytesForPcmBuffer (u32 samples);
/RvlSDK-3.3/build/tools/dspadpcm/src/
Dmain.c81 lpFunc1 getBytesForPcmBuffer; variable
889 getBytesForPcmBuffer = (lpFunc1)GetProcAddress(hDllDsptool, "getBytesForPcmBuffer"); in get_dll()
902 !getBytesForPcmBuffer || in get_dll()