Home | History | Annotate | Download | only in audioflinger

Lines Matching refs:prevVolume

179         // t->prevVolume[0]
180 // t->prevVolume[1]
490 track.prevVolume[param-VOLUME0] = track.volume[param-VOLUME0] << 16;
493 track.prevVolume[param-VOLUME0] = valueInt << 16;
496 int32_t d = (valueInt<<16) - track.prevVolume[param-VOLUME0];
500 track.prevVolume[param-VOLUME0] = valueInt << 16;
571 if (((volumeInc[i]>0) && (((prevVolume[i]+volumeInc[i])>>16) >= volume[i])) ||
572 ((volumeInc[i]<0) && (((prevVolume[i]+volumeInc[i])>>16) <= volume[i]))) {
574 prevVolume[i] = volume[i]<<16;
802 int32_t vl = t->prevVolume[0];
803 int32_t vr = t->prevVolume[1];
837 t->prevVolume[0] = vl;
838 t->prevVolume[1] = vr;
879 int32_t vl = t->prevVolume[0];
880 int32_t vr = t->prevVolume[1];
900 t->prevVolume[0] = vl;
901 t->prevVolume[1] = vr;
924 int32_t vl = t->prevVolume[0];
925 int32_t vr = t->prevVolume[1];
940 t->prevVolume[0] = vl;
941 t->prevVolume[1] = vr;
967 int32_t vl = t->prevVolume[0];
968 int32_t vr = t->prevVolume[1];
988 t->prevVolume[0] = vl;
989 t->prevVolume[1] = vr;
1010 int32_t vl = t->prevVolume[0];
1011 int32_t vr = t->prevVolume[1];
1027 t->prevVolume[0] = vl;
1028 t->prevVolume[1] = vr;