Home
last modified time | relevance | path

Searched refs:pFrameBuffer (Results 1 – 5 of 5) sorted by relevance

/external/sonivox/arm-wt-22k/lib_src/
Deas_synth_protos.h40 EAS_BOOL (* EAS_CONST pfStartFrame)(EAS_FRAME_BUFFER_HANDLE pFrameBuffer);
41 …EAS_BOOL (* EAS_CONST pfEndFrame)(EAS_FRAME_BUFFER_HANDLE pFrameBuffer, EAS_I32 *pMixBuffer, EAS_I…
Deas_wtengine.h167 …d WTE_ConfigVoice (EAS_I32 voiceNum, S_WT_CONFIG *pWTConfig, EAS_FRAME_BUFFER_HANDLE pFrameBuffer);
168 …d WTE_ProcessVoice (EAS_I32 voiceNum, S_WT_FRAME *pWTParams, EAS_FRAME_BUFFER_HANDLE pFrameBuffer);
Deas_wtsynth.c65 extern EAS_BOOL WTE_StartFrame (EAS_FRAME_BUFFER_HANDLE pFrameBuffer);
66 extern EAS_BOOL WTE_EndFrame (EAS_FRAME_BUFFER_HANDLE pFrameBuffer, EAS_I32 *pMixBuffer, EAS_I16 ma…
439 WTE_ConfigVoice(voiceNum - NUM_PRIMARY_VOICES, &wtConfig, pVoiceMgr->pFrameBuffer); in WT_StartVoice()
617 WTE_ProcessVoice(voiceNum - NUM_PRIMARY_VOICES, &intFrame.frame, pVoiceMgr->pFrameBuffer); in WT_UpdateVoice()
Deas_synth.h371 EAS_FRAME_BUFFER_HANDLE pFrameBuffer; member
Deas_voicemgt.c3469 return pFrameInterface->pfStartFrame(pEASData->pVoiceMgr->pFrameBuffer); in VMStartFrame()
3490 …return pFrameInterface->pfEndFrame(pEASData->pVoiceMgr->pFrameBuffer, pEASData->pMixBuffer, pEASDa… in VMEndFrame()