/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/display/ |
D | BrightnessUtilsTest.java | 30 private static final int MIN = 1; field in BrightnessUtilsTest 35 assertThat(BrightnessUtils.convertLinearToGamma(MIN, MIN, MAX)).isEqualTo(0); in linearToGamma_minValue_shouldReturn0() 40 assertThat(BrightnessUtils.convertLinearToGamma(MAX, MIN, MAX)).isEqualTo(GAMMA_SPACE_MAX); in linearToGamma_maxValue_shouldReturnGammaSpaceMax() 45 assertThat(BrightnessUtils.convertGammaToLinear(MIN, MIN, MAX)).isEqualTo(MIN); in gammaToLinear_minValue_shouldReturnMin() 50 assertThat(BrightnessUtils.convertGammaToLinear(GAMMA_SPACE_MAX, MIN, MAX)).isEqualTo(MAX); in gammaToLinear_gammaSpaceValue_shouldReturnMax()
|
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/camera/ |
D | CameraPairwiseTest.java | 57 public enum Exposure { MIN, MAX, NONE }; enumConstant 139 genericPairwiseTestCase(Flash.ON, Exposure.MIN, WhiteBalance.FLUORESCENT, SceneMode.AUTO, in testCameraPairwiseScenario02() 189 genericPairwiseTestCase(Flash.AUTO, Exposure.MIN, WhiteBalance.AUTO, SceneMode.ACTION, in testCameraPairwiseScenario07() 199 genericPairwiseTestCase(Flash.ON, Exposure.MIN, WhiteBalance.AUTO, SceneMode.ACTION, in testCameraPairwiseScenario08() 209 genericPairwiseTestCase(Flash.OFF, Exposure.MIN, WhiteBalance.AUTO, SceneMode.NIGHT, in testCameraPairwiseScenario09() 219 genericPairwiseTestCase(Flash.OFF, Exposure.MIN, WhiteBalance.DAYLIGHT, SceneMode.SUNSET, in testCameraPairwiseScenario10() 239 genericPairwiseTestCase(Flash.AUTO, Exposure.MIN, WhiteBalance.CLOUDY, SceneMode.AUTO, in testCameraPairwiseScenario12() 279 genericPairwiseTestCase(Flash.AUTO, Exposure.MIN, WhiteBalance.AUTO, SceneMode.PARTY, in testCameraPairwiseScenario16() 289 genericPairwiseTestCase(Flash.OFF, Exposure.MIN, WhiteBalance.INCANDESCENT, SceneMode.AUTO, in testCameraPairwiseScenario17() 328 genericPairwiseTestCase(Flash.OFF, Exposure.MIN, WhiteBalance.AUTO, SceneMode.AUTO, in testCameraPairwiseScenario21() [all …]
|
/frameworks/hardware/interfaces/schedulerservice/1.0/ |
D | ISchedulingPolicyService.hal | 20 MIN = 1, 29 * @param priority Value within [Priority:MIN, Priority:MAX]
|
/frameworks/rs/cpp/ |
D | Sampler.cpp | 72 #define CREATE_SAMPLER(N, MIN, MAG, WRAPS, WRAPT) sp<const Sampler> Sampler::N(const sp<RS> &rs) { \ argument 74 rs->mSamplers.N = (create(rs, MIN, MAG, WRAPS, WRAPT, 0.f)); \
|
/frameworks/av/media/libstagefright/codecs/amrwbenc/inc/ |
D | stream.h | 31 #define MIN(a,b) ((a) < (b)? (a) : (b)) macro
|
/frameworks/av/services/audioflinger/ |
D | BufLog.cpp | 29 #define MIN(a, b) ((a) < (b) ? (a) : (b)) macro 170 size = MIN(size, mMaxBytes - mByteCount); in write()
|
/frameworks/native/services/schedulerservice/ |
D | SchedulingPolicyService.cpp | 39 if (priority < static_cast<int32_t>(Priority::MIN) || in requestPriority()
|
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/ |
D | stream.c | 41 len = MIN(Frame_Maxsize - stream->frame_storelen, stream->set_len); in voAWB_UpdateFrameBuffer()
|
/frameworks/av/media/libstagefright/foundation/ |
D | MediaBufferGroup.cpp | 32 constexpr T MIN(const T &a, const T &b) { return a <= b ? a : b; } in MIN() function 36 static const size_t kSharedMemoryThreshold = MIN(
|
/frameworks/compile/mclinker/include/mcld/Script/ |
D | Operator.h | 77 MIN = 44, enumerator 206 Operator& Operator::create<Operator::MIN>();
|
D | BinaryOp.h | 112 IntOperand* BinaryOp<Operator::MIN>::eval(const Module&,
|
/frameworks/av/media/codec2/components/flac/ |
D | C2SoftFlacEnc.h | 30 #define MIN(a, b) (((a) < (b)) ? (a) : (b)) macro
|
/frameworks/compile/mclinker/lib/Script/ |
D | Operator.cpp | 287 Operator& Operator::create<Operator::MIN>() { in create() 288 static BinaryOp<Operator::MIN> op; in create()
|
D | ScriptParser.yy | 134 %token MIN 864 | MIN '(' exp ',' exp ')' 867 &Operator::create<Operator::MIN>());
|
D | ScriptScanner.ll | 123 <EXPRESSION>"MIN" { return token::MIN; }
|
/frameworks/av/media/codec2/components/opus/ |
D | C2SoftOpusEnc.h | 22 #define MIN(a, b) (((a) < (b)) ? (a) : (b)) macro
|
/frameworks/av/media/libstagefright/codecs/hevcdec/ |
D | SoftHEVC.h | 39 #define MIN(a, b) ((a) < (b)) ? (a) : (b) macro
|
/frameworks/av/media/libstagefright/codecs/avcdec/ |
D | SoftAVCDec.h | 39 #define MIN(a, b) ((a) < (b)) ? (a) : (b) macro
|
/frameworks/av/media/libstagefright/codecs/mpeg2dec/ |
D | SoftMPEG2.h | 42 #define MIN(a, b) ((a) < (b)) ? (a) : (b) macro
|
/frameworks/base/core/java/android/util/proto/ |
D | ProtoUtils.java | 37 proto.write(AggStats.MIN, min); in toAggStatsProto()
|
/frameworks/av/media/codec2/components/hevc/ |
D | C2SoftHevcDec.h | 44 #define MIN(a, b) (((a) < (b)) ? (a) : (b)) macro
|
/frameworks/av/media/codec2/components/mpeg2/ |
D | C2SoftMpeg2Dec.h | 44 #define MIN(a, b) (((a) < (b)) ? (a) : (b)) macro
|
/frameworks/av/media/codec2/components/avc/ |
D | C2SoftAvcDec.h | 46 #define MIN(a, b) (((a) < (b)) ? (a) : (b)) macro
|
D | C2SoftAvcEnc.h | 103 #define MIN(a, b) ((a) < (b))? (a) : (b) macro
|
/frameworks/av/media/libstagefright/codecs/avcenc/ |
D | SoftAVCEnc.h | 100 #define MIN(a, b) ((a) < (b))? (a) : (b) macro
|