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

  /frameworks/av/services/audioflinger/
FastThread.h 64 long mWarmupNsMax; // and less than or equal to this value
FastCapture.cpp 140 mWarmupNsMax = (frameCount * 1250000000LL) / mSampleRate; // 1.25
147 mWarmupNsMax = LONG_MAX;
FastThread.cpp 49 mWarmupNsMax(LONG_MAX),
231 // where "in-range" means mWarmupNsMin <= cycle time <= mWarmupNsMax
242 if (mWarmupNsMin <= nsec && nsec <= mWarmupNsMax) {
FastMixer.cpp 203 mWarmupNsMax = (frameCount * 1250000000LL) / mSampleRate; // 1.25
210 mWarmupNsMax = LONG_MAX;

Completed in 88 milliseconds