HomeSort by relevance Sort by last modified time
    Searched refs:pEAS (Results 1 - 5 of 5) sorted by null

  /external/sonivox/arm-wt-22k/lib_src/
eas_wtsynth.c 181 pArticulation = &pSynth->pEAS->pArticulations[pWTVoice->artIndex];
262 if (pWTVoice->eg1Value < pSynth->pEAS->pArticulations[pWTVoice->artIndex].eg1.sustainLevel)
343 pRegion = &(pSynth->pEAS->pWTRegions[regionIndex]);
350 pArt = &pSynth->pEAS->pArticulations[pWTVoice->artIndex];
399 pWTVoice->phaseAccum = (EAS_U32) pSynth->pEAS->pSamples + pSynth->pEAS->pSampleOffsets[pRegion->waveIndex];
401 pWTVoice->phaseAccum = pSynth->pEAS->pSampleOffsets[pRegion->waveIndex];
403 pWTVoice->phaseAccum = (EAS_U32) pSynth->pEAS->pSamples + pSynth->pEAS->pSampleOffsets[pRegion->waveIndex];
412 pWTVoice->loopStart = pWTVoice->loopEnd = pWTVoice->phaseAccum + pSynth->pEAS->pSampleLen[pRegion->waveIndex] - 1
    [all...]
eas_voicemgt.c 133 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;
    [all...]
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);
    [all...]
eas_mdls.c 443 static void DumpDLS (S_EAS *pEAS);
727 * pEAS - pointer to alternate EAS wavetable
    [all...]
eas_synth.h 308 const S_EAS *pEAS;

Completed in 94 milliseconds