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 606 const int32_t vlInc = t->volumeInc[0];
610 // t, vlInc/65536.0f, vl/65536.0f, t->volume[0],
611 // (vl + vlInc*frameCount)/65536.0f, frameCount);
626 vl += vlInc;
635 vl += vlInc;
684 const int32_t vlInc = t->volumeInc[0];
688 // t, vlInc/65536.0f, vl/65536.0f, t->volume[0],
689 // (vl + vlInc*frameCount)/65536.0f, frameCount);
697 vl += vlInc;
728 const int32_t vlInc = t->volumeInc[0]
    [all...]
AudioFlinger.cpp     [all...]

Completed in 649 milliseconds