Home
last modified time | relevance | path

Searched refs:soundConvert8to16Bit (Results 1 – 3 of 3) sorted by relevance

/RvlSDK-3.2.2/build/tools/sndconv/src/
Dsoundformat.c155 void soundConvert8to16Bit(s16 *dest, s8 *source, u32 samples) in soundConvert8to16Bit() function
217 soundConvert8to16Bit(p, source, samples); in soundConvert8BitToAdpcm()
235 soundConvert8to16Bit(p, source, samples); in soundConvert8BitToAdpcmLoop()
Dsoundconv.h137 void soundConvert8to16Bit (s16 *dest, s8 *source, u32 samples);
Dsound.c288 soundConvert8to16Bit(p, source, soundinfo.samples); in soundPack8BitSource()