Searched refs:poolCount (Results 1 – 6 of 6) sorted by relevance
215 pSynth->poolCount[pool]++; in IncVoicePoolCount()248 pSynth->poolCount[pool]--; in DecVoicePoolCount()468 pSynth->poolCount[i] = 0; in VMReset()738 pSynth->poolCount[i] = 0; in VMMIPUpdateChannelMuting()779 pSynth->poolCount[pool]++; in VMMIPUpdateChannelMuting()785 pSynth->poolCount[pool]++; in VMMIPUpdateChannelMuting()1649 if (pSynth->poolCount[pChannel->pool] != 0) in VMStartVoice()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()3860 EAS_INT poolCount[MAX_VIRTUAL_SYNTHESIZERS][NUM_SYNTH_CHANNELS]; in VMSanityCheck() local[all …]
326 EAS_U8 poolCount[NUM_SYNTH_CHANNELS]; member