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

/frameworks/av/services/audioflinger/
H A DAudioMixer.cpp1122 const int32_t vlInc = t->volumeInc[0]; local
1126 // t, vlInc/65536.0f, vl/65536.0f, t->volume[0],
1127 // (vl + vlInc*frameCount)/65536.0f, frameCount);
1142 vl += vlInc;
1151 vl += vlInc;
1203 const int32_t vlInc = t->volumeInc[0]; local
1207 // t, vlInc/65536.0f, vl/65536.0f, t->volume[0],
1208 // (vl + vlInc*frameCount)/65536.0f, frameCount);
1216 vl += vlInc;
1247 const int32_t vlInc local
1293 const int32_t vlInc = t->volumeInc[0]; local
1335 const int32_t vlInc = t->volumeInc[0]; local
[all...]

Completed in 159 milliseconds