Home
last modified time | relevance | path

Searched defs:MIN (Results 1 – 22 of 22) sorted by relevance

/frameworks/native/services/powermanager/include/android/
DSoundTriggerMode.h26 MIN = IPowerManager::SOUND_TRIGGER_MODE_ALL_ENABLED, enumerator
DLocationMode.h29 MIN = IPowerManager::LOCATION_MODE_NO_CHANGE, enumerator
/frameworks/av/media/module/codecs/amrwb/enc/inc/
Dstream.h31 #define MIN(a,b) ((a) < (b)? (a) : (b)) macro
/frameworks/base/core/java/com/android/internal/widget/remotecompose/core/operations/utilities/
DNanMap.java52 public static final float MIN = asNan(0x1105); field in NanMap
DAnimatedFloatExpression.java29 public static final float MIN = asNan(OFFSET + 6); field in AnimatedFloatExpression
/frameworks/av/media/codec2/components/flac/
DC2SoftFlacEnc.h30 #define MIN(a, b) (((a) < (b)) ? (a) : (b)) macro
/frameworks/rs/cpp/
DSampler.cpp72 #define CREATE_SAMPLER(N, MIN, MAG, WRAPS, WRAPT) sp<const Sampler> Sampler::N(const sp<RS> &rs) { \ argument
/frameworks/av/services/audioflinger/afutils/
DBufLog.cpp29 #define MIN(a, b) ((a) < (b) ? (a) : (b)) macro
/frameworks/av/media/libstagefright/codecs/hevcdec/
DSoftHEVC.h39 #define MIN(a, b) ((a) < (b)) ? (a) : (b) macro
/frameworks/av/media/codec2/components/opus/
DC2SoftOpusEnc.h22 #define MIN(a, b) (((a) < (b)) ? (a) : (b)) macro
/frameworks/av/media/module/foundation/
DMediaBufferGroup.cpp32 constexpr T MIN(const T &a, const T &b) { return a <= b ? a : b; } in MIN() function
/frameworks/native/include/input/
DVelocityTracker.h50 MIN = IMPULSE, enumerator
/frameworks/av/media/codec2/components/avc/
DC2SoftAvcDec.h46 #define MIN(a, b) (((a) < (b)) ? (a) : (b)) macro
DC2SoftAvcEnc.h110 #define MIN(a, b) ((a) < (b))? (a) : (b) macro
/frameworks/av/media/libstagefright/codecs/avcdec/
DSoftAVCDec.h39 #define MIN(a, b) ((a) < (b)) ? (a) : (b) macro
/frameworks/av/media/codec2/components/hevc/
DC2SoftHevcDec.h44 #define MIN(a, b) (((a) < (b)) ? (a) : (b)) macro
/frameworks/compile/mclinker/include/mcld/Script/
DOperator.h77 MIN = 44, enumerator
/frameworks/av/media/codec2/components/mpeg2/
DC2SoftMpeg2Dec.h45 #define MIN(a, b) (((a) < (b)) ? (a) : (b)) macro
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/camera/
DCameraPairwiseTest.java58 public enum Exposure { MIN, MAX, NONE }; enumConstant
/frameworks/av/media/libstagefright/codecs/mpeg2dec/
DSoftMPEG2.h42 #define MIN(a, b) ((a) < (b)) ? (a) : (b) macro
/frameworks/av/media/libstagefright/codecs/avcenc/
DSoftAVCEnc.h100 #define MIN(a, b) ((a) < (b))? (a) : (b) macro
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...