Searched defs:MAX (Results 1 - 8 of 8) sorted by relevance

/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
H A Dh264bsd_util.h130 #define MAX(a, b) (((a) > (b)) ? (a) : (b)) macro
/frameworks/ml/bordeaux/learning/stochastic_linear_ranker/native/
H A Dcommon_defs.h33 enum MulticlassUpdateType { MAX, RANK }; enumerator in enum:learning_stochastic_linear::MulticlassUpdateType
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/camera/
H A DCameraPairwiseTest.java57 public enum Exposure { MIN, MAX, NONE }; enum constant in enum:CameraPairwiseTest.Exposure
149 genericPairwiseTestCase(Flash.OFF, Exposure.MAX, WhiteBalance.AUTO, SceneMode.NIGHT,
159 genericPairwiseTestCase(Flash.OFF, Exposure.MAX, WhiteBalance.CLOUDY, SceneMode.AUTO,
169 genericPairwiseTestCase(Flash.AUTO, Exposure.MAX, WhiteBalance.INCANDESCENT,
229 genericPairwiseTestCase(Flash.ON, Exposure.MAX, WhiteBalance.DAYLIGHT, SceneMode.SUNSET,
319 genericPairwiseTestCase(Flash.OFF, Exposure.MAX, WhiteBalance.FLUORESCENT, SceneMode.AUTO,
337 genericPairwiseTestCase(Flash.ON, Exposure.MAX, WhiteBalance.AUTO, SceneMode.ACTION,
346 genericPairwiseTestCase(Flash.ON, Exposure.MAX, WhiteBalance.AUTO, SceneMode.NIGHT,
364 genericPairwiseTestCase(Flash.AUTO, Exposure.MAX, WhiteBalance.DAYLIGHT, SceneMode.AUTO,
373 genericPairwiseTestCase(Flash.AUTO, Exposure.MAX, WhiteBalanc
[all...]
/frameworks/compile/mclinker/include/mcld/Script/
H A DOperator.h76 MAX = 43, enumerator in enum:mcld::Operator::Type
204 Operator& Operator::create<Operator::MAX>();
/frameworks/av/media/libstagefright/codecs/avcenc/
H A DSoftAVCEnc.h101 #define MAX(a, b) ((a) > (b))? (a) : (b) macro
/frameworks/base/tools/aapt/
H A DImages.cpp871 #define MAX(a,b) ((a)>(b)?(a):(b)) macro
939 maxGrayDeviation = MAX(ABS(rr - gg), maxGrayDeviation);
940 maxGrayDeviation = MAX(ABS(gg - bb), maxGrayDeviation);
941 maxGrayDeviation = MAX(ABS(bb - rr), maxGrayDeviation);
/frameworks/base/tools/aapt2/compile/
H A DPng.cpp227 #define MAX(a,b) ((a)>(b)?(a):(b)) macro
265 maxGrayDeviation = MAX(ABS(rr - gg), maxGrayDeviation);
266 maxGrayDeviation = MAX(ABS(gg - bb), maxGrayDeviation);
267 maxGrayDeviation = MAX(ABS(bb - rr), maxGrayDeviation);
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 167 milliseconds