Searched refs:maximum (Results 1 - 10 of 10) 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/rs/java/tests/ImageProcessing/src/com/android/rs/image/
H A Dwbalance.rs96 int maximum = max(estimation.r, max(estimation.g, estimation.b));
97 float avg = (minimum + maximum) / 2.f;
/frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/
H A Dwbalance.rs115 int maximum = max(estimation.r, max(estimation.g, estimation.b));
116 float avg = (minimum + maximum) / 2.f;
/frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
H A Dwbalance.rs115 int maximum = max(estimation.r, max(estimation.g, estimation.b));
116 float avg = (minimum + maximum) / 2.f;
/frameworks/av/services/audioflinger/
H A DFastMixer.cpp46 #define MAX_WARMUP_CYCLES 10 // maximum number of loop cycles to wait for warmup
808 wall.mean()*1e-6, wall.minimum()*1e-6, wall.maximum()*1e-6, wall.stddev()*1e-6);
811 loadNs.mean()*1e-3, loadNs.minimum()*1e-3, loadNs.maximum()*1e-3,
816 kHz.mean()*1e-3, kHz.minimum()*1e-3, kHz.maximum()*1e-3, kHz.stddev()*1e-3);
819 loadMHz.mean(), loadMHz.minimum(), loadMHz.maximum(), loadMHz.stddev());
833 left.mean()*1e-6, left.minimum()*1e-6, left.maximum()*1e-6, left.stddev()*1e-6,
834 right.mean()*1e-6, right.minimum()*1e-6, right.maximum()*1e-6,
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,
1635 // round up minimum and round down maximum to nearest 16 frames to satisfy AudioMixer
1653 // track, but we sometimes have to do this to satisfy the maximum fram
[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.java729 int maximum = quotaKb * 1024 / mBlockSize;
730 mCachedQuotaBlocks = Math.min(maximum, Math.max(0, nonreserved * quotaPercent / 100));
/frameworks/base/services/input/
H A DEventHub.cpp305 if (info.minimum != info.maximum) {
308 outAxisInfo->maxValue = info.maximum;
/frameworks/wilhelm/tests/examples/
H A DslesTestDecodeAac.cpp834 printf(" maximum = %.1f bytes\n", frameStats.maximum());

Completed in 192 milliseconds