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

/frameworks/av/services/audioflinger/
H A DAudioMixer.cpp1254 const int32_t vlInc = t->volumeInc[0]; local
1258 // t, vlInc/65536.0f, vl/65536.0f, t->volume[0],
1259 // (vl + vlInc*frameCount)/65536.0f, frameCount);
1274 vl += vlInc;
1283 vl += vlInc;
1335 const int32_t vlInc = t->volumeInc[0]; local
1339 // t, vlInc/65536.0f, vl/65536.0f, t->volume[0],
1340 // (vl + vlInc*frameCount)/65536.0f, frameCount);
1348 vl += vlInc;
1379 const int32_t vlInc local
1425 const int32_t vlInc = t->volumeInc[0]; local
1467 const int32_t vlInc = t->volumeInc[0]; local
[all...]

Completed in 113 milliseconds