Searched refs:pAudioBuffer (Results 1 – 5 of 5) sorted by relevance
/external/sonivox/arm-wt-22k/lib_src/ |
D | eas_wtengine.c | 100 pInputBuffer = pWTIntFrame->pAudioBuffer; in WT_VoiceGain() 198 pOutputBuffer = pWTIntFrame->pAudioBuffer; in WT_Interpolate() 296 pOutputBuffer = pWTIntFrame->pAudioBuffer; in WT_InterpolateNoLoop() 372 EAS_PCM *pAudioBuffer; in WT_VoiceFilter() local 389 pAudioBuffer = pWTIntFrame->pAudioBuffer; in WT_VoiceFilter() 405 acc0 = *pAudioBuffer; in WT_VoiceFilter() 413 *pAudioBuffer++ = (EAS_I16) z1; in WT_VoiceFilter() 457 pOutputBuffer = pWTIntFrame->pAudioBuffer; in WT_NoiseGenerator() 540 pWTIntFrame->pAudioBuffer, in WT_ProcessVoice() 551 pWTIntFrame->pAudioBuffer, in WT_ProcessVoice()
|
D | eas_wtengine.h | 65 EAS_PCM *pAudioBuffer; member
|
D | eas_dlssynth.c | 420 intFrame.pAudioBuffer = pVoiceMgr->voiceBuffer; in DLS_UpdateVoice()
|
D | eas_wtsynth.c | 591 intFrame.pAudioBuffer = pVoiceMgr->voiceBuffer; in WT_UpdateVoice()
|
/external/sonivox/arm-wt-22k/jetcreator_lib_src/darwin-x86/ |
D | EASLib.c | 385 EAS_RESULT addData(EAS_PCM *pAudioBuffer) in addData() argument 388 memcpy(pBuf->pData[(pBuf->ix)++], pAudioBuffer, 2048); in addData() 406 EAS_EXPORT EAS_RESULT EAS_RenderWaveOut(EAS_DATA_HANDLE easHandle, EAS_PCM *pAudioBuffer, EAS_I32 n… in EAS_RenderWaveOut() argument 416 EAS_RESULT result = EAS_Render(easHandle, pAudioBuffer, numRequested, pNumGenerated); in EAS_RenderWaveOut() 417 addData( pAudioBuffer ); in EAS_RenderWaveOut() 427 EAS_EXPORT EAS_RESULT EAS_RenderAuxMixerWaveOut (EAS_DATA_HANDLE easHandle, EAS_PCM *pAudioBuffer, … in EAS_RenderAuxMixerWaveOut() argument 436 EAS_RESULT result = EAS_RenderAuxMixer(easHandle, pAudioBuffer, pNumGenerated); in EAS_RenderAuxMixerWaveOut() 437 addData( pAudioBuffer ); in EAS_RenderAuxMixerWaveOut()
|