Home
last modified time | relevance | path

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

/RvlSDK-3.3/include/win32/
Ddsptool.h76 LINKDLL u32 getNibblesForNSamples (u32 samples);
/RvlSDK-3.3/build/tools/dspadpcm/src/
Dmain.c84 lpFunc1 getNibblesForNSamples; variable
600 dspadpcmheader.num_adpcm_nibbles = reverse_endian_32(getNibblesForNSamples(soundinfo->samples)); in encode_soundfile()
892 getNibblesForNSamples = (lpFunc1)GetProcAddress(hDllDsptool, "getNibblesForNSamples"); in get_dll()
905 !getNibblesForNSamples || in get_dll()