Searched refs:MIN (Results 1 - 25 of 27) sorted by relevance

12

/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/display/
H A DBrightnessUtilsTest.java30 private static final int MIN = 1; field in class:BrightnessUtilsTest
35 assertThat(BrightnessUtils.convertLinearToGamma(MIN, MIN, MAX)).isEqualTo(0);
40 assertThat(BrightnessUtils.convertLinearToGamma(MAX, MIN, MAX)).isEqualTo(GAMMA_SPACE_MAX);
45 assertThat(BrightnessUtils.convertGammaToLinear(MIN, MIN, MAX)).isEqualTo(MIN);
50 assertThat(BrightnessUtils.convertGammaToLinear(GAMMA_SPACE_MAX, MIN, MAX)).isEqualTo(MAX);
/frameworks/hardware/interfaces/schedulerservice/1.0/
H A DISchedulingPolicyService.hal20 MIN = 1,
29 * @param priority Value within [Priority:MIN, Priority:MAX]
/frameworks/av/media/libstagefright/codecs/amrwbenc/inc/
H A Dstream.h31 #define MIN(a,b) ((a) < (b)? (a) : (b)) macro
/frameworks/native/services/schedulerservice/
H A DSchedulingPolicyService.cpp39 if (priority < static_cast<int32_t>(Priority::MIN) ||
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/
H A Dstream.c41 len = MIN(Frame_Maxsize - stream->frame_storelen, stream->set_len);
/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
139 genericPairwiseTestCase(Flash.ON, Exposure.MIN, WhiteBalance.FLUORESCENT, SceneMode.AUTO,
189 genericPairwiseTestCase(Flash.AUTO, Exposure.MIN, WhiteBalance.AUTO, SceneMode.ACTION,
199 genericPairwiseTestCase(Flash.ON, Exposure.MIN, WhiteBalance.AUTO, SceneMode.ACTION,
209 genericPairwiseTestCase(Flash.OFF, Exposure.MIN, WhiteBalance.AUTO, SceneMode.NIGHT,
219 genericPairwiseTestCase(Flash.OFF, Exposure.MIN, WhiteBalance.DAYLIGHT, SceneMode.SUNSET,
239 genericPairwiseTestCase(Flash.AUTO, Exposure.MIN, WhiteBalance.CLOUDY, SceneMode.AUTO,
279 genericPairwiseTestCase(Flash.AUTO, Exposure.MIN, WhiteBalance.AUTO, SceneMode.PARTY,
289 genericPairwiseTestCase(Flash.OFF, Exposure.MIN, WhiteBalance.INCANDESCENT, SceneMode.AUTO,
328 genericPairwiseTestCase(Flash.OFF, Exposure.MIN, WhiteBalanc
[all...]
/frameworks/rs/cpp/
H A DSampler.cpp72 #define CREATE_SAMPLER(N, MIN, MAG, WRAPS, WRAPT) sp<const Sampler> Sampler::N(const sp<RS> &rs) { \
74 rs->mSamplers.N = (create(rs, MIN, MAG, WRAPS, WRAPT, 0.f)); \
/frameworks/base/core/java/android/util/proto/
H A DProtoUtils.java35 proto.write(AggStats.MIN, min);
/frameworks/av/services/audioflinger/
H A DBufLog.cpp29 #define MIN(a, b) ((a) < (b) ? (a) : (b)) macro
170 size = MIN(size, mMaxBytes - mByteCount);
/frameworks/av/media/libstagefright/codecs/hevcdec/
H A DSoftHEVC.h39 #define MIN(a, b) ((a) < (b)) ? (a) : (b) macro
H A DSoftHEVC.cpp251 s_set_cores_ip.u4_num_cores = MIN(mNumCores, CODEC_MAX_NUM_CORES);
/frameworks/av/media/libstagefright/codecs/avcdec/
H A DSoftAVCDec.h39 #define MIN(a, b) ((a) < (b)) ? (a) : (b) macro
H A DSoftAVCDec.cpp214 s_set_cores_ip.u4_num_cores = MIN(mNumCores, CODEC_MAX_NUM_CORES);
/frameworks/av/media/libmediaextractor/
H A DMediaBufferGroup.cpp32 constexpr T MIN(const T &a, const T &b) { return a <= b ? a : b; } function in namespace:android
36 static const size_t kSharedMemoryThreshold = MIN(
/frameworks/compile/mclinker/include/mcld/Script/
H A DOperator.h77 MIN = 44, enumerator in enum:mcld::Operator::Type
206 Operator& Operator::create<Operator::MIN>();
H A DBinaryOp.h112 IntOperand* BinaryOp<Operator::MIN>::eval(const Module&,
/frameworks/compile/mclinker/lib/Script/
H A DOperator.cpp38 "LOADADDR", "MAX", "MIN",
287 Operator& Operator::create<Operator::MIN>() {
288 static BinaryOp<Operator::MIN> op;
H A DScriptParser.yy134 %token MIN
864 | MIN '(' exp ',' exp ')'
867 &Operator::create<Operator::MIN>());
H A DBinaryOp.cpp211 IntOperand* BinaryOp<Operator::MIN>::eval(const Module& pModule,
H A DScriptScanner.ll123 <EXPRESSION>"MIN" { return token::MIN; }
/frameworks/av/media/libstagefright/codecs/mpeg2dec/
H A DSoftMPEG2.h42 #define MIN(a, b) ((a) < (b)) ? (a) : (b) macro
H A DSoftMPEG2.cpp217 s_set_cores_ip.u4_num_cores = MIN(mNumCores, CODEC_MAX_NUM_CORES);
/frameworks/av/media/libstagefright/codecs/avcenc/
H A DSoftAVCEnc.h100 #define MIN(a, b) ((a) < (b))? (a) : (b) macro
/frameworks/base/core/java/android/app/admin/
H A DSystemUpdatePolicy.java682 return LocalDateTime.of(when, LocalTime.MIN).atZone(ZoneId.systemDefault()).toInstant()
/frameworks/base/services/core/jni/
H A Dcom_android_server_hdmi_HdmiCecController.cpp368 size_t bodyLength = MIN(static_cast<size_t>(len),

Completed in 943 milliseconds

12