HomeSort by relevance Sort by last modified time
    Searched refs:regionIndex (Results 1 - 25 of 38) sorted by null

1 2

  /external/sonivox/arm-wt-22k/lib_src/
eas_dlssynth.h 37 EAS_RESULT DLS_StartVoice (S_VOICE_MGR *pVoiceMgr, S_SYNTH *pSynth, S_SYNTH_VOICE *pVoice, EAS_I32 voiceNum, EAS_U16 regionIndex);
eas_voicemgt.c 125 EAS_INLINE const S_REGION* GetRegionPtr (S_SYNTH *pSynth, EAS_U16 regionIndex)
128 if (regionIndex & FLAG_RGN_IDX_DLS_SYNTH)
129 return &pSynth->pDLS->pDLSRegions[regionIndex & REGION_INDEX_MASK].wtRegion.region;
132 if (regionIndex & FLAG_RGN_IDX_FM_SYNTH)
133 return &pSynth->pEAS->pFMRegions[regionIndex & REGION_INDEX_MASK].region;
135 return &pSynth->pEAS->pWTRegions[regionIndex].region;
137 return &pSynth->pEAS->pWTRegions[regionIndex].region;
139 return &pSynth->pEAS->pFMRegions[regionIndex].region;
183 pVoice->regionIndex = DEFAULT_REGION_INDEX;
    [all...]
eas_wtsynth.c 52 static EAS_RESULT WT_StartVoice (S_VOICE_MGR *pVoiceMgr, S_SYNTH *pSynth, S_SYNTH_VOICE *pVoice, EAS_I32 voiceNum, EAS_U16 regionIndex);
169 if (pVoice->regionIndex & FLAG_RGN_IDX_DLS_SYNTH)
212 if (pVoice->regionIndex & FLAG_RGN_IDX_DLS_SYNTH)
249 if (pVoice->regionIndex & FLAG_RGN_IDX_DLS_SYNTH)
307 static EAS_RESULT WT_StartVoice (S_VOICE_MGR *pVoiceMgr, S_SYNTH *pSynth, S_SYNTH_VOICE *pVoice, EAS_I32 voiceNum, EAS_U16 regionIndex)
323 pVoice->regionIndex = regionIndex;
335 if (pVoice->regionIndex & FLAG_RGN_IDX_DLS_SYNTH)
336 return DLS_StartVoice(pVoiceMgr, pSynth, pVoice, voiceNum, regionIndex);
339 pRegion = &(pSynth->pEAS->pWTRegions[regionIndex]);
    [all...]
eas_synth_protos.h 49 EAS_RESULT (* EAS_CONST pfStartVoice)(S_VOICE_MGR *pVoiceMgr, S_SYNTH *pSynth, S_SYNTH_VOICE *pVoice, EAS_I32 voiceNum, EAS_U16 regionIndex);
eas_sndlib.h 294 EAS_U16 regionIndex;
305 * regionIndex: Index of first region in program
311 EAS_U16 regionIndex[NUM_PROGRAMS_IN_BANK];
eas_synth.h 201 EAS_U16 regionIndex; /* index of first region in program */
277 EAS_U16 regionIndex; /* index to wave and playback params */
eas_dlssynth.c 305 EAS_RESULT DLS_StartVoice (S_VOICE_MGR *pVoiceMgr, S_SYNTH *pSynth, S_SYNTH_VOICE *pVoice, EAS_I32 voiceNum, EAS_U16 regionIndex)
313 { /* dpp: EAS_ReportEx(_EAS_SEVERITY_INFO, "DLS_StartVoice: Voice %ld; Region %d\n", (EAS_I32) (pVoice - pVoiceMgr->voices), regionIndex); */ }
318 pDLSRegion = &pSynth->pDLS->pDLSRegions[regionIndex & REGION_INDEX_MASK];
390 pDLSRegion = &pSynth->pDLS->pDLSRegions[pVoice->regionIndex & REGION_INDEX_MASK];
eas_vm_protos.h 234 EAS_BOOL VMCheckPolyphonyLimiting (S_VOICE_MGR *pVoiceMgr, S_SYNTH *pSynth, EAS_U8 channel, EAS_U8 note, EAS_U8 velocity, EAS_U16 regionIndex, EAS_I32 lowVoice, EAS_I32 highVoice);
    [all...]
