Home | History | Annotate | Download | only in audioflinger

Lines Matching refs:VOLUME

55         t->volume[0] = UNITY_GAIN;
56 t->volume[1] = UNITY_GAIN;
201 case VOLUME:
204 if (track.volume[name-VOLUME0] != value) {
205 track.prevVolume[name-VOLUME0] = track.volume[name-VOLUME0] << 16;
206 track.volume[name-VOLUME0] = value;
207 if (target == VOLUME) {
251 if (((volumeInc[i]>0) && (((prevVolume[i]+volumeInc[i])>>16) >= volume[i])) ||
252 ((volumeInc[i]<0) && (((prevVolume[i]+volumeInc[i])>>16) <= volume[i]))) {
254 prevVolume[i] = volume[i]<<16;
374 // Now that the volume ramp has been done, set optimal state and
498 t->resampler->setVolume(t->volume[0], t->volume[1]);
515 // t, vlInc/65536.0f, vl/65536.0f, t->volume[0],
518 // ramp volume
543 // t, vlInc/65536.0f, vl/65536.0f, t->volume[0],
584 // t, vlInc/65536.0f, vl/65536.0f, t->volume[0],
601 const int16_t vl = t->volume[0];
602 const int16_t vr = t->volume[1];
773 const int16_t vl = t.volume[0];
774 const int16_t vr = t.volume[1];
792 // volume is boosted, so we might need to clamp even though
834 const int16_t vl0 = t0.volume[0];
835 const int16_t vr0 = t0.volume[1];
839 const int16_t vl1 = t1.volume[0];
840 const int16_t vr1 = t1.volume[1];