HomeSort by relevance Sort by last modified time
    Searched refs:currentPool (Results 1 - 3 of 3) sorted by null

  /external/sonivox/arm-fm-22k/lib_src/
eas_voicemgt.c 805 EAS_INT currentPool;
826 currentPool = -1;
839 pChannel->pool = (EAS_U8) currentPool;
844 currentPool++;
845 pSynth->poolAlloc[currentPool] = (EAS_U8) (pChannel->mip - currentMIP);
    [all...]
  /external/sonivox/arm-hybrid-22k/lib_src/
eas_voicemgt.c 805 EAS_INT currentPool;
826 currentPool = -1;
839 pChannel->pool = (EAS_U8) currentPool;
844 currentPool++;
845 pSynth->poolAlloc[currentPool] = (EAS_U8) (pChannel->mip - currentMIP);
    [all...]
  /external/sonivox/arm-wt-22k/lib_src/
eas_voicemgt.c 805 EAS_INT currentPool;
826 currentPool = -1;
839 pChannel->pool = (EAS_U8) currentPool;
844 currentPool++;
845 pSynth->poolAlloc[currentPool] = (EAS_U8) (pChannel->mip - currentMIP);
    [all...]

Completed in 1718 milliseconds