Home
last modified time | relevance | path

Searched defs:max (Results 1 – 25 of 311) sorted by relevance

12345678910>>...13

/frameworks/rs/driver/runtime/arch/
Dgeneric.c231 extern char __attribute__((overloadable)) max(char v1, char v2) { in max() function
235 extern char2 __attribute__((overloadable)) max(char2 v1, char2 v2) { in max() function
242 extern char3 __attribute__((overloadable)) max(char3 v1, char3 v2) { in max() function
250 extern char4 __attribute__((overloadable)) max(char4 v1, char4 v2) { in max() function
259 extern short __attribute__((overloadable)) max(short v1, short v2) { in max() function
263 extern short2 __attribute__((overloadable)) max(short2 v1, short2 v2) { in max() function
270 extern short3 __attribute__((overloadable)) max(short3 v1, short3 v2) { in max() function
278 extern short4 __attribute__((overloadable)) max(short4 v1, short4 v2) { in max() function
287 extern int __attribute__((overloadable)) max(int v1, int v2) { in max() function
291 extern int2 __attribute__((overloadable)) max(int2 v1, int2 v2) { in max() function
[all …]
/frameworks/base/packages/SettingsLib/DisplayUtils/src/com/android/settingslib/display/
DBrightnessUtils.java55 public static final int convertGammaToLinear(int val, int min, int max) { in convertGammaToLinear()
78 public static final float convertGammaToLinearFloat(int val, float min, float max) { in convertGammaToLinearFloat()
118 public static final int convertLinearToGamma(int val, int min, int max) { in convertLinearToGamma()
130 public static final int convertLinearToGammaFloat(float val, float min, float max) { in convertLinearToGammaFloat()
/frameworks/base/packages/SystemUI/src/com/android/systemui/haptics/slider/
DHapticSlider.kt22 val max: Float constant
29 override val max: Float constant in com.android.systemui.haptics.slider.HapticSlider.SeekBar
38 override val max: Float constant in com.android.systemui.haptics.slider.HapticSlider.Slider
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/brightness/domain/interactor/
DScreenBrightnessInteractorTest.kt61 val max = 1f in gammaBrightness() constant
82 val max = 0.8f in gammaBrightness_constrained() constant
106 val (min, max) = fakeScreenBrightnessRepository.getMinMaxLinearBrightness() in setTemporaryBrightness() constant
130 val (min, max) = fakeScreenBrightnessRepository.getMinMaxLinearBrightness() in setBrightness() constant
/frameworks/base/apct-tests/perftests/core/src/android/libcore/regression/
DLoopingBackwardsPerfTest.java50 public void timeForwards(int max) { in timeForwards()
62 public void timeBackwards(int max) { in timeBackwards()
/frameworks/base/graphics/java/android/graphics/
DColorSpace.java1410 @NonNull @Size(min = 2, max = 3) float[] whitePoint) { in adapt() argument
1439 @NonNull @Size(min = 2, max = 3) float[] whitePoint, in adapt() argument
2789 @NonNull @Size(min = 6, max = 9) float[] primaries, in Rgb() argument
2794 float max) { in Rgb()
2863 @NonNull @Size(min = 6, max = 9) float[] primaries, in Rgb() argument
2907 @NonNull @Size(min = 6, max = 9) float[] primaries, in Rgb() argument
2979 @NonNull @Size(min = 6, max = 9) float[] primaries, in Rgb() argument
3024 @NonNull @Size(min = 6, max = 9) float[] primaries, in Rgb() argument
3028 float max, in Rgb()
3081 @NonNull @Size(min = 6, max = 9) float[] primaries, in Rgb() argument
[all …]
DTableMaskFilter.java39 public static TableMaskFilter CreateClipTable(int min, int max) { in CreateClipTable()
48 private static native long nativeNewClip(int min, int max); in nativeNewClip()
/frameworks/rs/tests/java_api/Refocus/src/com/android/rs/test/
DDepthImage.java96 public float max; field in DepthImage.MinMax
98 public MinMax(float min, float max) { in MinMax()
103 public static MinMax create(float min, float max) { in create()
110 float max = min; in findMinAndMax() local
/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
DUT_math_agree.java243 private float max(float v1, float v2) { in max() method in UT_math_agree
247 private float[] max(float[] v1, float[] v2) { in max() method in UT_math_agree
255 private byte max(byte v1, byte v2) { in max() method in UT_math_agree
259 private byte[] max(byte[] v1, byte[] v2) { in max() method in UT_math_agree
267 private short max(short v1, short v2) { in max() method in UT_math_agree
271 private short[] max(short[] v1, short[] v2) { in max() method in UT_math_agree
279 private int max(int v1, int v2) { in max() method in UT_math_agree
283 private int[] max(int[] v1, int[] v2) { in max() method in UT_math_agree
291 private long max(long v1, long v2) { in max() method in UT_math_agree
295 private long[] max(long[] v1, long[] v2) { in max() method in UT_math_agree
/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/
DUT_math_agree.java245 private float max(float v1, float v2) { in max() method in UT_math_agree
249 private float[] max(float[] v1, float[] v2) { in max() method in UT_math_agree
257 private byte max(byte v1, byte v2) { in max() method in UT_math_agree
261 private byte[] max(byte[] v1, byte[] v2) { in max() method in UT_math_agree
269 private short max(short v1, short v2) { in max() method in UT_math_agree
273 private short[] max(short[] v1, short[] v2) { in max() method in UT_math_agree
281 private int max(int v1, int v2) { in max() method in UT_math_agree
285 private int[] max(int[] v1, int[] v2) { in max() method in UT_math_agree
293 private long max(long v1, long v2) { in max() method in UT_math_agree
297 private long[] max(long[] v1, long[] v2) { in max() method in UT_math_agree
/frameworks/proto_logging/stats/stats_log_api_gen/include_cc_srcs/
DStatsHistogram.cpp30 std::unique_ptr<StatsHistogram> StatsHistogram::createLinearBins(float min, float max, int count) { in createLinearBins()
47 std::unique_ptr<StatsHistogram> StatsHistogram::createExponentialBins(float min, float max, in createExponentialBins()
/frameworks/proto_logging/stats/stats_log_api_gen/include_java/
DStatsHistogram.java41 public static StatsHistogram createLinearBins(float min, float max, int count) { in createLinearBins()
59 public static StatsHistogram createExponentialBins(float min, float max, int count) { in createExponentialBins()
/frameworks/av/media/utils/tests/
Dextended_accumulator_tests.cpp82 static constexpr CType max = std::numeric_limits<TType>::max(); in TEST() local
95 static constexpr CType max = std::numeric_limits<TType>::max(); in TEST() local
/frameworks/base/core/java/android/util/proto/
DProtoUtils.java37 long min, long average, long max, int meanKb, int maxKb) { in toAggStatsProto()
51 long min, long average, long max) { in toAggStatsProto()
/frameworks/base/core/java/com/android/internal/widget/remotecompose/core/operations/layout/modifiers/
DScrollModifierOperation.java80 public ScrollModifierOperation(int direction, float position, float max, float notchMax) { in ScrollModifierOperation()
217 WireBuffer buffer, int direction, float position, float max, float notchMax) { in apply()
234 float max = buffer.readFloat(); in read() local
270 float max = mMaxScrollY; in layout() local
280 context.loadFloat(Utils.idFromNan(mMax), max); in layout() local
/frameworks/base/services/backup/java/com/android/server/backup/transport/
DTransportStats.java94 public long max; field in TransportStats.Stats
104 private Stats(int n, double average, long max, long min) { in Stats()
/frameworks/libs/modules-utils/java/com/android/internal/annotations/
DCachedPropertyDefaults.java48 int max() default 32; in max() method
DCachedProperty.java66 int max() default -1; in max() method
/frameworks/libs/systemui/animationlib/src/com/android/app/animation/
DMathUtils.java24 public static float max(float a, float b) { in max() method in MathUtils
/frameworks/native/services/inputflinger/tests/fuzzers/
DThreadSafeFuzzedDataProvider.h113 T ConsumeIntegralInRange(T min, T max) { in ConsumeIntegralInRange()
125 T ConsumeFloatingPointInRange(T min, T max) { in ConsumeFloatingPointInRange()
/frameworks/libs/modules-utils/java/android/annotation/
DSize.java49 long max() default Long.MAX_VALUE; in max() method
/frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/clocks/
DVPoint.kt117 fun max(lhs: VPointF, rhs: VPointF) = VPointF(max(lhs.x, rhs.x), max(lhs.y, rhs.y)) in component1() method
202 fun max(lhs: VPoint, rhs: VPoint) = VPoint(max(lhs.x, rhs.x), max(lhs.y, rhs.y)) in toPoint() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/touch/
DOverScroll.java44 public static int dampedScroll(float amount, int max) { in dampedScroll()
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/jni/
Dimgprocutil.h27 inline int clamp(int min, int val, int max) { in clamp()
/frameworks/native/include/ftl/details/
Dcast.h36 static constexpr T max() { in max() function

12345678910>>...13