Home
last modified time | relevance | path

Searched refs:MAX (Results 1 – 25 of 28) 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/schedulerservice/
DSchedulingPolicyService.cpp37 priority > static_cast<int32_t>(Priority::MAX)) { in requestPriority()
/frameworks/ml/bordeaux/learning/stochastic_linear_ranker/native/
Dcommon_defs.h33 enum MulticlassUpdateType { MAX, RANK }; enumerator
/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.java38 final static public 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/opt/telephony/src/java/com/android/internal/telephony/ims/
DImsResolver.java312 || feature >= ImsFeature.MAX) { in getImsServiceControllerAndListen()
332 || feature >= ImsFeature.MAX) { in putImsController()
351 || feature >= ImsFeature.MAX) { in removeImsController()
668 info.supportedFeatures = new HashSet<>(ImsFeature.MAX); in getImsServiceInfo()
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
Dh264bsd_util.h130 #define MAX(a, b) (((a) > (b)) ? (a) : (b)) macro
Dh264bsd_slice_group_map.c342 leftBound = MAX(leftBound - 1, 0); in DecodeBoxOutMap()
356 topBound = MAX(topBound - 1, 0); in DecodeBoxOutMap()
Dh264bsd_slice_data.c327 if (tmp >= MAX(pStorage->activeSps->picWidthInMbs, 10)) in h264bsdMarkSliceCorrupted()
Dh264bsd_seq_param_set.c347 MAX(1, pSeqParamSet->vuiParameters->maxDecFrameBuffering); in h264bsdDecodeSeqParamSet()
Dh264bsd_dpb.c1011 dpb->maxRefFrames = MAX(maxRefFrames, 1); in h264bsdInitDpb()
/frameworks/base/tools/aapt2/compile/
DPng.cpp237 #ifdef MAX
238 #undef MAX
244 #define MAX(a, b) ((a) > (b) ? (a) : (b)) macro
283 maxGrayDeviation = MAX(ABS(rr - gg), maxGrayDeviation); in analyze_image()
284 maxGrayDeviation = MAX(ABS(gg - bb), maxGrayDeviation); in analyze_image()
285 maxGrayDeviation = MAX(ABS(bb - rr), maxGrayDeviation); in analyze_image()
/frameworks/base/telephony/java/android/telephony/ims/feature/
DImsFeature.java79 public static final int MAX = 3; field in ImsFeature
/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.cpp635 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/rs/driver/runtime/arch/
Dasimd.ll363 ;;;;;;;;; MAX ;;;;;;;;;;
Dneon.ll367 ;;;;;;;;; MAX ;;;;;;;;;;

12