OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:pRegion
(Results
1 - 4
of
4
) sorted by null
/external/sonivox/arm-wt-22k/lib_src/
eas_wtsynth.c
313
const S_WT_REGION *
pRegion
;
342
pRegion
= &(pSynth->pEAS->pWTRegions[regionIndex]);
343
pWTVoice->artIndex =
pRegion
->artIndex;
385
if (
pRegion
->region.keyGroupAndFlags & REGION_FLAG_USE_WAVE_GENERATOR)
398
pWTVoice->phaseAccum = (EAS_U32) pSynth->pEAS->pSamples + pSynth->pEAS->pSampleOffsets[
pRegion
->waveIndex];
400
pWTVoice->phaseAccum = pSynth->pEAS->pSampleOffsets[
pRegion
->waveIndex];
402
pWTVoice->phaseAccum = (EAS_U32) pSynth->pEAS->pSamples + pSynth->pEAS->pSampleOffsets[
pRegion
->waveIndex];
405
if (
pRegion
->region.keyGroupAndFlags & REGION_FLAG_IS_LOOPED)
407
pWTVoice->loopStart = pWTVoice->phaseAccum +
pRegion
->loopStart;
408
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
...]
Completed in 334 milliseconds