Home
last modified time | relevance | path

Searched refs:poolAlloc (Results 1 – 2 of 2) sorted by relevance

/external/sonivox/arm-wt-22k/lib_src/
Deas_voicemgt.c391 pSynth->poolAlloc[0] = (EAS_U8) pEASData->pVoiceMgr->maxPolyphony; in VMInitMIDI()
472 pSynth->poolAlloc[0] = (EAS_U8) pVoiceMgr->maxPolyphony; in VMReset()
474 pSynth->poolAlloc[0] = (EAS_U8) pSynth->maxPolyphony; in VMReset()
845 pSynth->poolAlloc[currentPool] = (EAS_U8) (pChannel->mip - currentMIP); in VMUpdateMIPTable()
2079 if (pSynth->poolCount[pChannel->pool] >= pSynth->poolAlloc[pChannel->pool]) in VMStealVoice()
2080 …currentPriority += (pSynth->poolCount[pChannel->pool] -pSynth->poolAlloc[pChannel->pool] + 1) << C… in VMStealVoice()
3095 pVoiceMgr->pSynth[i]->poolAlloc[0] = (EAS_U8) polyphonyCount; in VMSetSynthPolyphony()
3265 pSynth->poolAlloc[0] = (EAS_U8) polyphonyCount; in VMSetPolyphony()
Deas_synth.h327 EAS_U8 poolAlloc[NUM_SYNTH_CHANNELS]; member