Home
last modified time | relevance | path

Searched refs:MAX (Results 1 – 25 of 28) sorted by relevance

12

/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/display/
DBrightnessUtilsTest.java31 private static final int MAX = 255; field in BrightnessUtilsTest
35 assertThat(BrightnessUtils.convertLinearToGamma(MIN, MIN, MAX)).isEqualTo(0); in linearToGamma_minValue_shouldReturn0()
40 assertThat(BrightnessUtils.convertLinearToGamma(MAX, MIN, MAX)).isEqualTo(GAMMA_SPACE_MAX); in linearToGamma_maxValue_shouldReturnGammaSpaceMax()
45 assertThat(BrightnessUtils.convertGammaToLinear(MIN, MIN, MAX)).isEqualTo(MIN); in gammaToLinear_minValue_shouldReturnMin()
50 assertThat(BrightnessUtils.convertGammaToLinear(GAMMA_SPACE_MAX, MIN, MAX)).isEqualTo(MAX); in gammaToLinear_gammaSpaceValue_shouldReturnMax()
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/camera/
DCameraPairwiseTest.java57 public enum Exposure { MIN, MAX, NONE }; enumConstant
149 genericPairwiseTestCase(Flash.OFF, Exposure.MAX, WhiteBalance.AUTO, SceneMode.NIGHT, in testCameraPairwiseScenario03()
159 genericPairwiseTestCase(Flash.OFF, Exposure.MAX, WhiteBalance.CLOUDY, SceneMode.AUTO, in testCameraPairwiseScenario04()
169 genericPairwiseTestCase(Flash.AUTO, Exposure.MAX, WhiteBalance.INCANDESCENT, in testCameraPairwiseScenario05()
229 genericPairwiseTestCase(Flash.ON, Exposure.MAX, WhiteBalance.DAYLIGHT, SceneMode.SUNSET, in testCameraPairwiseScenario11()
319 genericPairwiseTestCase(Flash.OFF, Exposure.MAX, WhiteBalance.FLUORESCENT, SceneMode.AUTO, in testCameraPairwiseScenario20()
337 genericPairwiseTestCase(Flash.ON, Exposure.MAX, WhiteBalance.AUTO, SceneMode.ACTION, in testCameraPairwiseScenario22()
346 genericPairwiseTestCase(Flash.ON, Exposure.MAX, WhiteBalance.AUTO, SceneMode.NIGHT, in testCameraPairwiseScenario23()
364 genericPairwiseTestCase(Flash.AUTO, Exposure.MAX, WhiteBalance.DAYLIGHT, SceneMode.AUTO, in testCameraPairwiseScenario25()
373 genericPairwiseTestCase(Flash.AUTO, Exposure.MAX, WhiteBalance.AUTO, SceneMode.PARTY, in testCameraPairwiseScenario26()
[all …]
/frameworks/hardware/interfaces/schedulerservice/1.0/
DISchedulingPolicyService.hal21 MAX = 99,
29 * @param priority Value within [Priority:MIN, Priority:MAX]
/frameworks/native/services/schedulerservice/
DSchedulingPolicyService.cpp40 priority > static_cast<int32_t>(Priority::MAX)) { in requestPriority()
/frameworks/compile/mclinker/include/mcld/Script/
DOperator.h76 MAX = 43, enumerator
204 Operator& Operator::create<Operator::MAX>();
DBinaryOp.h109 IntOperand* BinaryOp<Operator::MAX>::eval(const Module&,
/frameworks/base/core/java/android/bluetooth/
DBluetoothHidDeviceAppQosSettings.java43 public static final int MAX = (int) 0xffffffff; field in BluetoothHidDeviceAppQosSettings
/frameworks/compile/mclinker/lib/Script/
DOperator.cpp281 Operator& Operator::create<Operator::MAX>() { in create()
282 static BinaryOp<Operator::MAX> op; in create()
DScriptParser.yy133 %token MAX
858 | MAX '(' exp ',' exp ')'
861 &Operator::create<Operator::MAX>());
DScriptScanner.ll122 <EXPRESSION>"MAX" { return token::MAX; }
DBinaryOp.cpp200 IntOperand* BinaryOp<Operator::MAX>::eval(const Module& pModule, in eval()
/frameworks/base/telephony/java/android/telephony/ims/compat/feature/
DImsFeature.java52 public static final int MAX = 3; field in ImsFeature
/frameworks/base/tools/aapt2/compile/
DPng.cpp238 #ifdef MAX
239 #undef MAX
245 #define MAX(a, b) ((a) > (b) ? (a) : (b)) macro
284 maxGrayDeviation = MAX(ABS(rr - gg), maxGrayDeviation); in analyze_image()
285 maxGrayDeviation = MAX(ABS(gg - bb), maxGrayDeviation); in analyze_image()
286 maxGrayDeviation = MAX(ABS(bb - rr), maxGrayDeviation); in analyze_image()
/frameworks/base/core/java/android/util/proto/
DProtoUtils.java39 proto.write(AggStats.MAX, max); in toAggStatsProto()
/frameworks/base/core/tests/BTtraffic/
DREADME42 --ei size: package size, unit: byte; default: 1024, MAX: 20MB
/frameworks/av/media/libstagefright/codecs/avcenc/
DSoftAVCEnc.h101 #define MAX(a, b) ((a) > (b))? (a) : (b) macro
DSoftAVCEnc.cpp613 mAVCEncLevel = MAX(level, mAVCEncLevel); in initEncoder()
/frameworks/base/tools/aapt/
DImages.cpp872 #define MAX(a,b) ((a)>(b)?(a):(b)) macro
940 maxGrayDeviation = MAX(ABS(rr - gg), maxGrayDeviation); in analyze_image()
941 maxGrayDeviation = MAX(ABS(gg - bb), maxGrayDeviation); in analyze_image()
942 maxGrayDeviation = MAX(ABS(bb - rr), maxGrayDeviation); in analyze_image()
/frameworks/base/core/java/android/util/
DRecurrenceRule.java229 return ZonedDateTime.of(boundary.toLocalDate(), LocalTime.MAX, start.getZone()); in roundBoundaryTime()
/frameworks/av/media/codec2/components/avc/
DC2SoftAvcEnc.h104 #define MAX(a, b) ((a) > (b))? (a) : (b) macro
/frameworks/base/cmds/statsd/src/
Dstatsd_config.proto271 MAX = 3; enumerator
/frameworks/base/cmds/statsd/src/metrics/
DValueMetricProducer.cpp793 case ValueMetric::MAX: in onMatchedLogEventInternalLocked()
/frameworks/rs/driver/runtime/arch/
Dasimd.ll363 ;;;;;;;;; MAX ;;;;;;;;;;
Dneon.ll367 ;;;;;;;;; MAX ;;;;;;;;;;
/frameworks/base/cmds/statsd/tests/metrics/
DValueMetricProducer_test.cpp1303 metric.set_aggregation_type(ValueMetric::MAX); in TEST()

12