Searched defs:MIN (Results 1 - 11 of 11) sorted by relevance

/frameworks/av/media/libstagefright/codecs/amrwbenc/inc/
H A Dstream.h31 #define MIN(a,b) ((a) < (b)? (a) : (b)) macro
/frameworks/av/media/libstagefright/codecs/hevcdec/
H A DSoftHEVC.h39 #define MIN(a, b) ((a) < (b)) ? (a) : (b) macro
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
H A Dh264bsd_util.h127 #define MIN(a, b) (((a) < (b)) ? (a) : (b)) macro
/frameworks/av/media/libstagefright/codecs/avcdec/
H A DSoftAVCDec.h39 #define MIN(a, b) ((a) < (b)) ? (a) : (b) macro
/frameworks/av/media/libstagefright/foundation/
H A DMediaBufferGroup.cpp28 constexpr T MIN(const T &a, const T &b) { return a <= b ? a : b; } function in namespace:android
32 static const size_t kSharedMemoryThreshold = MIN(
/frameworks/av/services/audioflinger/
H A DBufLog.cpp28 #define MIN(a, b) ((a) < (b) ? (a) : (b)) macro
169 size = MIN(size, mMaxBytes - mByteCount);
/frameworks/av/media/libstagefright/codecs/mpeg2dec/
H A DSoftMPEG2.h42 #define MIN(a, b) ((a) < (b)) ? (a) : (b) macro
/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/compile/mclinker/include/mcld/Script/
H A DOperator.h77 MIN = 44, enumerator in enum:mcld::Operator::Type
206 Operator& Operator::create<Operator::MIN>();
/frameworks/av/media/libstagefright/codecs/avcenc/
H A DSoftAVCEnc.h100 #define MIN(a, b) ((a) < (b))? (a) : (b) macro
/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 3080 milliseconds