Home
last modified time | relevance | path

Searched refs:regionIndex (Results 1 – 22 of 22) sorted by relevance

/external/sonivox/arm-hybrid-22k/lib_src/
Deas_voicemgt.c125 EAS_INLINE const S_REGION* GetRegionPtr (S_SYNTH *pSynth, EAS_U16 regionIndex) in GetRegionPtr() argument
128 if (regionIndex & FLAG_RGN_IDX_DLS_SYNTH) in GetRegionPtr()
129 return &pSynth->pDLS->pDLSRegions[regionIndex & REGION_INDEX_MASK].wtRegion.region; in GetRegionPtr()
132 if (regionIndex & FLAG_RGN_IDX_FM_SYNTH) in GetRegionPtr()
133 return &pSynth->pEAS->pFMRegions[regionIndex & REGION_INDEX_MASK].region; in GetRegionPtr()
135 return &pSynth->pEAS->pWTRegions[regionIndex].region; in GetRegionPtr()
137 return &pSynth->pEAS->pWTRegions[regionIndex].region; in GetRegionPtr()
139 return &pSynth->pEAS->pFMRegions[regionIndex].region; in GetRegionPtr()
183 pVoice->regionIndex = DEFAULT_REGION_INDEX; in InitVoice()
1271 …SYNTH *pSynth, EAS_I32 voiceNum, EAS_U8 channel, EAS_U8 note, EAS_U8 velocity, EAS_U16 regionIndex) in VMStolenVoice() argument
[all …]
Deas_wtsynth.c52 …ICE_MGR *pVoiceMgr, S_SYNTH *pSynth, S_SYNTH_VOICE *pVoice, EAS_I32 voiceNum, EAS_U16 regionIndex);
169 if (pVoice->regionIndex & FLAG_RGN_IDX_DLS_SYNTH) in WT_ReleaseVoice()
212 if (pVoice->regionIndex & FLAG_RGN_IDX_DLS_SYNTH) in WT_MuteVoice()
249 if (pVoice->regionIndex & FLAG_RGN_IDX_DLS_SYNTH) in WT_SustainPedal()
307 …OICE_MGR *pVoiceMgr, S_SYNTH *pSynth, S_SYNTH_VOICE *pVoice, EAS_I32 voiceNum, EAS_U16 regionIndex) in WT_StartVoice() argument
323 pVoice->regionIndex = regionIndex; in WT_StartVoice()
335 if (pVoice->regionIndex & FLAG_RGN_IDX_DLS_SYNTH) in WT_StartVoice()
336 return DLS_StartVoice(pVoiceMgr, pSynth, pVoice, voiceNum, regionIndex); in WT_StartVoice()
339 pRegion = &(pSynth->pEAS->pWTRegions[regionIndex]); in WT_StartVoice()
510 if (pVoice->regionIndex & FLAG_RGN_IDX_DLS_SYNTH) in WT_UpdateVoice()
[all …]
Deas_fmsynth.c96 …ICE_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]; in GetFMRegionPtr()
144 return &pSynth->pEAS->pFMRegions[pVoice->regionIndex]; in GetFMRegionPtr()
396 …OICE_MGR *pVoiceMgr, S_SYNTH *pSynth, S_SYNTH_VOICE *pVoice, EAS_I32 voiceNum, EAS_U16 regionIndex) in FM_StartVoice() argument
405 pVoice->regionIndex = regionIndex; in FM_StartVoice()
Deas_synth.h201 EAS_U16 regionIndex; /* index of first region in program */ member
277 EAS_U16 regionIndex; /* index to wave and playback params */ member
Deas_sndlib.h294 EAS_U16 regionIndex; member
311 EAS_U16 regionIndex[NUM_PROGRAMS_IN_BANK]; member
Deas_synth_protos.h49 …ICE_MGR *pVoiceMgr, S_SYNTH *pSynth, S_SYNTH_VOICE *pVoice, EAS_I32 voiceNum, EAS_U16 regionIndex);
Deas_vm_protos.h234 …S_SYNTH *pSynth, EAS_U8 channel, EAS_U8 note, EAS_U8 velocity, EAS_U16 regionIndex, EAS_I32 lowVoi…
/external/sonivox/arm-wt-22k/lib_src/
Deas_voicemgt.c125 EAS_INLINE const S_REGION* GetRegionPtr (S_SYNTH *pSynth, EAS_U16 regionIndex) in GetRegionPtr() argument
128 if (regionIndex & FLAG_RGN_IDX_DLS_SYNTH) in GetRegionPtr()
129 return &pSynth->pDLS->pDLSRegions[regionIndex & REGION_INDEX_MASK].wtRegion.region; in GetRegionPtr()
132 if (regionIndex & FLAG_RGN_IDX_FM_SYNTH) in GetRegionPtr()
133 return &pSynth->pEAS->pFMRegions[regionIndex & REGION_INDEX_MASK].region; in GetRegionPtr()
135 return &pSynth->pEAS->pWTRegions[regionIndex].region; in GetRegionPtr()
137 return &pSynth->pEAS->pWTRegions[regionIndex].region; in GetRegionPtr()
139 return &pSynth->pEAS->pFMRegions[regionIndex].region; in GetRegionPtr()
183 pVoice->regionIndex = DEFAULT_REGION_INDEX; in InitVoice()
1271 …SYNTH *pSynth, EAS_I32 voiceNum, EAS_U8 channel, EAS_U8 note, EAS_U8 velocity, EAS_U16 regionIndex) in VMStolenVoice() argument
[all …]
Deas_wtsynth.c52 …ICE_MGR *pVoiceMgr, S_SYNTH *pSynth, S_SYNTH_VOICE *pVoice, EAS_I32 voiceNum, EAS_U16 regionIndex);
169 if (pVoice->regionIndex & FLAG_RGN_IDX_DLS_SYNTH) in WT_ReleaseVoice()
212 if (pVoice->regionIndex & FLAG_RGN_IDX_DLS_SYNTH) in WT_MuteVoice()
249 if (pVoice->regionIndex & FLAG_RGN_IDX_DLS_SYNTH) in WT_SustainPedal()
307 …OICE_MGR *pVoiceMgr, S_SYNTH *pSynth, S_SYNTH_VOICE *pVoice, EAS_I32 voiceNum, EAS_U16 regionIndex) in WT_StartVoice() argument
323 pVoice->regionIndex = regionIndex; in WT_StartVoice()
335 if (pVoice->regionIndex & FLAG_RGN_IDX_DLS_SYNTH) in WT_StartVoice()
336 return DLS_StartVoice(pVoiceMgr, pSynth, pVoice, voiceNum, regionIndex); in WT_StartVoice()
339 pRegion = &(pSynth->pEAS->pWTRegions[regionIndex]); in WT_StartVoice()
514 if (pVoice->regionIndex & FLAG_RGN_IDX_DLS_SYNTH) in WT_UpdateVoice()
[all …]
Deas_synth.h201 EAS_U16 regionIndex; /* index of first region in program */ member
277 EAS_U16 regionIndex; /* index to wave and playback params */ member
Deas_sndlib.h294 EAS_U16 regionIndex; member
311 EAS_U16 regionIndex[NUM_PROGRAMS_IN_BANK]; member
Deas_dlssynth.h37 …ICE_MGR *pVoiceMgr, S_SYNTH *pSynth, S_SYNTH_VOICE *pVoice, EAS_I32 voiceNum, EAS_U16 regionIndex);
Deas_synth_protos.h49 …ICE_MGR *pVoiceMgr, S_SYNTH *pSynth, S_SYNTH_VOICE *pVoice, EAS_I32 voiceNum, EAS_U16 regionIndex);
Deas_dlssynth.c305 …OICE_MGR *pVoiceMgr, S_SYNTH *pSynth, S_SYNTH_VOICE *pVoice, EAS_I32 voiceNum, EAS_U16 regionIndex) in DLS_StartVoice() argument
318 pDLSRegion = &pSynth->pDLS->pDLSRegions[regionIndex & REGION_INDEX_MASK]; in DLS_StartVoice()
390 pDLSRegion = &pSynth->pDLS->pDLSRegions[pVoice->regionIndex & REGION_INDEX_MASK]; in DLS_UpdateVoice()
Deas_mdls.c422 static void Convert_rgn (SDLS_SYNTHESIZER_DATA *pDLSData, EAS_U16 regionIndex, EAS_U16 artIndex, EA…
1453 pProgram->regionIndex = (EAS_U16) pDLSData->regionCount | FLAG_RGN_IDX_DLS_SYNTH; in Parse_ins()
1603 EAS_U16 regionIndex; in Parse_rgn() local
1611 regionIndex = (EAS_U16) pDLSData->regionCount; in Parse_rgn()
1707 …if ((result = Parse_rgnh(pDLSData, rgnhPos, &pDLSData->pDLS->pDLSRegions[regionIndex & REGION_INDE… in Parse_rgn()
1720 Convert_rgn(pDLSData, regionIndex, artIndex, (EAS_U16) waveIndex, pWsmp); in Parse_rgn()
2296 static void Convert_rgn (SDLS_SYNTHESIZER_DATA *pDLSData, EAS_U16 regionIndex, EAS_U16 artIndex, EA… in Convert_rgn() argument
2301 pRgn = &pDLSData->pDLS->pDLSRegions[regionIndex]; in Convert_rgn()
2609 for (j = pEAS->pPrograms[i].regionIndex; ; j++) in DumpDLS()
Deas_vm_protos.h234 …S_SYNTH *pSynth, EAS_U8 channel, EAS_U8 note, EAS_U8 velocity, EAS_U16 regionIndex, EAS_I32 lowVoi…
/external/sonivox/arm-fm-22k/lib_src/
Deas_voicemgt.c125 EAS_INLINE const S_REGION* GetRegionPtr (S_SYNTH *pSynth, EAS_U16 regionIndex) in GetRegionPtr() argument
128 if (regionIndex & FLAG_RGN_IDX_DLS_SYNTH) in GetRegionPtr()
129 return &pSynth->pDLS->pDLSRegions[regionIndex & REGION_INDEX_MASK].wtRegion.region; in GetRegionPtr()
132 if (regionIndex & FLAG_RGN_IDX_FM_SYNTH) in GetRegionPtr()
133 return &pSynth->pEAS->pFMRegions[regionIndex & REGION_INDEX_MASK].region; in GetRegionPtr()
135 return &pSynth->pEAS->pWTRegions[regionIndex].region; in GetRegionPtr()
137 return &pSynth->pEAS->pWTRegions[regionIndex].region; in GetRegionPtr()
139 return &pSynth->pEAS->pFMRegions[regionIndex].region; in GetRegionPtr()
183 pVoice->regionIndex = DEFAULT_REGION_INDEX; in InitVoice()
1271 …SYNTH *pSynth, EAS_I32 voiceNum, EAS_U8 channel, EAS_U8 note, EAS_U8 velocity, EAS_U16 regionIndex) in VMStolenVoice() argument
[all …]
Deas_fmsynth.c96 …ICE_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]; in GetFMRegionPtr()
144 return &pSynth->pEAS->pFMRegions[pVoice->regionIndex]; in GetFMRegionPtr()
396 …OICE_MGR *pVoiceMgr, S_SYNTH *pSynth, S_SYNTH_VOICE *pVoice, EAS_I32 voiceNum, EAS_U16 regionIndex) in FM_StartVoice() argument
405 pVoice->regionIndex = regionIndex; in FM_StartVoice()
Deas_sndlib.h294 EAS_U16 regionIndex; member
311 EAS_U16 regionIndex[NUM_PROGRAMS_IN_BANK]; member
Deas_synth.h201 EAS_U16 regionIndex; /* index of first region in program */ member
277 EAS_U16 regionIndex; /* index to wave and playback params */ member
Deas_synth_protos.h49 …ICE_MGR *pVoiceMgr, S_SYNTH *pSynth, S_SYNTH_VOICE *pVoice, EAS_I32 voiceNum, EAS_U16 regionIndex);
Deas_vm_protos.h234 …S_SYNTH *pSynth, EAS_U8 channel, EAS_U8 note, EAS_U8 velocity, EAS_U16 regionIndex, EAS_I32 lowVoi…