Home
last modified time | relevance | path

Searched refs:pRegion (Results 1 – 5 of 5) sorted by relevance

/external/sonivox/arm-wt-22k/lib_src/
Deas_wtsynth.c313 const S_WT_REGION *pRegion; in WT_StartVoice() local
342 pRegion = &(pSynth->pEAS->pWTRegions[regionIndex]); in WT_StartVoice()
343 pWTVoice->artIndex = pRegion->artIndex; in WT_StartVoice()
385 if (pRegion->region.keyGroupAndFlags & REGION_FLAG_USE_WAVE_GENERATOR) in WT_StartVoice()
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()
405 if (pRegion->region.keyGroupAndFlags & REGION_FLAG_IS_LOOPED) in WT_StartVoice()
407 pWTVoice->loopStart = pWTVoice->phaseAccum + pRegion->loopStart; in WT_StartVoice()
408 pWTVoice->loopEnd = pWTVoice->phaseAccum + pRegion->loopEnd - 1; in WT_StartVoice()
[all …]
Deas_voicemgt.c1449 const S_REGION *pRegion; in VMCheckKeyGroup() local
1465 pRegion = GetRegionPtr(pSynth, pVoiceMgr->voices[voiceNum].regionIndex); in VMCheckKeyGroup()
1466 if (keyGroup == (pRegion->keyGroupAndFlags & 0x0f00)) in VMCheckKeyGroup()
1490 pRegion = GetRegionPtr(pSynth, pVoiceMgr->voices[voiceNum].nextRegionIndex); in VMCheckKeyGroup()
1491 if (keyGroup == (pRegion->keyGroupAndFlags & 0x0f00)) in VMCheckKeyGroup()
1612 const S_REGION *pRegion; in VMStartVoice() local
1620 pRegion = GetRegionPtr(pSynth, regionIndex); in VMStartVoice()
1626 if ((pRegion->keyGroupAndFlags & REGION_FLAG_OFF_CHIP) == 0) in VMStartVoice()
1653 keyGroup = pRegion->keyGroupAndFlags & 0x0f00; in VMStartVoice()
1658 if ((pRegion->keyGroupAndFlags & REGION_FLAG_NON_SELF_EXCLUSIVE) == 0) in VMStartVoice()
[all …]
Deas_mdls.c2633 S_DLS_REGION *pRegion; in DumpDLS() local
2653 pRegion = &pEAS->pWTRegions[j]; in DumpDLS()
2654 EAS_ReportEx(_EAS_SEVERITY_NOFILTER, 0x19299ed4, 0x00000028 , pRegion->gain); in DumpDLS()
2655 …S_ReportEx(_EAS_SEVERITY_NOFILTER, 0x19299ed4, 0x00000029 , pRegion->region.rangeLow, pRegion->reg… in DumpDLS()
2656 … EAS_ReportEx(_EAS_SEVERITY_NOFILTER, 0x19299ed4, 0x0000002a , pRegion->region.keyGroupAndFlags); in DumpDLS()
2657 EAS_ReportEx(_EAS_SEVERITY_NOFILTER, 0x19299ed4, 0x0000002b , pRegion->loopStart); in DumpDLS()
2658 EAS_ReportEx(_EAS_SEVERITY_NOFILTER, 0x19299ed4, 0x0000002c , pRegion->loopEnd); in DumpDLS()
2659 EAS_ReportEx(_EAS_SEVERITY_NOFILTER, 0x19299ed4, 0x0000002d , pRegion->tuning); in DumpDLS()
2660 EAS_ReportEx(_EAS_SEVERITY_NOFILTER, 0x19299ed4, 0x0000002e , pRegion->artIndex); in DumpDLS()
2661 EAS_ReportEx(_EAS_SEVERITY_NOFILTER, 0x19299ed4, 0x0000002f , pRegion->waveIndex); in DumpDLS()
[all …]
/external/mesa3d/src/gallium/state_trackers/xorg/
Dxorg_dri2.c292 dri2_copy_region(DrawablePtr pDraw, RegionPtr pRegion, in dri2_copy_region() argument
354 REGION_COPY(pScreen, copy_clip, pRegion); in dri2_copy_region()
360 dst_priv->fence && REGION_NUM_RECTS(pRegion) == 1) { in dri2_copy_region()
361 BoxPtr extents = REGION_EXTENTS(pScreen, pRegion); in dri2_copy_region()
381 DamageRegionAppend(src_draw, pRegion); in dri2_copy_region()
/external/icu/icu4c/source/i18n/
Dtznames_impl.cpp1523 char **pRegion = regions; in createInstance() local
1524 for (int32_t i = 0; i < numRegions; i++, pRegion++) { in createInstance()
1525 *pRegion = NULL; in createInstance()
1528 pRegion = regions; in createInstance()
1529 for (int32_t i = 0; i < numRegions; i++, pRegion++) { in createInstance()
1536 *pRegion = (char*)uprv_malloc(sizeof(char) * (len + 1)); in createInstance()
1537 if (*pRegion == NULL) { in createInstance()
1541 u_UCharsToChars(uregion, *pRegion, len); in createInstance()
1542 (*pRegion)[len] = 0; in createInstance()