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

  /frameworks/av/services/audioflinger/
FastThread.h 62 long mWarmupNsMin; // warmup complete when write cycle is greater than or equal to
FastCapture.cpp 139 mWarmupNsMin = (frameCount * 750000000LL) / mSampleRate; // 0.75
146 mWarmupNsMin = 0;
FastThread.cpp 48 mWarmupNsMin(0),
231 // where "in-range" means mWarmupNsMin <= cycle time <= mWarmupNsMax
242 if (mWarmupNsMin <= nsec && nsec <= mWarmupNsMax) {
FastMixer.cpp 202 mWarmupNsMin = (frameCount * 750000000LL) / mSampleRate; // 0.75
209 mWarmupNsMin = 0;

Completed in 397 milliseconds