Searched refs:artIndex (Results 1 - 9 of 9) sorted by relevance

/external/sonivox/arm-hybrid-22k/lib_src/
H A Deas_wtengine.h155 EAS_U16 artIndex; /* index to articulation params */ member in struct:s_wt_voice_tag
H A Deas_wtsynth.c120 pVoiceMgr->wtVoices[i].artIndex = DEFAULT_ARTICULATION_INDEX;
177 pArticulation = &pSynth->pEAS->pArticulations[pWTVoice->artIndex];
258 if (pWTVoice->eg1Value < pSynth->pEAS->pArticulations[pWTVoice->artIndex].eg1.sustainLevel)
340 pWTVoice->artIndex = pRegion->artIndex;
346 pArt = &pSynth->pEAS->pArticulations[pWTVoice->artIndex];
517 pArt = &pSynth->pEAS->pArticulations[pWTVoice->artIndex];
H A Deas_sndlib.h232 EAS_U16 artIndex; member in struct:s_wt_region_tag
/external/sonivox/arm-wt-22k/lib_src/
H A Deas_wtengine.h155 EAS_U16 artIndex; /* index to articulation params */ member in struct:s_wt_voice_tag
H A Deas_dlssynth.c59 pDLSArt = &pSynth->pDLS->pDLSArticulations[pWTVoice->artIndex];
87 pDLSArt = &pSynth->pDLS->pDLSArticulations[pWTVoice->artIndex];
118 pDLSArt = &pSynth->pDLS->pDLSArticulations[pWTVoice->artIndex];
319 pWTVoice->artIndex = pDLSRegion->wtRegion.artIndex;
320 pDLSArt = &pSynth->pDLS->pDLSArticulations[pWTVoice->artIndex];
392 pDLSArt = &pSynth->pDLS->pDLSArticulations[pWTVoice->artIndex];
H A Deas_wtsynth.c120 pVoiceMgr->wtVoices[i].artIndex = DEFAULT_ARTICULATION_INDEX;
177 pArticulation = &pSynth->pEAS->pArticulations[pWTVoice->artIndex];
258 if (pWTVoice->eg1Value < pSynth->pEAS->pArticulations[pWTVoice->artIndex].eg1.sustainLevel)
340 pWTVoice->artIndex = pRegion->artIndex;
346 pArt = &pSynth->pEAS->pArticulations[pWTVoice->artIndex];
521 pArt = &pSynth->pEAS->pArticulations[pWTVoice->artIndex];
H A Deas_mdls.c415 static EAS_RESULT Parse_lrgn (SDLS_SYNTHESIZER_DATA *pDLSData, EAS_I32 pos, EAS_I32 size, EAS_U16 artIndex, EAS_U32 numRegions);
416 static EAS_RESULT Parse_rgn (SDLS_SYNTHESIZER_DATA *pDLSData, EAS_I32 pos, EAS_I32 size, EAS_U16 artIndex);
422 static void Convert_rgn (SDLS_SYNTHESIZER_DATA *pDLSData, EAS_U16 regionIndex, EAS_U16 artIndex, EAS_U16 waveIndex, S_WSMP_DATA *pWsmp);
423 static void Convert_art (SDLS_SYNTHESIZER_DATA *pDLSData, const S_DLS_ART_VALUES *pDLSArt, EAS_U16 artIndex);
1362 EAS_U16 artIndex; local
1369 lrgnPos = lrgnSize = lartPos = lartSize = lar2Pos = lar2Size = inshPos = artIndex = 0;
1437 artIndex = (EAS_U16) pDLSData->artCount;
1446 Convert_art(pDLSData, &art, artIndex);
1458 if ((result = Parse_lrgn(pDLSData, lrgnPos, lrgnSize, artIndex, regionCount)) != EAS_SUCCESS)
1529 static EAS_RESULT Parse_lrgn (SDLS_SYNTHESIZER_DATA *pDLSData, EAS_I32 pos, EAS_I32 size, EAS_U16 artIndex, EAS_U3 argument
1586 Parse_rgn(SDLS_SYNTHESIZER_DATA *pDLSData, EAS_I32 pos, EAS_I32 size, EAS_U16 artIndex) argument
2296 Convert_rgn(SDLS_SYNTHESIZER_DATA *pDLSData, EAS_U16 regionIndex, EAS_U16 artIndex, EAS_U16 waveIndex, S_WSMP_DATA *pWsmp) argument
2331 Convert_art(SDLS_SYNTHESIZER_DATA *pDLSData, const S_DLS_ART_VALUES *pDLSArt, EAS_U16 artIndex) argument
[all...]
H A Deas_sndlib.h232 EAS_U16 artIndex; member in struct:s_wt_region_tag
/external/sonivox/arm-fm-22k/lib_src/
H A Deas_sndlib.h232 EAS_U16 artIndex; member in struct:s_wt_region_tag

Completed in 113 milliseconds