Searched refs:pEAS (Results 1 - 14 of 14) sorted by relevance

/external/sonivox/arm-hybrid-22k/lib_src/
H A Deas_wtsynth.c177 pArticulation = &pSynth->pEAS->pArticulations[pWTVoice->artIndex];
258 if (pWTVoice->eg1Value < pSynth->pEAS->pArticulations[pWTVoice->artIndex].eg1.sustainLevel)
339 pRegion = &(pSynth->pEAS->pWTRegions[regionIndex]);
346 pArt = &pSynth->pEAS->pArticulations[pWTVoice->artIndex];
395 pWTVoice->phaseAccum = (EAS_U32) pSynth->pEAS->pSamples + pSynth->pEAS->pSampleOffsets[pRegion->waveIndex];
397 pWTVoice->phaseAccum = pSynth->pEAS->pSampleOffsets[pRegion->waveIndex];
399 pWTVoice->phaseAccum = (EAS_U32) pSynth->pEAS->pSamples + pSynth->pEAS->pSampleOffsets[pRegion->waveIndex];
408 pWTVoice->loopStart = pWTVoice->loopEnd = pWTVoice->phaseAccum + pSynth->pEAS
[all...]
H A Deas_voicemgt.c133 return &pSynth->pEAS->pFMRegions[regionIndex & REGION_INDEX_MASK].region;
135 return &pSynth->pEAS->pWTRegions[regionIndex].region;
137 return &pSynth->pEAS->pWTRegions[regionIndex].region;
139 return &pSynth->pEAS->pFMRegions[regionIndex].region;
2579 static EAS_RESULT VMFindProgram (const S_EAS *pEAS, EAS_U32 bank, EAS_U8 programNum, EAS_U16 *pRegionIndex) argument
2587 if (pEAS == NULL)
2591 for (i = 0; i < pEAS->numBanks; i++)
2593 if (bank == (EAS_U32) pEAS->pBanks[i].locale)
2595 regionIndex = pEAS->pBanks[i].regionIndex[programNum];
2609 for (i = 0, p = pEAS
3463 VMValidateEASLib(EAS_SNDLIB_HANDLE pEAS) argument
3523 VMSetGlobalEASLib(S_VOICE_MGR *pVoiceMgr, EAS_SNDLIB_HANDLE pEAS) argument
3551 VMSetEASLib(S_SYNTH *pSynth, EAS_SNDLIB_HANDLE pEAS) argument
[all...]
H A Deas_vm_protos.h839 EAS_RESULT VMSetGlobalEASLib (S_VOICE_MGR *pVoiceMgr, EAS_SNDLIB_HANDLE pEAS);
840 EAS_RESULT VMSetEASLib (S_SYNTH *pSynth, EAS_SNDLIB_HANDLE pEAS);
H A Deas_synth.h308 const S_EAS *pEAS; member in struct:s_synth_tag
H A Deas_fmsynth.c142 return &pSynth->pEAS->pFMRegions[pVoice->regionIndex & REGION_INDEX_MASK];
144 return &pSynth->pEAS->pFMRegions[pVoice->regionIndex];
/external/sonivox/arm-wt-22k/lib_src/
H A Deas_wtsynth.c177 pArticulation = &pSynth->pEAS->pArticulations[pWTVoice->artIndex];
258 if (pWTVoice->eg1Value < pSynth->pEAS->pArticulations[pWTVoice->artIndex].eg1.sustainLevel)
339 pRegion = &(pSynth->pEAS->pWTRegions[regionIndex]);
346 pArt = &pSynth->pEAS->pArticulations[pWTVoice->artIndex];
395 pWTVoice->phaseAccum = (EAS_U32) pSynth->pEAS->pSamples + pSynth->pEAS->pSampleOffsets[pRegion->waveIndex];
397 pWTVoice->phaseAccum = pSynth->pEAS->pSampleOffsets[pRegion->waveIndex];
399 pWTVoice->phaseAccum = (EAS_U32) pSynth->pEAS->pSamples + pSynth->pEAS->pSampleOffsets[pRegion->waveIndex];
408 pWTVoice->loopStart = pWTVoice->loopEnd = pWTVoice->phaseAccum + pSynth->pEAS
[all...]
H A Deas_voicemgt.c133 return &pSynth->pEAS->pFMRegions[regionIndex & REGION_INDEX_MASK].region;
135 return &pSynth->pEAS->pWTRegions[regionIndex].region;
137 return &pSynth->pEAS->pWTRegions[regionIndex].region;
139 return &pSynth->pEAS->pFMRegions[regionIndex].region;
2579 static EAS_RESULT VMFindProgram (const S_EAS *pEAS, EAS_U32 bank, EAS_U8 programNum, EAS_U16 *pRegionIndex) argument
2587 if (pEAS == NULL)
2591 for (i = 0; i < pEAS->numBanks; i++)
2593 if (bank == (EAS_U32) pEAS->pBanks[i].locale)
2595 regionIndex = pEAS->pBanks[i].regionIndex[programNum];
2609 for (i = 0, p = pEAS
3463 VMValidateEASLib(EAS_SNDLIB_HANDLE pEAS) argument
3523 VMSetGlobalEASLib(S_VOICE_MGR *pVoiceMgr, EAS_SNDLIB_HANDLE pEAS) argument
3551 VMSetEASLib(S_SYNTH *pSynth, EAS_SNDLIB_HANDLE pEAS) argument
[all...]
H A Deas_vm_protos.h839 EAS_RESULT VMSetGlobalEASLib (S_VOICE_MGR *pVoiceMgr, EAS_SNDLIB_HANDLE pEAS);
840 EAS_RESULT VMSetEASLib (S_SYNTH *pSynth, EAS_SNDLIB_HANDLE pEAS);
H A Deas_mdls.c431 static void DumpDLS (S_EAS *pEAS);
713 * pEAS - pointer to alternate EAS wavetable
2589 static void DumpDLS (S_EAS *pEAS) argument
2596 EAS_ReportEx(_EAS_SEVERITY_NOFILTER, 0x19299ed4, 0x00000022 , pEAS->numPrograms);
2597 EAS_ReportEx(_EAS_SEVERITY_NOFILTER, 0x19299ed4, 0x00000023 , pEAS->numWTRegions);
2598 EAS_ReportEx(_EAS_SEVERITY_NOFILTER, 0x19299ed4, 0x00000024 , pEAS->numDLSArticulations);
2599 EAS_ReportEx(_EAS_SEVERITY_NOFILTER, 0x19299ed4, 0x00000025 , pEAS->numSamples);
2602 for (i = 0; i < pEAS->numPrograms; i++)
2605 pEAS->pPrograms[i].locale >> 16,
2606 (pEAS
[all...]
H A Deas_synth.h308 const S_EAS *pEAS; member in struct:s_synth_tag
/external/sonivox/arm-fm-22k/lib_src/
H A Deas_voicemgt.c133 return &pSynth->pEAS->pFMRegions[regionIndex & REGION_INDEX_MASK].region;
135 return &pSynth->pEAS->pWTRegions[regionIndex].region;
137 return &pSynth->pEAS->pWTRegions[regionIndex].region;
139 return &pSynth->pEAS->pFMRegions[regionIndex].region;
2579 static EAS_RESULT VMFindProgram (const S_EAS *pEAS, EAS_U32 bank, EAS_U8 programNum, EAS_U16 *pRegionIndex) argument
2587 if (pEAS == NULL)
2591 for (i = 0; i < pEAS->numBanks; i++)
2593 if (bank == (EAS_U32) pEAS->pBanks[i].locale)
2595 regionIndex = pEAS->pBanks[i].regionIndex[programNum];
2609 for (i = 0, p = pEAS
3463 VMValidateEASLib(EAS_SNDLIB_HANDLE pEAS) argument
3523 VMSetGlobalEASLib(S_VOICE_MGR *pVoiceMgr, EAS_SNDLIB_HANDLE pEAS) argument
3551 VMSetEASLib(S_SYNTH *pSynth, EAS_SNDLIB_HANDLE pEAS) argument
[all...]
H A Deas_vm_protos.h839 EAS_RESULT VMSetGlobalEASLib (S_VOICE_MGR *pVoiceMgr, EAS_SNDLIB_HANDLE pEAS);
840 EAS_RESULT VMSetEASLib (S_SYNTH *pSynth, EAS_SNDLIB_HANDLE pEAS);
H A Deas_synth.h308 const S_EAS *pEAS; member in struct:s_synth_tag
H A Deas_fmsynth.c142 return &pSynth->pEAS->pFMRegions[pVoice->regionIndex & REGION_INDEX_MASK];
144 return &pSynth->pEAS->pFMRegions[pVoice->regionIndex];

Completed in 272 milliseconds