Searched refs:waveIndex (Results 1 – 4 of 4) sorted by relevance
/external/sonivox/arm-wt-22k/lib_src/ |
D | eas_mdls.c | 416 static EAS_RESULT Parse_wave (SDLS_SYNTHESIZER_DATA *pDLSData, EAS_I32 pos, EAS_U16 waveIndex); 430 …THESIZER_DATA *pDLSData, EAS_U16 regionIndex, EAS_U16 artIndex, EAS_U16 waveIndex, S_WSMP_DATA *pW… 825 EAS_U16 waveIndex; in Parse_ptbl() local 850 for (waveIndex = 0; waveIndex < pDLSData->waveCount; waveIndex++) in Parse_ptbl() 864 if ((result = Parse_wave(pDLSData, wtblPos +(EAS_I32) temp, waveIndex)) != EAS_SUCCESS) in Parse_ptbl() 887 static EAS_RESULT Parse_wave (SDLS_SYNTHESIZER_DATA *pDLSData, EAS_I32 pos, EAS_U16 waveIndex) in Parse_wave() argument 960 p = &pDLSData->wsmpData[waveIndex]; in Parse_wave() 1037 pDLSData->pDLS->pDLSSampleOffsets[waveIndex] = pDLSData->wavePoolOffset; in Parse_wave() 1038 pDLSData->pDLS->pDLSSampleLen[waveIndex] = (EAS_U32) size; in Parse_wave() 1625 EAS_U32 waveIndex; in Parse_rgn() local [all …]
|
D | eas_wtsynth.c | 398 …->phaseAccum = (EAS_U32) pSynth->pEAS->pSamples + pSynth->pEAS->pSampleOffsets[pRegion->waveIndex]; in WT_StartVoice() 400 pWTVoice->phaseAccum = pSynth->pEAS->pSampleOffsets[pRegion->waveIndex]; in WT_StartVoice() 402 …->phaseAccum = (EAS_U32) pSynth->pEAS->pSamples + pSynth->pEAS->pSampleOffsets[pRegion->waveIndex]; in WT_StartVoice() 411 …tart = pWTVoice->loopEnd = pWTVoice->phaseAccum + pSynth->pEAS->pSampleLen[pRegion->waveIndex] - 1; in WT_StartVoice()
|
D | eas_dlssynth.c | 348 …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()
|
D | eas_sndlib.h | 231 EAS_U16 waveIndex; member
|