Home
last modified time | relevance | path

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

/external/sonivox/arm-wt-22k/lib_src/
Deas_mixer.c173 …SynthMasterGain(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()
183 pEASData->pOutputAudioBuffer, in EAS_MixEnginePost()
184 pEASData->pOutputAudioBuffer, in EAS_MixEnginePost()
193 pEASData->pOutputAudioBuffer, in EAS_MixEnginePost()
194 pEASData->pOutputAudioBuffer, in EAS_MixEnginePost()
203 pEASData->pOutputAudioBuffer, in EAS_MixEnginePost()
204 pEASData->pOutputAudioBuffer, in EAS_MixEnginePost()
216 pEASData->pOutputAudioBuffer, in EAS_MixEnginePost()
226 pEASData->pOutputAudioBuffer, in EAS_MixEnginePost()
[all …]
Deas_data.h105 EAS_PCM *pOutputAudioBuffer; member
Deas_public.c895 pEASData->pOutputAudioBuffer = pOut; in EAS_Render()