Searched defs:pEAS (Results 1 - 7 of 7) sorted by relevance

/external/sonivox/arm-fm-22k/lib_src/
H A Deas_synth.h308 const S_EAS *pEAS; member in struct:s_synth_tag
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...]
/external/sonivox/arm-hybrid-22k/lib_src/
H A Deas_synth.h308 const S_EAS *pEAS; member in struct:s_synth_tag
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...]
/external/sonivox/arm-wt-22k/lib_src/
H A Deas_synth.h308 const S_EAS *pEAS; member in struct:s_synth_tag
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_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...]

Completed in 586 milliseconds