OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
144
mWarmupNsMax
= (frameCount * 1250000000LL) / mSampleRate; // 1.25
151
mWarmupNsMax
= LONG_MAX;
FastThread.cpp
50
mWarmupNsMax
(LONG_MAX),
236
// where "in-range" means mWarmupNsMin <= cycle time <=
mWarmupNsMax
247
if (mWarmupNsMin <= nsec && nsec <=
mWarmupNsMax
) {
FastMixer.cpp
206
mWarmupNsMax
= (frameCount * 1250000000LL) / mSampleRate; // 1.25
213
mWarmupNsMax
= LONG_MAX;
Completed in 179 milliseconds