Searched refs:SynthMasterGain (Results 1 - 3 of 3) sorted by relevance
/external/sonivox/arm-wt-22k/lib_src/ |
H A D | eas_mixer.h | 43 extern void SynthMasterGain( long *pInputBuffer, EAS_PCM *pOutputBuffer, EAS_U16 nGain, EAS_U16 nNumLoopSamples);
|
H A D | ARM-E_mastergain_gnu.s | 2 @ Function: SynthMasterGain
9 @ SynthMasterGain(
43 .func SynthMasterGain
44 SynthMasterGain:
label 46 .global SynthMasterGain @ allow other files to use this function
|
H A D | eas_mixer.c | 173 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 88 milliseconds