eas_mdls.c 422 static void Convert_rgn (SDLS_SYNTHESIZER_DATA *pDLSData, EAS_U16 regionIndex, EAS_U16 artIndex, EAS_U16 waveIndex, S_WSMP_DATA *pWsmp);
    [all...]
  /external/sonivox/arm-fm-22k/lib_src/
eas_voicemgt.c 125 EAS_INLINE const S_REGION* GetRegionPtr (S_SYNTH *pSynth, EAS_U16 regionIndex)
128 if (regionIndex & FLAG_RGN_IDX_DLS_SYNTH)
129 return &pSynth->pDLS->pDLSRegions[regionIndex & REGION_INDEX_MASK].wtRegion.region;
132 if (regionIndex & FLAG_RGN_IDX_FM_SYNTH)
133 return &pSynth->pEAS->pFMRegions[regionIndex & REGION_INDEX_MASK].region;
135 return &pSynth->pEAS->pWTRegions[regionIndex].region;
137 return &pSynth->pEAS->pWTRegions[regionIndex].region;
139 return &pSynth->pEAS->pFMRegions[regionIndex].region;
183 pVoice->regionIndex = DEFAULT_REGION_INDEX;
    [all...]
eas_synth_protos.h 49 EAS_RESULT (* EAS_CONST pfStartVoice)(S_VOICE_MGR *pVoiceMgr, S_SYNTH *pSynth, S_SYNTH_VOICE *pVoice, EAS_I32 voiceNum, EAS_U16 regionIndex);
eas_fmsynth.c 96 static EAS_RESULT FM_StartVoice (S_VOICE_MGR *pVoiceMgr, S_SYNTH *pSynth, S_SYNTH_VOICE *pVoice, EAS_I32 voiceNum, EAS_U16 regionIndex);
142 return &pSynth->pEAS->pFMRegions[pVoice->regionIndex & REGION_INDEX_MASK];
144 return &pSynth->pEAS->pFMRegions[pVoice->regionIndex];
396 static EAS_RESULT FM_StartVoice (S_VOICE_MGR *pVoiceMgr, S_SYNTH *pSynth, S_SYNTH_VOICE *pVoice, EAS_I32 voiceNum, EAS_U16 regionIndex)
405 pVoice->regionIndex = regionIndex;
eas_sndlib.h 294 EAS_U16 regionIndex;
305 * regionIndex: Index of first region in program
311 EAS_U16 regionIndex[NUM_PROGRAMS_IN_BANK];
eas_synth.h 201 EAS_U16 regionIndex; /* index of first region in program */
277 EAS_U16 regionIndex; /* index to wave and playback params */
eas_vm_protos.h 234 EAS_BOOL VMCheckPolyphonyLimiting (S_VOICE_MGR *pVoiceMgr, S_SYNTH *pSynth, EAS_U8 channel, EAS_U8 note, EAS_U8 velocity, EAS_U16 regionIndex, EAS_I32 lowVoice, EAS_I32 highVoice);
    [all...]
  /external/sonivox/arm-hybrid-22k/lib_src/
eas_voicemgt.c 125 EAS_INLINE const S_REGION* GetRegionPtr (S_SYNTH *pSynth, EAS_U16 regionIndex)
128 if (regionIndex & FLAG_RGN_IDX_DLS_SYNTH)
129 return &pSynth->pDLS->pDLSRegions[regionIndex & REGION_INDEX_MASK].wtRegion.region;
132 if (regionIndex & FLAG_RGN_IDX_FM_SYNTH)
133 return &pSynth->pEAS->pFMRegions[regionIndex & REGION_INDEX_MASK].region;
135 return &pSynth->pEAS->pWTRegions[regionIndex].region;
137 return &pSynth->pEAS->pWTRegions[regionIndex].region;
139 return &pSynth->pEAS->pFMRegions[regionIndex].region;
183 pVoice->regionIndex = DEFAULT_REGION_INDEX;
    [all...]
