/external/sonivox/arm-hybrid-22k/lib_src/ |
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_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.h | 201 EAS_U16 regionIndex; /* index of first region in program */ 277 EAS_U16 regionIndex; /* index to wave and playback params */
|
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_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-wt-22k/lib_src/ |
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_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.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_sndlib.h | 294 EAS_U16 regionIndex; 305 * regionIndex: Index of first region in program 311 EAS_U16 regionIndex[NUM_PROGRAMS_IN_BANK];
|
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...] |
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-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.h | 201 EAS_U16 regionIndex; /* index of first region in program */ 277 EAS_U16 regionIndex; /* index to wave and playback params */
|
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_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...] |
/bionic/libc/kernel/common/mtd/ |
mtd-abi.h | 77 uint32_t regionindex; member in struct:region_info_user
|
/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);
|