Searched refs:kFastTrackMultiplier (Results 1 - 1 of 1) sorted by last modified time

/frameworks/av/services/audioflinger/
H A DAudioFlinger.cpp175 static const int kFastTrackMultiplier = 2; member in namespace:android
1742 (frameCount >= (int) (mFrameCount * kFastTrackMultiplier)))
1763 frameCount = mFrameCount * kFastTrackMultiplier;

Completed in 70 milliseconds