/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/camera/ |
D | CameraPairwiseTest.java | 63 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/ |
D | common_defs.h | 33 enum MulticlassUpdateType { MAX, RANK }; enumerator
|
/frameworks/compile/mclinker/include/mcld/Script/ |
D | Operator.h | 83 MAX = 43, enumerator 212 Operator& Operator::create<Operator::MAX>();
|
D | BinaryOp.h | 120 IntOperand* BinaryOp<Operator::MAX>::eval(const Module&,
|
/frameworks/compile/mclinker/lib/Script/ |
D | Operator.cpp | 357 Operator& Operator::create<Operator::MAX>() in create() 359 static BinaryOp<Operator::MAX> op; in create()
|
D | ScriptParser.yy | 130 %token MAX 847 | MAX '(' exp ',' exp ')' 850 &Operator::create<Operator::MAX>());
|
D | ScriptScanner.ll | 115 <EXPRESSION>"MAX" { return token::MAX; }
|
D | BinaryOp.cpp | 216 IntOperand* BinaryOp<Operator::MAX>::eval(const Module& pModule, in eval()
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/ |
D | h264bsd_util.h | 130 #define MAX(a, b) (((a) > (b)) ? (a) : (b)) macro
|
D | h264bsd_slice_group_map.c | 342 leftBound = MAX(leftBound - 1, 0); in DecodeBoxOutMap() 356 topBound = MAX(topBound - 1, 0); in DecodeBoxOutMap()
|
D | h264bsd_slice_data.c | 327 if (tmp >= MAX(pStorage->activeSps->picWidthInMbs, 10)) in h264bsdMarkSliceCorrupted()
|
D | h264bsd_seq_param_set.c | 347 MAX(1, pSeqParamSet->vuiParameters->maxDecFrameBuffering); in h264bsdDecodeSeqParamSet()
|
D | h264bsd_dpb.c | 1002 dpb->maxRefFrames = MAX(maxRefFrames, 1); in h264bsdInitDpb()
|
/frameworks/base/tools/aapt/ |
D | Images.cpp | 894 #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/ |
D | notifications_k.jd | 140 <td>MAX</td> 222 level of MAX, HIGH, or DEFAULT should cause the LED to glow, while those with
|
D | notifications.jd | 265 <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/ |
D | neon.ll | 367 ;;;;;;;;; MAX ;;;;;;;;;;
|
D | asimd.ll | 363 ;;;;;;;;; MAX ;;;;;;;;;;
|