Searched refs:auxInc (Results 1 – 2 of 2) sorted by relevance
113 t->auxInc = 0; in create()457 &track->auxLevel, &track->prevAuxLevel, &track->auxInc, in setParameter()574 auxInc = 0; in adjustVolumeRamp()581 if ((auxInc > 0 && ((prevAuxLevel + auxInc) >> 16) >= auxLevel) || in adjustVolumeRamp()582 (auxInc < 0 && ((prevAuxLevel + auxInc) >> 16) <= auxLevel)) { in adjustVolumeRamp()583 auxInc = 0; in adjustVolumeRamp()786 if (CC_UNLIKELY(volumeInc[0]|volumeInc[1]|auxInc)) { in track__genericResample()827 const int32_t vaInc = auxInc; in volumeRampStereo()894 if (CC_UNLIKELY(volumeInc[0]|volumeInc[1]|auxInc)) { in track__16BitsStereo()900 const int32_t vaInc = auxInc; in track__16BitsStereo()[all …]
224 bool needsRamp() { return (volumeInc[0] | volumeInc[1] | auxInc) != 0; } in needsRamp()255 int32_t auxInc; member