Searched refs:maximum (Results 1 - 7 of 7) sorted by relevance

/frameworks/native/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/av/services/audioflinger/
H A DFastMixer.cpp37 #define MAX_WARMUP_CYCLES 10 // maximum number of loop cycles to wait for warmup
727 wall.mean()*1e-6, wall.minimum()*1e-6, wall.maximum()*1e-6, wall.stddev()*1e-6);
730 loadNs.mean()*1e-3, loadNs.minimum()*1e-3, loadNs.maximum()*1e-3,
735 kHz.mean()*1e-3, kHz.minimum()*1e-3, kHz.maximum()*1e-3, kHz.stddev()*1e-3);
738 loadMHz.mean(), loadMHz.minimum(), loadMHz.maximum(), loadMHz.stddev());
752 left.mean()*1e-6, left.minimum()*1e-6, left.maximum()*1e-6, left.stddev()*1e-6,
753 right.mean()*1e-6, right.minimum()*1e-6, right.maximum()*1e-6,
H A DAudioFlinger.cpp129 // maximum time to wait for setParameters to complete
134 // maximum divider applied to the active sleep time in the mixer thread loop
139 // maximum normal mix buffer size
2068 // round up minimum and round down maximum to nearest 16 frames to satisfy AudioMixer
2086 // track, but we sometimes have to do this to satisfy the maximum frame count constraint)
2303 // When it wakes up after a maximum latency, it runs a few cycles quickly before
2498 double maximum = mWcStats.maximum(); local
2502 double maxCycles = mHzStats.maximum();
2516 maximum *
[all...]
/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/base/services/java/com/android/server/
H A DDropBoxManagerService.java723 int maximum = quotaKb * 1024 / mBlockSize;
724 mCachedQuotaBlocks = Math.min(maximum, Math.max(0, nonreserved * quotaPercent / 100));
/frameworks/base/services/input/
H A DEventHub.cpp297 if (info.minimum != info.maximum) {
300 outAxisInfo->maxValue = info.maximum;
/frameworks/wilhelm/tests/examples/
H A DslesTestDecodeAac.cpp834 printf(" maximum = %.1f bytes\n", frameStats.maximum());

Completed in 766 milliseconds