Searched refs:MAX (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/awt/javax/imageio/plugins/jpeg/
H A DJPEGQTable.java43 * The Constant MAX.
45 private final static int MAX = 32767; field in class:JPEGQTable
140 int maxValue = forceBaseline ? BASELINE_MAX : MAX;
/frameworks/base/core/jni/
H A Dandroid_util_EventLog.cpp29 #define MAX(a,b) ((a>b)?a:b) macro
68 size_t newCapacity = MAX(spaceNeeded, 2 * capacity);
H A Dandroid_bluetooth_BluetoothAudioGateway.cpp333 n = select(MAX(nat->hf_ag_rfcomm_sock,
/frameworks/base/tools/aapt/
H A DImages.cpp652 #define MAX(a,b) ((a)>(b)?(a):(b)) macro
689 maxGrayDeviation = MAX(ABS(rr - gg), maxGrayDeviation);
690 maxGrayDeviation = MAX(ABS(gg - bb), maxGrayDeviation);
691 maxGrayDeviation = MAX(ABS(bb - rr), maxGrayDeviation);

Completed in 78 milliseconds