Home
last modified time | relevance | path

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

/RvlSDK-3.1.4/build/tools/sndconv/src/
Dsoundconv.h135 void soundConvert16to8Bit (s8 *dest, s16 *source, u32 samples);
Dsoundformat.c172 void soundConvert16to8Bit(s8 *dest, s16 *source, u32 samples) in soundConvert16to8Bit() function
Dsound.c376 soundConvert16to8Bit(p, source, soundinfo.samples); in soundPack16BitSource()