Home
last modified time | relevance | path

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

12

/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/powermanager/include/android/
DSoundTriggerMode.h27 MAX = IPowerManager::SOUND_TRIGGER_MODE_ALL_DISABLED, enumerator
DLocationMode.h30 MAX = IPowerManager::LOCATION_MODE_THROTTLE_REQUESTS_WHEN_SCREEN_OFF, enumerator
/frameworks/native/services/schedulerservice/
DSchedulingPolicyService.cpp40 priority > static_cast<int32_t>(Priority::MAX)) { in requestPriority()
/frameworks/base/tests/Internal/src/com/android/internal/util/
DParcellingTests.java55 testForInstant(Instant.MAX); in forInstant_maximum()
/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/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.java53 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/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/core/jni/
Dandroid_view_VelocityTracker.cpp139 strategy > static_cast<int32_t>(VelocityTracker::Strategy::MAX)) { in getStrategyFromInt()
/frameworks/native/include/input/
DVelocityTracker.h46 MAX = LEGACY, enumerator
/frameworks/av/media/codec2/components/avc/
DC2SoftAvcEnc.h111 #define MAX(a, b) ((a) > (b))? (a) : (b) macro
/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.java231 return ZonedDateTime.of(boundary.toLocalDate(), LocalTime.MAX, start.getZone()); in roundBoundaryTime()
/frameworks/base/core/java/android/app/ambientcontext/
DAmbientContextEvent.java123 return Instant.MAX; in defaultEndTime()
/frameworks/rs/driver/runtime/arch/
Dasimd.ll363 ;;;;;;;;; MAX ;;;;;;;;;;
Dneon.ll367 ;;;;;;;;; MAX ;;;;;;;;;;

12