HomeSort by relevance Sort by last modified time
    Searched refs:vlInc (Results 1 - 2 of 2) sorted by null

  /frameworks/base/services/audioflinger/
AudioMixer.cpp 623 const int32_t vlInc = t->volumeInc[0];
627 // t, vlInc/65536.0f, vl/65536.0f, t->volume[0],
628 // (vl + vlInc*frameCount)/65536.0f, frameCount);
643 vl += vlInc;
652 vl += vlInc;
701 const int32_t vlInc = t->volumeInc[0];
705 // t, vlInc/65536.0f, vl/65536.0f, t->volume[0],
706 // (vl + vlInc*frameCount)/65536.0f, frameCount);
714 vl += vlInc;
745 const int32_t vlInc = t->volumeInc[0]
    [all...]
AudioFlinger.cpp     [all...]

Completed in 22 milliseconds