Home
last modified time | relevance | path

Searched refs:waveIndex (Results 1 – 4 of 4) sorted by relevance

/external/sonivox/arm-wt-22k/lib_src/
Deas_mdls.c421 static EAS_RESULT Parse_wave (SDLS_SYNTHESIZER_DATA *pDLSData, EAS_I32 pos, EAS_U16 waveIndex);
435 …THESIZER_DATA *pDLSData, EAS_U16 regionIndex, EAS_U16 artIndex, EAS_U16 waveIndex, S_WSMP_DATA *pW…
841 EAS_U16 waveIndex; in Parse_ptbl() local
875 for (waveIndex = 0; waveIndex < pDLSData->waveCount; waveIndex++) in Parse_ptbl()
889 if ((result = Parse_wave(pDLSData, wtblPos +(EAS_I32) temp, waveIndex)) != EAS_SUCCESS) in Parse_ptbl()
912 static EAS_RESULT Parse_wave (SDLS_SYNTHESIZER_DATA *pDLSData, EAS_I32 pos, EAS_U16 waveIndex) in Parse_wave() argument
985 p = &pDLSData->wsmpData[waveIndex]; in Parse_wave()
1062 pDLSData->pDLS->pDLSSampleOffsets[waveIndex] = pDLSData->wavePoolOffset; in Parse_wave()
1063 pDLSData->pDLS->pDLSSampleLen[waveIndex] = (EAS_U32) size; in Parse_wave()
1720 EAS_U32 waveIndex; in Parse_rgn() local
[all …]
Deas_wtsynth.c399 …->phaseAccum = (EAS_U32) pSynth->pEAS->pSamples + pSynth->pEAS->pSampleOffsets[pRegion->waveIndex]; in WT_StartVoice()
401 pWTVoice->phaseAccum = pSynth->pEAS->pSampleOffsets[pRegion->waveIndex]; in WT_StartVoice()
403 …->phaseAccum = (EAS_U32) pSynth->pEAS->pSamples + pSynth->pEAS->pSampleOffsets[pRegion->waveIndex]; in WT_StartVoice()
418 …tart = pWTVoice->loopEnd = pWTVoice->phaseAccum + pSynth->pEAS->pSampleLen[pRegion->waveIndex] - 1; in WT_StartVoice()
420 …tart = pWTVoice->loopEnd = pWTVoice->phaseAccum + pSynth->pEAS->pSampleLen[pRegion->waveIndex] - 2; in WT_StartVoice()
Deas_sndlib.h231 EAS_U16 waveIndex; member
Deas_dlssynth.c348 …S_U32) pSynth->pDLS->pDLSSamples + pSynth->pDLS->pDLSSampleOffsets[pDLSRegion->wtRegion.waveIndex]; in DLS_StartVoice()
355 …->loopEnd = pWTVoice->phaseAccum + pSynth->pDLS->pDLSSampleLen[pDLSRegion->wtRegion.waveIndex] - 1; in DLS_StartVoice()