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

  /external/sonivox/arm-wt-22k/lib_src/
eas_dlssynth.c 308 const S_DLS_REGION *pDLSRegion;
318 pDLSRegion = &pSynth->pDLS->pDLSRegions[regionIndex & REGION_INDEX_MASK];
319 pWTVoice->artIndex = pDLSRegion->wtRegion.artIndex;
337 pVoice->gain = (EAS_I16) DLS_UpdateGain(pWTVoice, pDLSArt, pChannel, pDLSRegion->wtRegion.gain, pVoice->velocity);
348 pWTVoice->phaseAccum = (EAS_U32) pSynth->pDLS->pDLSSamples + pSynth->pDLS->pDLSSampleOffsets[pDLSRegion->wtRegion.waveIndex];
349 if (pDLSRegion->wtRegion.region.keyGroupAndFlags & REGION_FLAG_IS_LOOPED)
351 pWTVoice->loopStart = pWTVoice->phaseAccum + pDLSRegion->wtRegion.loopStart;
352 pWTVoice->loopEnd = pWTVoice->phaseAccum + pDLSRegion->wtRegion.loopEnd - 1;
355 pWTVoice->loopStart = pWTVoice->loopEnd = pWTVoice->phaseAccum + pSynth->pDLS->pDLSSampleLen[pDLSRegion->wtRegion.waveIndex] - 1;
382 const S_DLS_REGION *pDLSRegion;
    [all...]
eas_voicemgt.c     [all...]
  /external/sonivox/arm-fm-22k/lib_src/
eas_voicemgt.c     [all...]
  /external/sonivox/arm-hybrid-22k/lib_src/
eas_voicemgt.c     [all...]

Completed in 88 milliseconds