Home
last modified time | relevance | path

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

/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/camera/
DCameraPairwiseTest.java63 public enum Exposure { MIN, MAX, NONE }; enumConstant
155 genericPairwiseTestCase(Flash.OFF, Exposure.MAX, WhiteBalance.AUTO, SceneMode.NIGHT, in testCameraPairwiseScenario03()
165 genericPairwiseTestCase(Flash.OFF, Exposure.MAX, WhiteBalance.CLOUDY, SceneMode.AUTO, in testCameraPairwiseScenario04()
175 genericPairwiseTestCase(Flash.AUTO, Exposure.MAX, WhiteBalance.INCANDESCENT, in testCameraPairwiseScenario05()
235 genericPairwiseTestCase(Flash.ON, Exposure.MAX, WhiteBalance.DAYLIGHT, SceneMode.SUNSET, in testCameraPairwiseScenario11()
325 genericPairwiseTestCase(Flash.OFF, Exposure.MAX, WhiteBalance.FLUORESCENT, SceneMode.AUTO, in testCameraPairwiseScenario20()
343 genericPairwiseTestCase(Flash.ON, Exposure.MAX, WhiteBalance.AUTO, SceneMode.ACTION, in testCameraPairwiseScenario22()
352 genericPairwiseTestCase(Flash.ON, Exposure.MAX, WhiteBalance.AUTO, SceneMode.NIGHT, in testCameraPairwiseScenario23()
370 genericPairwiseTestCase(Flash.AUTO, Exposure.MAX, WhiteBalance.DAYLIGHT, SceneMode.AUTO, in testCameraPairwiseScenario25()
379 genericPairwiseTestCase(Flash.AUTO, Exposure.MAX, WhiteBalance.AUTO, SceneMode.PARTY, in testCameraPairwiseScenario26()
[all …]
/frameworks/ml/bordeaux/learning/stochastic_linear_ranker/native/
Dcommon_defs.h33 enum MulticlassUpdateType { MAX, RANK }; enumerator
/frameworks/compile/mclinker/include/mcld/Script/
DOperator.h83 MAX = 43, enumerator
212 Operator& Operator::create<Operator::MAX>();
DBinaryOp.h120 IntOperand* BinaryOp<Operator::MAX>::eval(const Module&,
/frameworks/compile/mclinker/lib/Script/
DOperator.cpp357 Operator& Operator::create<Operator::MAX>() in create()
359 static BinaryOp<Operator::MAX> op; in create()
DScriptParser.yy130 %token MAX
847 | MAX '(' exp ',' exp ')'
850 &Operator::create<Operator::MAX>());
DScriptScanner.ll115 <EXPRESSION>"MAX" { return token::MAX; }
DBinaryOp.cpp216 IntOperand* BinaryOp<Operator::MAX>::eval(const Module& pModule, in eval()
/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.c1002 dpb->maxRefFrames = MAX(maxRefFrames, 1); in h264bsdInitDpb()
/frameworks/base/tools/aapt/
DImages.cpp894 #define MAX(a,b) ((a)>(b)?(a):(b)) macro
931 maxGrayDeviation = MAX(ABS(rr - gg), maxGrayDeviation); in analyze_image()
932 maxGrayDeviation = MAX(ABS(gg - bb), maxGrayDeviation); in analyze_image()
933 maxGrayDeviation = MAX(ABS(bb - rr), maxGrayDeviation); in analyze_image()
/frameworks/base/docs/html/design/patterns/
Dnotifications_k.jd140 <td>MAX</td>
222 level of MAX, HIGH, or DEFAULT should cause the LED to glow, while those with
Dnotifications.jd265 <p><code>MAX</code></p>
324 <p><code>DEFAULT</code>, <code>HIGH</code>, and <code>MAX</code> are interruptive priority levels, …
590 events while the screen is off. Notifications with a priority level of <code>MAX</code>,
/frameworks/rs/driver/runtime/arch/
Dneon.ll367 ;;;;;;;;; MAX ;;;;;;;;;;
Dasimd.ll363 ;;;;;;;;; MAX ;;;;;;;;;;