Home
last modified time | relevance | path

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

/RvlSDK-3.1.4/build/tools/dls1wt/src/
Dmain.c44 lpFunc1 getBytesForPcmBuffer; variable
81 if (!(getBytesForPcmBuffer = in getDll()
Ddls.c861 extern lpFunc1 getBytesForPcmBuffer;
910 nBytesForPcm16Buffer = getBytesForPcmBuffer(count); in dls_data()
/RvlSDK-3.1.4/include/win32/
Ddsptool.h73 LINKDLL u32 getBytesForPcmBuffer (u32 samples);
/RvlSDK-3.1.4/build/tools/dspadpcm/src/
Dmain.c66 lpFunc1 getBytesForPcmBuffer; variable
879 getBytesForPcmBuffer = (lpFunc1)GetProcAddress(hDllDsptool, "getBytesForPcmBuffer"); in get_dll()
892 !getBytesForPcmBuffer || in get_dll()