Searched defs:maximum (Results 1 - 3 of 3) sorted by relevance

/frameworks/av/include/cpustats/
H A DCentralTendencyStatistics.h42 // return the maximum of all samples so far
43 double maximum() const { return mMaximum; } function in class:CentralTendencyStatistics
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DExpandHelper.java64 // amount of overstretch for maximum brightness expressed in U
65 // 2f: maximum brightness is stretching a 1U to 3U, or a 4U to 6U
156 public int getNaturalHeight(int maximum) { argument
157 return Math.min(maximum, mView.getMaxHeight());
/frameworks/av/services/audioflinger/
H A DThreads.cpp106 // maximum time to wait in sendConfigEvent_l() for a status to be received
111 // maximum divider applied to the active sleep time in the mixer thread loop
116 // maximum normal sink buffer size
162 // The minimum and maximum allowed values
280 double maximum = mWcStats.maximum(); local
284 double maxCycles = mHzStats.maximum();
298 maximum * .001,
302 maximum / perLoop100,
1870 // round up minimum and round down maximum t
[all...]

Completed in 408 milliseconds