Searched defs:min (Results 26 - 50 of 91) sorted by relevance

1234

/frameworks/base/services/core/java/com/android/server/notification/
H A DDowntimeCalendar.java61 public long getNextTime(long now, int hr, int min) { argument
62 final long time = getTime(now, hr, min);
66 private long getTime(long millis, int hour, int min) { argument
69 mCalendar.set(Calendar.MINUTE, min);
/frameworks/native/libs/input/
H A DInputDevice.cpp175 void InputDeviceInfo::addMotionRange(int32_t axis, uint32_t source, float min, float max, argument
177 MotionRange range = { axis, source, min, max, flat, fuzz, resolution };
/frameworks/rs/driver/runtime/arch/
H A Dgeneric.c428 extern int8_t __attribute__((overloadable)) min(int8_t v1, int8_t v2) { function
432 extern char2 __attribute__((overloadable)) min(char2 v1, char2 v2) { function
439 extern char3 __attribute__((overloadable)) min(char3 v1, char3 v2) { function
447 extern char4 __attribute__((overloadable)) min(char4 v1, char4 v2) { function
456 extern int16_t __attribute__((overloadable)) min(int16_t v1, int16_t v2) { function
460 extern short2 __attribute__((overloadable)) min(short2 v1, short2 v2) { function
467 extern short3 __attribute__((overloadable)) min(short3 v1, short3 v2) { function
475 extern short4 __attribute__((overloadable)) min(short4 v1, short4 v2) { function
484 extern int32_t __attribute__((overloadable)) min(int32_t v1, int32_t v2) { function
488 extern int2 __attribute__((overloadable)) min(int function
495 extern int3 __attribute__((overloadable)) min(int3 v1, int3 v2) { function
503 extern int4 __attribute__((overloadable)) min(int4 v1, int4 v2) { function
512 extern uchar __attribute__((overloadable)) min(uchar v1, uchar v2) { function
516 extern uchar2 __attribute__((overloadable)) min(uchar2 v1, uchar2 v2) { function
523 extern uchar3 __attribute__((overloadable)) min(uchar3 v1, uchar3 v2) { function
531 extern uchar4 __attribute__((overloadable)) min(uchar4 v1, uchar4 v2) { function
540 extern ushort __attribute__((overloadable)) min(ushort v1, ushort v2) { function
544 extern ushort2 __attribute__((overloadable)) min(ushort2 v1, ushort2 v2) { function
551 extern ushort3 __attribute__((overloadable)) min(ushort3 v1, ushort3 v2) { function
559 extern ushort4 __attribute__((overloadable)) min(ushort4 v1, ushort4 v2) { function
568 extern uint __attribute__((overloadable)) min(uint v1, uint v2) { function
572 extern uint2 __attribute__((overloadable)) min(uint2 v1, uint2 v2) { function
579 extern uint3 __attribute__((overloadable)) min(uint3 v1, uint3 v2) { function
587 extern uint4 __attribute__((overloadable)) min(uint4 v1, uint4 v2) { function
596 extern float __attribute__((overloadable)) min(float v1, float v2) { function
600 extern float2 __attribute__((overloadable)) min(float2 v1, float2 v2) { function
604 extern float2 __attribute__((overloadable)) min(float2 v1, float v2) { function
608 extern float3 __attribute__((overloadable)) min(float3 v1, float3 v2) { function
612 extern float3 __attribute__((overloadable)) min(float3 v1, float v2) { function
616 extern float4 __attribute__((overloadable)) min(float4 v1, float4 v2) { function
620 extern float4 __attribute__((overloadable)) min(float4 v1, float v2) { function
[all...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/
H A DarmVCM4P10_DeblockingLuma_unsafe_s.s89 min RN 2 label
205 UQSUB8 min, p_1, tC0
208 USUB8 t4, P1a, min
209 SEL P1a, P1a, min
214 UQSUB8 min, q_1, tC0
217 USUB8 t0, Q1a, min
218 SEL Q1a, Q1a, min
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
H A Dh264bsd_inter_prediction.c924 i32 max,min,med; local
928 max = min = med = a;
933 else if (b < min)
935 min = b;
941 else if (c < min)
943 med = min;
/frameworks/base/core/java/android/speech/tts/
H A DBlockingAudioTrack.java336 private static final long clip(long value, long min, long max) { argument
337 return value < min ? min : (value < max ? value : max);
340 private static final float clip(float value, float min, float max) { argument
341 return value < min ? min : (value < max ? value : max);
/frameworks/base/core/java/android/util/
H A DMathUtils.java78 public static float min(float a, float b) { method in class:MathUtils
82 public static float min(int a, int b) { method in class:MathUtils
86 public static float min(float a, float b, float c) { method in class:MathUtils
90 public static float min(int a, int b, int c) { method in class:MathUtils
/frameworks/base/core/java/android/widget/
H A DSimpleMonthAdapter.java50 public void setRange(Calendar min, Calendar max) { argument
51 mMinDate.setTimeInMillis(min.getTimeInMillis());
H A DYearPickerView.java84 public void setRange(Calendar min, Calendar max) { argument
85 mMinDate.setTimeInMillis(min.getTimeInMillis());
/frameworks/base/core/java/com/android/internal/widget/multiwaveview/
H A DPointCloud.java198 private float interp(float min, float max, float f) { argument
199 return min + (max - min) * f;
/frameworks/base/libs/hwui/
H A DGradientCache.cpp34 static inline T min(T a, T b) { function in namespace:android::uirenderer
166 info.width = min(width, uint32_t(mMaxTextureSize));
/frameworks/base/media/tests/EffectsTest/src/com/android/effectstest/
H A DBassBoostTest.java163 public BassBoostParam(BassBoost bassboost, int min, int max, SeekBar seekBar, TextView textView) { argument
164 super (min, max, seekBar, textView, "o/oo");
H A DEnvReverbTest.java274 public EnvReverbParam(EnvironmentalReverb reverb, int min, int max, SeekBar seekBar, TextView textView, String unit) { argument
275 super (min, max, seekBar, textView, unit);
H A DEqualizerTest.java239 public EqualizerParam(Equalizer equalizer, int min, int max, SeekBar seekBar, TextView textView, String unit) { argument
240 super (min, max, seekBar, textView, unit);
264 public BandLevelParam(Equalizer equalizer, int band, short min, short max, SeekBar seekBar, TextView textView) { argument
265 super (equalizer, min, max, seekBar, textView, "mB");
290 public PresetParam(Equalizer equalizer, short min, short max, SeekBar seekBar, TextView textView) { argument
291 super (equalizer, min, max, seekBar, textView, "");
H A DPresetReverbTest.java173 public PresetParam(PresetReverb presetrvb, short min, short max, SeekBar seekBar, TextView textView) { argument
174 super (min, max, seekBar, textView, "");
H A DVirtualizerTest.java160 public VirtualizerParam(Virtualizer virtualizer, int min, int max, SeekBar seekBar, TextView textView) { argument
161 super (min, max, seekBar, textView, "o/oo");
/frameworks/compile/mclinker/lib/Target/AArch64/
H A DAArch64RelocationHelpers.h27 int64_t min = -(1 << (bits - 1)); local
28 if (signed_val > max || signed_val < min)
/frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/
H A DAndroidCamera2Settings.java322 private int toIntConstrained(double original, int min, int max) { argument
323 original = Math.max(original, min);
324 original = Math.min(original, max);
/frameworks/native/include/input/
H A DInputDevice.h68 float min; member in struct:android::InputDeviceInfo::MotionRange
93 float min, float max, float flat, float fuzz, float resolution);
/frameworks/rs/cpu_ref/
H A DrsCpuRuntimeMath.cpp103 float SC_randf2(float min, float max) { argument
106 r = r * (max - min) + min;
/frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/
H A DUT_math_agree.java148 // min reference functions
149 private float min(float v1, float v2) { method in class:UT_math_agree
152 private float[] min(float[] v1, float[] v2) { method in class:UT_math_agree
156 rv[i] = min(v1[i], v2[i]);
159 private byte min(byte v1, byte v2) { method in class:UT_math_agree
162 private byte[] min(byte[] v1, byte[] v2) { method in class:UT_math_agree
166 rv[i] = min(v1[i], v2[i]);
169 private short min(short v1, short v2) { method in class:UT_math_agree
172 private short[] min(short[] v1, short[] v2) { method in class:UT_math_agree
176 rv[i] = min(v
179 private int min(int v1, int v2) { method in class:UT_math_agree
182 private int[] min(int[] v1, int[] v2) { method in class:UT_math_agree
189 private long min(long v1, long v2) { method in class:UT_math_agree
192 private long[] min(long[] v1, long[] v2) { method in class:UT_math_agree
[all...]
/frameworks/rs/java/tests/RsTest/src/com/android/rs/test/
H A DUT_math_agree.java148 // min reference functions
149 private float min(float v1, float v2) { method in class:UT_math_agree
152 private float[] min(float[] v1, float[] v2) { method in class:UT_math_agree
156 rv[i] = min(v1[i], v2[i]);
159 private byte min(byte v1, byte v2) { method in class:UT_math_agree
162 private byte[] min(byte[] v1, byte[] v2) { method in class:UT_math_agree
166 rv[i] = min(v1[i], v2[i]);
169 private short min(short v1, short v2) { method in class:UT_math_agree
172 private short[] min(short[] v1, short[] v2) { method in class:UT_math_agree
176 rv[i] = min(v
179 private int min(int v1, int v2) { method in class:UT_math_agree
182 private int[] min(int[] v1, int[] v2) { method in class:UT_math_agree
189 private long min(long v1, long v2) { method in class:UT_math_agree
192 private long[] min(long[] v1, long[] v2) { method in class:UT_math_agree
[all...]
/frameworks/av/media/libstagefright/codecs/aacenc/basic_op/
H A Dtypedefs.h91 #ifndef min
92 #define min(a,b) ( a < b ? a : b) macro
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/src/
H A DarmCOMM.c318 OMX_INT min,
328 else if (src < min)
330 src = min;
354 OMX_F32 min,
364 else if (src < min)
366 src = min;
317 armClip( OMX_INT min, OMX_INT max, OMX_S32 src ) argument
353 armClip_F32( OMX_F32 min, OMX_F32 max, OMX_F32 src ) argument
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/src/
H A DarmCOMM.c318 OMX_INT min,
328 else if (src < min)
330 src = min;
354 OMX_F32 min,
364 else if (src < min)
366 src = min;
317 armClip( OMX_INT min, OMX_INT max, OMX_S32 src ) argument
353 armClip_F32( OMX_F32 min, OMX_F32 max, OMX_F32 src ) argument

Completed in 817 milliseconds

1234