Searched refs:pRegion (Results 1 - 10 of 10) sorted by relevance

/external/sonivox/arm-fm-22k/lib_src/
H A Deas_fmsynth.c160 static EAS_BOOL FM_SynthIsOutputOperator (const S_FM_REGION *pRegion, EAS_INT operIndex) argument
164 if ((pRegion->oper[operIndex].gain & 0xfc) == 0)
168 switch (pRegion->region.keyGroupAndFlags & 7)
202 pRegion->region.keyGroupAndFlags & 7); */ }
257 const S_FM_REGION *pRegion; local
261 pRegion = GetFMRegionPtr(pSynth, pVoice);
262 if (pRegion->region.keyGroupAndFlags & REGION_FLAG_ONE_SHOT)
274 fmReleaseTable[pRegion->oper[operIndex].velocityRelease & 0x0f],
275 fmScaleTable[pRegion->oper[operIndex].egKeyScale >> 4]);
327 const S_FM_REGION *pRegion; local
400 const S_FM_REGION *pRegion; local
578 FM_UpdateLFO(S_FM_VOICE *pFMVoice, const S_FM_REGION *pRegion) argument
728 FM_UpdateDynamic(S_SYNTH_VOICE *pVoice, S_FM_VOICE *pFMVoice, const S_FM_REGION *pRegion, S_SYNTH_CHANNEL *pChannel) argument
802 const S_FM_REGION *pRegion; local
[all...]
H A Deas_voicemgt.c1449 const S_REGION *pRegion; local
1465 pRegion = GetRegionPtr(pSynth, pVoiceMgr->voices[voiceNum].regionIndex);
1466 if (keyGroup == (pRegion->keyGroupAndFlags & 0x0f00))
1490 pRegion = GetRegionPtr(pSynth, pVoiceMgr->voices[voiceNum].nextRegionIndex);
1491 if (keyGroup == (pRegion->keyGroupAndFlags & 0x0f00))
1612 const S_REGION *pRegion; local
1620 pRegion = GetRegionPtr(pSynth, regionIndex);
1626 if ((pRegion->keyGroupAndFlags & REGION_FLAG_OFF_CHIP) == 0)
1653 keyGroup = pRegion->keyGroupAndFlags & 0x0f00;
1658 if ((pRegion
1828 const S_REGION *pRegion = GetRegionPtr(pSynth, regionIndex); local
[all...]
/external/sonivox/arm-hybrid-22k/lib_src/
H A Deas_fmsynth.c160 static EAS_BOOL FM_SynthIsOutputOperator (const S_FM_REGION *pRegion, EAS_INT operIndex) argument
164 if ((pRegion->oper[operIndex].gain & 0xfc) == 0)
168 switch (pRegion->region.keyGroupAndFlags & 7)
202 pRegion->region.keyGroupAndFlags & 7); */ }
257 const S_FM_REGION *pRegion; local
261 pRegion = GetFMRegionPtr(pSynth, pVoice);
262 if (pRegion->region.keyGroupAndFlags & REGION_FLAG_ONE_SHOT)
274 fmReleaseTable[pRegion->oper[operIndex].velocityRelease & 0x0f],
275 fmScaleTable[pRegion->oper[operIndex].egKeyScale >> 4]);
327 const S_FM_REGION *pRegion; local
400 const S_FM_REGION *pRegion; local
578 FM_UpdateLFO(S_FM_VOICE *pFMVoice, const S_FM_REGION *pRegion) argument
728 FM_UpdateDynamic(S_SYNTH_VOICE *pVoice, S_FM_VOICE *pFMVoice, const S_FM_REGION *pRegion, S_SYNTH_CHANNEL *pChannel) argument
802 const S_FM_REGION *pRegion; local
[all...]
H A Deas_wtsynth.c310 const S_WT_REGION *pRegion; local
339 pRegion = &(pSynth->pEAS->pWTRegions[regionIndex]);
340 pWTVoice->artIndex = pRegion->artIndex;
382 if (pRegion->region.keyGroupAndFlags & REGION_FLAG_USE_WAVE_GENERATOR)
395 pWTVoice->phaseAccum = (EAS_U32) pSynth->pEAS->pSamples + pSynth->pEAS->pSampleOffsets[pRegion->waveIndex];
397 pWTVoice->phaseAccum = pSynth->pEAS->pSampleOffsets[pRegion->waveIndex];
399 pWTVoice->phaseAccum = (EAS_U32) pSynth->pEAS->pSamples + pSynth->pEAS->pSampleOffsets[pRegion->waveIndex];
402 if (pRegion->region.keyGroupAndFlags & REGION_FLAG_IS_LOOPED)
404 pWTVoice->loopStart = pWTVoice->phaseAccum + pRegion->loopStart;
405 pWTVoice->loopEnd = pWTVoice->phaseAccum + pRegion
[all...]
H A Deas_voicemgt.c1449 const S_REGION *pRegion; local
1465 pRegion = GetRegionPtr(pSynth, pVoiceMgr->voices[voiceNum].regionIndex);
1466 if (keyGroup == (pRegion->keyGroupAndFlags & 0x0f00))
1490 pRegion = GetRegionPtr(pSynth, pVoiceMgr->voices[voiceNum].nextRegionIndex);
1491 if (keyGroup == (pRegion->keyGroupAndFlags & 0x0f00))
1612 const S_REGION *pRegion; local
1620 pRegion = GetRegionPtr(pSynth, regionIndex);
1626 if ((pRegion->keyGroupAndFlags & REGION_FLAG_OFF_CHIP) == 0)
1653 keyGroup = pRegion->keyGroupAndFlags & 0x0f00;
1658 if ((pRegion
1828 const S_REGION *pRegion = GetRegionPtr(pSynth, regionIndex); local
[all...]
/external/sonivox/arm-wt-22k/lib_src/
H A Deas_wtsynth.c310 const S_WT_REGION *pRegion; local
339 pRegion = &(pSynth->pEAS->pWTRegions[regionIndex]);
340 pWTVoice->artIndex = pRegion->artIndex;
382 if (pRegion->region.keyGroupAndFlags & REGION_FLAG_USE_WAVE_GENERATOR)
395 pWTVoice->phaseAccum = (EAS_U32) pSynth->pEAS->pSamples + pSynth->pEAS->pSampleOffsets[pRegion->waveIndex];
397 pWTVoice->phaseAccum = pSynth->pEAS->pSampleOffsets[pRegion->waveIndex];
399 pWTVoice->phaseAccum = (EAS_U32) pSynth->pEAS->pSamples + pSynth->pEAS->pSampleOffsets[pRegion->waveIndex];
402 if (pRegion->region.keyGroupAndFlags & REGION_FLAG_IS_LOOPED)
404 pWTVoice->loopStart = pWTVoice->phaseAccum + pRegion->loopStart;
405 pWTVoice->loopEnd = pWTVoice->phaseAccum + pRegion
[all...]
H A Deas_voicemgt.c1449 const S_REGION *pRegion; local
1465 pRegion = GetRegionPtr(pSynth, pVoiceMgr->voices[voiceNum].regionIndex);
1466 if (keyGroup == (pRegion->keyGroupAndFlags & 0x0f00))
1490 pRegion = GetRegionPtr(pSynth, pVoiceMgr->voices[voiceNum].nextRegionIndex);
1491 if (keyGroup == (pRegion->keyGroupAndFlags & 0x0f00))
1612 const S_REGION *pRegion; local
1620 pRegion = GetRegionPtr(pSynth, regionIndex);
1626 if ((pRegion->keyGroupAndFlags & REGION_FLAG_OFF_CHIP) == 0)
1653 keyGroup = pRegion->keyGroupAndFlags & 0x0f00;
1658 if ((pRegion
1828 const S_REGION *pRegion = GetRegionPtr(pSynth, regionIndex); local
[all...]
H A Deas_mdls.c2592 S_DLS_REGION *pRegion; local
2612 pRegion = &pEAS->pWTRegions[j];
2613 EAS_ReportEx(_EAS_SEVERITY_NOFILTER, 0x19299ed4, 0x00000028 , pRegion->gain);
2614 EAS_ReportEx(_EAS_SEVERITY_NOFILTER, 0x19299ed4, 0x00000029 , pRegion->region.rangeLow, pRegion->region.rangeHigh);
2615 EAS_ReportEx(_EAS_SEVERITY_NOFILTER, 0x19299ed4, 0x0000002a , pRegion->region.keyGroupAndFlags);
2616 EAS_ReportEx(_EAS_SEVERITY_NOFILTER, 0x19299ed4, 0x0000002b , pRegion->loopStart);
2617 EAS_ReportEx(_EAS_SEVERITY_NOFILTER, 0x19299ed4, 0x0000002c , pRegion->loopEnd);
2618 EAS_ReportEx(_EAS_SEVERITY_NOFILTER, 0x19299ed4, 0x0000002d , pRegion->tuning);
2619 EAS_ReportEx(_EAS_SEVERITY_NOFILTER, 0x19299ed4, 0x0000002e , pRegion
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xorg/
H A Dxorg_dri2.c292 dri2_copy_region(DrawablePtr pDraw, RegionPtr pRegion, argument
354 REGION_COPY(pScreen, copy_clip, pRegion);
360 dst_priv->fence && REGION_NUM_RECTS(pRegion) == 1) {
361 BoxPtr extents = REGION_EXTENTS(pScreen, pRegion);
381 DamageRegionAppend(src_draw, pRegion);
/external/mesa3d/src/gallium/state_trackers/xorg/
H A Dxorg_dri2.c292 dri2_copy_region(DrawablePtr pDraw, RegionPtr pRegion, argument
354 REGION_COPY(pScreen, copy_clip, pRegion);
360 dst_priv->fence && REGION_NUM_RECTS(pRegion) == 1) {
361 BoxPtr extents = REGION_EXTENTS(pScreen, pRegion);
381 DamageRegionAppend(src_draw, pRegion);

Completed in 116 milliseconds