Home
last modified time | relevance | path

Searched refs:getNibblesForNSamples (Results 1 – 2 of 2) sorted by relevance

/RvlSDK-3.1.4/include/win32/
Ddsptool.h76 LINKDLL u32 getNibblesForNSamples (u32 samples);
/RvlSDK-3.1.4/build/tools/dspadpcm/src/
Dmain.c69 lpFunc1 getNibblesForNSamples; variable
590 …dspadpcmheader.num_adpcm_nibbles = reverse_endian_32(getNibblesForNSamples(soundinfo->samples)); in encode_soundfile()
882 getNibblesForNSamples = (lpFunc1)GetProcAddress(hDllDsptool, "getNibblesForNSamples"); in get_dll()
895 !getNibblesForNSamples || in get_dll()