Lines Matching refs:auxLevel
112 t->auxLevel = 0; in create()
457 &track->auxLevel, &track->prevAuxLevel, &track->auxInc, in setParameter()
460 target == VOLUME ? "VOLUME" : "RAMP_VOLUME", track->auxLevel); in setParameter()
575 prevAuxLevel = auxLevel << 16; in adjustVolumeRamp()
581 if ((auxInc > 0 && ((prevAuxLevel + auxInc) >> 16) >= auxLevel) || in adjustVolumeRamp()
582 (auxInc < 0 && ((prevAuxLevel + auxInc) >> 16) <= auxLevel)) { in adjustVolumeRamp()
584 prevAuxLevel = auxLevel << 16; in adjustVolumeRamp()
645 if (t->auxLevel != 0 && t->auxBuffer != NULL) { in process__validate()
862 const int16_t va = auxLevel; in volumeStereo()
925 const int16_t va = (int16_t)auxLevel; in track__16BitsStereo()
1015 const int16_t va = (int16_t)auxLevel; in track__16BitsMono()
1421 auxLevel in volumeMix()
1434 volume, auxLevel); in volumeMix()