Searched defs:vlInc (Results 1 - 1 of 1) sorted by path

/frameworks/av/services/audioflinger/
H A DAudioMixer.cpp818 const int32_t vlInc = t->volumeInc[0]; local
822 // t, vlInc/65536.0f, vl/65536.0f, t->volume[0],
823 // (vl + vlInc*frameCount)/65536.0f, frameCount);
838 vl += vlInc;
847 vl += vlInc;
898 const int32_t vlInc = t->volumeInc[0]; local
902 // t, vlInc/65536.0f, vl/65536.0f, t->volume[0],
903 // (vl + vlInc*frameCount)/65536.0f, frameCount);
911 vl += vlInc;
942 const int32_t vlInc local
987 const int32_t vlInc = t->volumeInc[0]; local
1029 const int32_t vlInc = t->volumeInc[0]; local
[all...]

Completed in 53 milliseconds