OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
143
mWarmupNsMin
= (frameCount * 750000000LL) / mSampleRate; // 0.75
150
mWarmupNsMin
= 0;
FastThread.cpp
49
mWarmupNsMin
(0),
236
// where "in-range" means
mWarmupNsMin
<= cycle time <= mWarmupNsMax
247
if (
mWarmupNsMin
<= nsec && nsec <= mWarmupNsMax) {
FastMixer.cpp
205
mWarmupNsMin
= (frameCount * 750000000LL) / mSampleRate; // 0.75
212
mWarmupNsMin
= 0;
Completed in 49 milliseconds