Searched refs:regionIndex (Results 1 – 9 of 9) sorted by relevance
/external/sonivox/arm-wt-22k/lib_src/ |
D | eas_voicemgt.c | 125 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 …]
|
D | eas_wtsynth.c | 55 …ICE_MGR *pVoiceMgr, S_SYNTH *pSynth, S_SYNTH_VOICE *pVoice, EAS_I32 voiceNum, EAS_U16 regionIndex); 172 if (pVoice->regionIndex & FLAG_RGN_IDX_DLS_SYNTH) in WT_ReleaseVoice() 215 if (pVoice->regionIndex & FLAG_RGN_IDX_DLS_SYNTH) in WT_MuteVoice() 252 if (pVoice->regionIndex & FLAG_RGN_IDX_DLS_SYNTH) in WT_SustainPedal() 310 …OICE_MGR *pVoiceMgr, S_SYNTH *pSynth, S_SYNTH_VOICE *pVoice, EAS_I32 voiceNum, EAS_U16 regionIndex) in WT_StartVoice() argument 326 pVoice->regionIndex = regionIndex; in WT_StartVoice() 338 if (pVoice->regionIndex & FLAG_RGN_IDX_DLS_SYNTH) in WT_StartVoice() 339 return DLS_StartVoice(pVoiceMgr, pSynth, pVoice, voiceNum, regionIndex); in WT_StartVoice() 342 pRegion = &(pSynth->pEAS->pWTRegions[regionIndex]); in WT_StartVoice() 522 if (pVoice->regionIndex & FLAG_RGN_IDX_DLS_SYNTH) in WT_UpdateVoice() [all …]
|
D | eas_synth.h | 201 EAS_U16 regionIndex; /* index of first region in program */ member 277 EAS_U16 regionIndex; /* index to wave and playback params */ member
|
D | eas_sndlib.h | 294 EAS_U16 regionIndex; member 311 EAS_U16 regionIndex[NUM_PROGRAMS_IN_BANK]; member
|
D | eas_dlssynth.h | 37 …ICE_MGR *pVoiceMgr, S_SYNTH *pSynth, S_SYNTH_VOICE *pVoice, EAS_I32 voiceNum, EAS_U16 regionIndex);
|
D | eas_synth_protos.h | 49 …ICE_MGR *pVoiceMgr, S_SYNTH *pSynth, S_SYNTH_VOICE *pVoice, EAS_I32 voiceNum, EAS_U16 regionIndex);
|
D | eas_dlssynth.c | 305 …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()
|
D | eas_mdls.c | 432 static void Convert_rgn (SDLS_SYNTHESIZER_DATA *pDLSData, EAS_U16 regionIndex, EAS_U16 artIndex, EA… 1486 pProgram->regionIndex = (EAS_U16) pDLSData->regionCount | FLAG_RGN_IDX_DLS_SYNTH; in Parse_ins() 1636 EAS_U16 regionIndex; in Parse_rgn() local 1644 regionIndex = (EAS_U16) pDLSData->regionCount; in Parse_rgn() 1744 …if ((result = Parse_rgnh(pDLSData, rgnhPos, &pDLSData->pDLS->pDLSRegions[regionIndex & REGION_INDE… in Parse_rgn() 1757 Convert_rgn(pDLSData, regionIndex, artIndex, (EAS_U16) waveIndex, pWsmp); in Parse_rgn() 2347 static void Convert_rgn (SDLS_SYNTHESIZER_DATA *pDLSData, EAS_U16 regionIndex, EAS_U16 artIndex, EA… in Convert_rgn() argument 2352 pRgn = &pDLSData->pDLS->pDLSRegions[regionIndex]; in Convert_rgn() 2660 for (j = pEAS->pPrograms[i].regionIndex; ; j++) in DumpDLS()
|
D | eas_vm_protos.h | 234 …S_SYNTH *pSynth, EAS_U8 channel, EAS_U8 note, EAS_U8 velocity, EAS_U16 regionIndex, EAS_I32 lowVoi…
|