eas_wtsynth.c 52 static EAS_RESULT WT_StartVoice (S_VOICE_MGR *pVoiceMgr, S_SYNTH *pSynth, S_SYNTH_VOICE *pVoice, EAS_I32 voiceNum, EAS_U16 regionIndex);
169 if (pVoice->regionIndex & FLAG_RGN_IDX_DLS_SYNTH)
212 if (pVoice->regionIndex & FLAG_RGN_IDX_DLS_SYNTH)
249 if (pVoice->regionIndex & FLAG_RGN_IDX_DLS_SYNTH)
307 static EAS_RESULT WT_StartVoice (S_VOICE_MGR *pVoiceMgr, S_SYNTH *pSynth, S_SYNTH_VOICE *pVoice, EAS_I32 voiceNum, EAS_U16 regionIndex)
323 pVoice->regionIndex = regionIndex;
335 if (pVoice->regionIndex & FLAG_RGN_IDX_DLS_SYNTH)
336 return DLS_StartVoice(pVoiceMgr, pSynth, pVoice, voiceNum, regionIndex);
339 pRegion = &(pSynth->pEAS->pWTRegions[regionIndex]);
    [all...]
eas_synth_protos.h 49 EAS_RESULT (* EAS_CONST pfStartVoice)(S_VOICE_MGR *pVoiceMgr, S_SYNTH *pSynth, S_SYNTH_VOICE *pVoice, EAS_I32 voiceNum, EAS_U16 regionIndex);
eas_fmsynth.c 96 static EAS_RESULT FM_StartVoice (S_VOICE_MGR *pVoiceMgr, S_SYNTH *pSynth, S_SYNTH_VOICE *pVoice, EAS_I32 voiceNum, EAS_U16 regionIndex);
142 return &pSynth->pEAS->pFMRegions[pVoice->regionIndex & REGION_INDEX_MASK];
144 return &pSynth->pEAS->pFMRegions[pVoice->regionIndex];
396 static EAS_RESULT FM_StartVoice (S_VOICE_MGR *pVoiceMgr, S_SYNTH *pSynth, S_SYNTH_VOICE *pVoice, EAS_I32 voiceNum, EAS_U16 regionIndex)
405 pVoice->regionIndex = regionIndex;
eas_sndlib.h 294 EAS_U16 regionIndex;
305 * regionIndex: Index of first region in program
311 EAS_U16 regionIndex[NUM_PROGRAMS_IN_BANK];
eas_synth.h 201 EAS_U16 regionIndex; /* index of first region in program */
277 EAS_U16 regionIndex; /* index to wave and playback params */
eas_vm_protos.h 234 EAS_BOOL VMCheckPolyphonyLimiting (S_VOICE_MGR *pVoiceMgr, S_SYNTH *pSynth, EAS_U8 channel, EAS_U8 note, EAS_U8 velocity, EAS_U16 regionIndex, EAS_I32 lowVoice, EAS_I32 highVoice);
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/
live_regions_deprecated.js 101 var regionIndex = cvox.LiveRegionsDeprecated.trackedRegions.indexOf(region);
103 if (regionIndex >= 0) {
104 previousValue = cvox.LiveRegionsDeprecated.previousRegionValue[regionIndex];
106 regionIndex = cvox.LiveRegionsDeprecated.trackedRegions.length;
121 cvox.LiveRegionsDeprecated.previousRegionValue[regionIndex] = currentValue;
135 cvox.LiveRegionsDeprecated.previousRegionValue[regionIndex] = currentValue;
181 cvox.LiveRegionsDeprecated.previousRegionValue[regionIndex] = currentValue;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newxmlfile/
AddTranslationDialog.java 533 int regionIndex = mRegionCombo.getSelectionIndex();
534 if (regionIndex == 0) {
537 mSelectedRegion = mRegionCombo.getItem(regionIndex).substring(0, 2);
  /prebuilts/devtools/tools/lib/
lint-checks.jar 

Completed in 330 milliseconds

1 2