Searched defs:SynthMasterGain (Results 1 - 2 of 2) sorted by relevance

/external/sonivox/arm-wt-22k/lib_src/
H A DARM-E_mastergain_gnu.s2 @ Function: SynthMasterGain
9 @ SynthMasterGain(
43 .func SynthMasterGain
44 SynthMasterGain: label
46 .global SynthMasterGain @ allow other files to use this function
H A Deas_mixer.c173 SynthMasterGain(pEASData->pMixBuffer, pEASData->pOutputAudioBuffer, gain, (EAS_U16) ((EAS_U16) numSamples * 2));
175 SynthMasterGain(pEASData->pMixBuffer, pEASData->pOutputAudioBuffer, gain, (EAS_U16) numSamples);
255 * SynthMasterGain
266 void SynthMasterGain (long *pInputBuffer, EAS_PCM *pOutputBuffer, EAS_U16 nGain, EAS_U16 numSamples) { function

Completed in 91 milliseconds