Searched refs:auxInc (Results 1 – 2 of 2) sorted by relevance
112 t->auxInc = 0; in create()438 &track->auxLevel, &track->prevAuxLevel, &track->auxInc, in setParameter()555 auxInc = 0; in adjustVolumeRamp()562 if ((auxInc > 0 && ((prevAuxLevel + auxInc) >> 16) >= auxLevel) || in adjustVolumeRamp()563 (auxInc < 0 && ((prevAuxLevel + auxInc) >> 16) <= auxLevel)) { in adjustVolumeRamp()564 auxInc = 0; in adjustVolumeRamp()748 if (CC_UNLIKELY(volumeInc[0]|volumeInc[1]|auxInc)) { in track__genericResample()789 const int32_t vaInc = auxInc; in volumeRampStereo()856 if (CC_UNLIKELY(volumeInc[0]|volumeInc[1]|auxInc)) { in track__16BitsStereo()862 const int32_t vaInc = auxInc; in track__16BitsStereo()[all …]
213 bool needsRamp() { return (volumeInc[0] | volumeInc[1] | auxInc) != 0; } in needsRamp()241 int32_t auxInc; member