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

  /external/sonivox/arm-wt-22k/lib_src/
eas_wtsynth.c 314 const S_WT_REGION *pRegion;
343 pRegion = &(pSynth->pEAS->pWTRegions[regionIndex]);
344 pWTVoice->artIndex = pRegion->artIndex;
386 if (pRegion->region.keyGroupAndFlags & REGION_FLAG_USE_WAVE_GENERATOR)
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];
406 if (pRegion->region.keyGroupAndFlags & REGION_FLAG_IS_LOOPED)
408 pWTVoice->loopStart = pWTVoice->phaseAccum + pRegion->loopStart;
409 pWTVoice->loopEnd = pWTVoice->phaseAccum + pRegion->loopEnd - 1
    [all...]
eas_voicemgt.c     [all...]
eas_mdls.c     [all...]
  /external/icu/icu4c/source/i18n/
tznames_impl.cpp     [all...]
  /external/subsampling-scale-image-view/library/src/main/java/com/davemorrissey/labs/subscaleview/
SubsamplingScaleImageView.java 212 private Rect pRegion;
438 this.pRegion = previewSource.getSRegion();
524 pRegion = null;
    [all...]

Completed in 873 milliseconds