Searched refs:auxInc (Results 1 – 2 of 2) sorted by relevance
113 t->auxInc = 0; in create()439 &track->auxLevel, &track->prevAuxLevel, &track->auxInc, in setParameter()556 auxInc = 0; in adjustVolumeRamp()563 if ((auxInc > 0 && ((prevAuxLevel + auxInc) >> 16) >= auxLevel) || in adjustVolumeRamp()564 (auxInc < 0 && ((prevAuxLevel + auxInc) >> 16) <= auxLevel)) { in adjustVolumeRamp()565 auxInc = 0; in adjustVolumeRamp()768 if (CC_UNLIKELY(volumeInc[0]|volumeInc[1]|auxInc)) { in track__genericResample()809 const int32_t vaInc = auxInc; in volumeRampStereo()876 if (CC_UNLIKELY(volumeInc[0]|volumeInc[1]|auxInc)) { in track__16BitsStereo()882 const int32_t vaInc = auxInc; in track__16BitsStereo()[all …]
220 bool needsRamp() { return (volumeInc[0] | volumeInc[1] | auxInc) != 0; } in needsRamp()251 int32_t auxInc; member