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

  /external/sonivox/arm-fm-22k/lib_src/
eas_voicemgt.c 804 EAS_INT currentMIP;
825 currentMIP = 0;
838 if (pChannel->mip == currentMIP)
845 pSynth->poolAlloc[currentPool] = (EAS_U8) (pChannel->mip - currentMIP);
846 currentMIP = pChannel->mip;
    [all...]
  /external/sonivox/arm-hybrid-22k/lib_src/
eas_voicemgt.c 804 EAS_INT currentMIP;
825 currentMIP = 0;
838 if (pChannel->mip == currentMIP)
845 pSynth->poolAlloc[currentPool] = (EAS_U8) (pChannel->mip - currentMIP);
846 currentMIP = pChannel->mip;
    [all...]
  /external/sonivox/arm-wt-22k/lib_src/
eas_voicemgt.c 804 EAS_INT currentMIP;
825 currentMIP = 0;
838 if (pChannel->mip == currentMIP)
845 pSynth->poolAlloc[currentPool] = (EAS_U8) (pChannel->mip - currentMIP);
846 currentMIP = pChannel->mip;
    [all...]

Completed in 61 milliseconds