Home
last modified time | relevance | path

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

/external/sonivox/arm-wt-22k/lib_src/
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 symbol
Deas_mixer.c173SynthMasterGain(pEASData->pMixBuffer, pEASData->pOutputAudioBuffer, gain, (EAS_U16) ((EAS_U16) num… in EAS_MixEnginePost()
175 SynthMasterGain(pEASData->pMixBuffer, pEASData->pOutputAudioBuffer, gain, (EAS_U16) numSamples); in EAS_MixEnginePost()
266 void SynthMasterGain (long *pInputBuffer, EAS_PCM *pOutputBuffer, EAS_U16 nGain, EAS_U16 numSamples… in SynthMasterGain() function
Deas_mixer.h43 extern void SynthMasterGain( long *pInputBuffer, EAS_PCM *pOutputBuffer, EAS_U16 nGain, EAS_U16 nNu…