Searched refs:waveIndex (Results 1 – 7 of 7) sorted by relevance
/external/sonivox/arm-wt-22k/lib_src/ |
D | eas_mdls.c | 408 static EAS_RESULT Parse_wave (SDLS_SYNTHESIZER_DATA *pDLSData, EAS_I32 pos, EAS_U16 waveIndex); 422 …THESIZER_DATA *pDLSData, EAS_U16 regionIndex, EAS_U16 artIndex, EAS_U16 waveIndex, S_WSMP_DATA *pW… 815 EAS_U16 waveIndex; in Parse_ptbl() local 840 for (waveIndex = 0; waveIndex < pDLSData->waveCount; waveIndex++) in Parse_ptbl() 854 if ((result = Parse_wave(pDLSData, wtblPos +(EAS_I32) temp, waveIndex)) != EAS_SUCCESS) in Parse_ptbl() 877 static EAS_RESULT Parse_wave (SDLS_SYNTHESIZER_DATA *pDLSData, EAS_I32 pos, EAS_U16 waveIndex) in Parse_wave() argument 950 p = &pDLSData->wsmpData[waveIndex]; in Parse_wave() 1027 pDLSData->pDLS->pDLSSampleOffsets[waveIndex] = pDLSData->wavePoolOffset; in Parse_wave() 1028 pDLSData->pDLS->pDLSSampleLen[waveIndex] = (EAS_U32) size; in Parse_wave() 1599 EAS_U32 waveIndex; in Parse_rgn() local [all …]
|
D | eas_wtsynth.c | 395 …->phaseAccum = (EAS_U32) pSynth->pEAS->pSamples + pSynth->pEAS->pSampleOffsets[pRegion->waveIndex]; in WT_StartVoice() 397 pWTVoice->phaseAccum = pSynth->pEAS->pSampleOffsets[pRegion->waveIndex]; in WT_StartVoice() 399 …->phaseAccum = (EAS_U32) pSynth->pEAS->pSamples + pSynth->pEAS->pSampleOffsets[pRegion->waveIndex]; in WT_StartVoice() 408 …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
|
/external/sonivox/arm-hybrid-22k/lib_src/ |
D | eas_wtsynth.c | 395 …->phaseAccum = (EAS_U32) pSynth->pEAS->pSamples + pSynth->pEAS->pSampleOffsets[pRegion->waveIndex]; in WT_StartVoice() 397 pWTVoice->phaseAccum = pSynth->pEAS->pSampleOffsets[pRegion->waveIndex]; in WT_StartVoice() 399 …->phaseAccum = (EAS_U32) pSynth->pEAS->pSamples + pSynth->pEAS->pSampleOffsets[pRegion->waveIndex]; in WT_StartVoice() 408 …tart = pWTVoice->loopEnd = pWTVoice->phaseAccum + pSynth->pEAS->pSampleLen[pRegion->waveIndex] - 1; in WT_StartVoice()
|
D | eas_sndlib.h | 231 EAS_U16 waveIndex; member
|
/external/sonivox/arm-fm-22k/lib_src/ |
D | eas_sndlib.h | 231 EAS_U16 waveIndex; member
|