Lines Matching refs:auxLevel
196 t->auxLevel = 0; in getTrackName()
520 if (track.auxLevel != valueInt) { in setParameter()
522 track.prevAuxLevel = track.auxLevel << 16; in setParameter()
523 track.auxLevel = valueInt; in setParameter()
590 if (((auxInc>0) && (((prevAuxLevel+auxInc)>>16) >= auxLevel)) || in adjustVolumeRamp()
591 ((auxInc<0) && (((prevAuxLevel+auxInc)>>16) <= auxLevel))) { in adjustVolumeRamp()
593 prevAuxLevel = auxLevel<<16; in adjustVolumeRamp()
673 if (t.auxLevel != 0 && t.auxBuffer != NULL) { in process__validate()
863 const int16_t va = t->auxLevel; in volumeStereo()
925 const int16_t va = (int16_t)t->auxLevel; in track__16BitsStereo()
1014 const int16_t va = (int16_t)t->auxLevel; in track__16BitsMono()