Searched defs:minimum (Results 1 - 10 of 10) sorted by relevance

/frameworks/av/include/cpustats/
H A DCentralTendencyStatistics.h39 // return the minimum of all samples so far
40 double minimum() const { return mMinimum; } function in class:CentralTendencyStatistics
/frameworks/av/media/libcpustats/include/cpustats/
H A DCentralTendencyStatistics.h39 // return the minimum of all samples so far
40 double minimum() const { return mMinimum; } function in class:CentralTendencyStatistics
/frameworks/base/rs/java/android/renderscript/
H A DRenderScriptGL.java48 * The configuration is described by pairs of minimum and preferred bit
102 * @param minimum
105 public void setColor(int minimum, int preferred) { argument
106 validateRange(minimum, preferred, 5, 8);
107 mColorMin = minimum;
116 * @param minimum
119 public void setAlpha(int minimum, int preferred) { argument
120 validateRange(minimum, preferred, 0, 8);
121 mAlphaMin = minimum;
128 * surface for an unsigned integer buffer type. If a minimum o
135 setDepth(int minimum, int preferred) argument
152 setSamples(int minimum, int preferred, float Q) argument
[all...]
/frameworks/base/core/java/android/util/
H A DJsonReader.java718 * Returns true once {@code limit - pos >= minimum}. If the data is
722 private boolean fillBuffer(int minimum) throws IOException { argument
752 if (limit >= minimum) {
/frameworks/av/media/libaudioclient/
H A DAudioTrackShared.cpp91 // The minimum should be greater than zero and less than the size
93 const uint32_t minimum = 16; // based on AudioMixer::BLOCKSIZE local
96 if (maximum < minimum) {
98 } else if (clippedSize < minimum) {
99 clippedSize = minimum;
781 size_t minimum = (size_t) cblk->mMinimum; local
782 if (minimum == 0) {
783 minimum = mIsOut ? half : 1;
784 } else if (minimum > half) {
785 minimum
[all...]
/frameworks/av/include/private/media/
H A DAudioTrackShared.h305 void setMinimum(size_t minimum) { argument
307 if (minimum > UINT32_MAX) {
308 minimum = UINT32_MAX;
310 mCblk->mMinimum = (uint32_t) minimum;
413 #define MIN_LOOP 16 // minimum length of each loop iteration in frames
/frameworks/av/services/audioflinger/
H A DThreads.cpp129 // minimum sleep time for the mixer thread loop when tracks are active but in underrun
134 // minimum normal sink buffer size, expressed in milliseconds rather than frames
140 // minimum capture buffer size in milliseconds to _not_ need a fast capture thread
147 // Direct output thread minimum sleep time in idle or active(underrun) state
193 // The minimum and maximum allowed values
294 // with the minimum gap in measurements.
398 double minimum = mWcStats.minimum(); local
402 double minCycles = mHzStats.minimum();
416 minimum *
[all...]
/frameworks/support/frameworks/support/samples/SupportLeanbackShowcase/libs/
H A Dgson-1.7.2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/gson/ com/google/gson/annotations/ ...
/frameworks/support/samples/SupportLeanbackShowcase/libs/
H A Dgson-1.7.2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/gson/ com/google/gson/annotations/ ...
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 122 milliseconds