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.java60 // amount of overstretch for maximum brightness expressed in U
61 // 2f: maximum brightness is stretching a 1U to 3U, or a 4U to 6U
159 public int getNaturalHeight(int maximum) { argument
169 View.MeasureSpec.makeMeasureSpec(maximum,
/frameworks/av/services/audioflinger/
H A DThreads.cpp99 // maximum time to wait for setParameters to complete
104 // maximum divider applied to the active sleep time in the mixer thread loop
109 // maximum normal mix buffer size
230 double maximum = mWcStats.maximum(); local
234 double maxCycles = mHzStats.maximum();
248 maximum * .001,
252 maximum / perLoop100,
1666 // round up minimum and round down maximum to nearest 16 frames to satisfy AudioMixer
1684 // track, but we sometimes have to do this to satisfy the maximum fram
[all...]

Completed in 782 milliseconds