/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/camera/ |
D | CameraPairwiseTest.java | 57 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/ |
D | ISchedulingPolicyService.hal | 21 MAX = 99, 29 * @param priority Value within [Priority:MIN, Priority:MAX]
|
/frameworks/native/services/schedulerservice/ |
D | SchedulingPolicyService.cpp | 37 priority > static_cast<int32_t>(Priority::MAX)) { in requestPriority()
|
/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 | 76 MAX = 43, enumerator 204 Operator& Operator::create<Operator::MAX>();
|
D | BinaryOp.h | 109 IntOperand* BinaryOp<Operator::MAX>::eval(const Module&,
|
/frameworks/base/core/java/android/bluetooth/ |
D | BluetoothHidDeviceAppQosSettings.java | 38 final static public int MAX = (int) 0xffffffff; field in BluetoothHidDeviceAppQosSettings
|
/frameworks/compile/mclinker/lib/Script/ |
D | Operator.cpp | 281 Operator& Operator::create<Operator::MAX>() { in create() 282 static BinaryOp<Operator::MAX> op; in create()
|
D | ScriptParser.yy | 133 %token MAX 858 | MAX '(' exp ',' exp ')' 861 &Operator::create<Operator::MAX>());
|
D | ScriptScanner.ll | 122 <EXPRESSION>"MAX" { return token::MAX; }
|
D | BinaryOp.cpp | 200 IntOperand* BinaryOp<Operator::MAX>::eval(const Module& pModule, in eval()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ims/ |
D | ImsResolver.java | 312 || 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/ |
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 | 1011 dpb->maxRefFrames = MAX(maxRefFrames, 1); in h264bsdInitDpb()
|
/frameworks/base/tools/aapt2/compile/ |
D | Png.cpp | 237 #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/ |
D | ImsFeature.java | 79 public static final int MAX = 3; field in ImsFeature
|
/frameworks/base/core/tests/BTtraffic/ |
D | README | 42 --ei size: package size, unit: byte; default: 1024, MAX: 20MB
|
/frameworks/av/media/libstagefright/codecs/avcenc/ |
D | SoftAVCEnc.h | 101 #define MAX(a, b) ((a) > (b))? (a) : (b) macro
|
D | SoftAVCEnc.cpp | 635 mAVCEncLevel = MAX(level, mAVCEncLevel); in initEncoder()
|
/frameworks/base/tools/aapt/ |
D | Images.cpp | 872 #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/ |
D | asimd.ll | 363 ;;;;;;;;; MAX ;;;;;;;;;;
|
D | neon.ll | 367 ;;;;;;;;; MAX ;;;;;;;;;;
|