Home
last modified time | relevance | path

Searched refs:S_DLS_REGION (Results 1 – 4 of 4) sorted by relevance

/external/sonivox/arm-wt-22k/lib_src/
Deas_sndlib.h244 } S_DLS_REGION; typedef
349 S_DLS_REGION *pDLSRegions;
Deas_dlssynth.c308 const S_DLS_REGION *pDLSRegion; in DLS_StartVoice()
382 const S_DLS_REGION *pDLSRegion; in DLS_UpdateVoice()
Deas_mdls.c430 static EAS_RESULT Parse_rgnh (SDLS_SYNTHESIZER_DATA *pDLSData, EAS_I32 pos, S_DLS_REGION *pRgn);
634 rgnPoolSize = (EAS_I32) (sizeof(S_DLS_REGION) * dls.regionCount); in DLSParser()
1888 static EAS_RESULT Parse_rgnh (SDLS_SYNTHESIZER_DATA *pDLSData, EAS_I32 pos, S_DLS_REGION *pRgn) in Parse_rgnh()
2443 S_DLS_REGION *pRgn; in Convert_rgn()
2737 S_DLS_REGION *pRegion; in DumpDLS()
Deas_voicemgt.c1792 const S_DLS_REGION *pDLSRegion = (S_DLS_REGION*) GetRegionPtr(pSynth, regionIndex); in VMStartNote()