Searched refs:pEAS (Results 1 – 5 of 5) sorted by relevance
/external/sonivox/arm-wt-22k/lib_src/ |
D | eas_wtsynth.c | 181 pArticulation = &pSynth->pEAS->pArticulations[pWTVoice->artIndex]; in WT_ReleaseVoice() 262 if (pWTVoice->eg1Value < pSynth->pEAS->pArticulations[pWTVoice->artIndex].eg1.sustainLevel) in WT_SustainPedal() 343 pRegion = &(pSynth->pEAS->pWTRegions[regionIndex]); in WT_StartVoice() 350 pArt = &pSynth->pEAS->pArticulations[pWTVoice->artIndex]; in WT_StartVoice() 399 …pWTVoice->phaseAccum = (EAS_U32) pSynth->pEAS->pSamples + pSynth->pEAS->pSampleOffsets[pRegion->wa… in WT_StartVoice() 401 pWTVoice->phaseAccum = pSynth->pEAS->pSampleOffsets[pRegion->waveIndex]; in WT_StartVoice() 403 …pWTVoice->phaseAccum = (EAS_U32) pSynth->pEAS->pSamples + pSynth->pEAS->pSampleOffsets[pRegion->wa… in WT_StartVoice() 418 …pWTVoice->loopStart = pWTVoice->loopEnd = pWTVoice->phaseAccum + pSynth->pEAS->pSampleLen[pRegion-… in WT_StartVoice() 420 …pWTVoice->loopStart = pWTVoice->loopEnd = pWTVoice->phaseAccum + pSynth->pEAS->pSampleLen[pRegion-… in WT_StartVoice() 545 pWTRegion = &pSynth->pEAS->pWTRegions[pVoice->regionIndex & REGION_INDEX_MASK]; in WT_UpdateVoice() [all …]
|
D | eas_voicemgt.c | 133 return &pSynth->pEAS->pFMRegions[regionIndex & REGION_INDEX_MASK].region; in GetRegionPtr() 135 return &pSynth->pEAS->pWTRegions[regionIndex].region; in GetRegionPtr() 137 return &pSynth->pEAS->pWTRegions[regionIndex].region; in GetRegionPtr() 139 return &pSynth->pEAS->pFMRegions[regionIndex].region; in GetRegionPtr() 2568 static EAS_RESULT VMFindProgram (const S_EAS *pEAS, EAS_U32 bank, EAS_U8 programNum, EAS_U16 *pRegi… in VMFindProgram() argument 2576 if (pEAS == NULL) in VMFindProgram() 2580 for (i = 0; i < pEAS->numBanks; i++) in VMFindProgram() 2582 if (bank == (EAS_U32) pEAS->pBanks[i].locale) in VMFindProgram() 2584 regionIndex = pEAS->pBanks[i].regionIndex[programNum]; in VMFindProgram() 2598 for (i = 0, p = pEAS->pPrograms; i < pEAS->numPrograms; i++, p++) in VMFindProgram() [all …]
|
D | eas_mdls.c | 444 static void DumpDLS (S_EAS *pEAS); 2734 static void DumpDLS (S_EAS *pEAS) in DumpDLS() argument 2741 EAS_ReportEx(_EAS_SEVERITY_NOFILTER, 0x19299ed4, 0x00000022 , pEAS->numPrograms); in DumpDLS() 2742 EAS_ReportEx(_EAS_SEVERITY_NOFILTER, 0x19299ed4, 0x00000023 , pEAS->numWTRegions); in DumpDLS() 2743 EAS_ReportEx(_EAS_SEVERITY_NOFILTER, 0x19299ed4, 0x00000024 , pEAS->numDLSArticulations); in DumpDLS() 2744 EAS_ReportEx(_EAS_SEVERITY_NOFILTER, 0x19299ed4, 0x00000025 , pEAS->numSamples); in DumpDLS() 2747 for (i = 0; i < pEAS->numPrograms; i++) in DumpDLS() 2750 pEAS->pPrograms[i].locale >> 16, in DumpDLS() 2751 (pEAS->pPrograms[i].locale >> 8) & 0x7f, in DumpDLS() 2752 pEAS->pPrograms[i].locale & 0x7f); in DumpDLS() [all …]
|
D | eas_vm_protos.h | 839 EAS_RESULT VMSetGlobalEASLib (S_VOICE_MGR *pVoiceMgr, EAS_SNDLIB_HANDLE pEAS); 840 EAS_RESULT VMSetEASLib (S_SYNTH *pSynth, EAS_SNDLIB_HANDLE pEAS);
|
D | eas_synth.h | 308 const S_EAS *pEAS; member
|