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

12

/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.cpp36 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/av/media/libstagefright/codecs/hevcdec/
H A DSoftHEVC.h39 #define MIN(a, b) ((a) < (b)) ? (a) : (b) macro
H A DSoftHEVC.cpp250 s_set_cores_ip.u4_num_cores = MIN(mNumCores, CODEC_MAX_NUM_CORES);
/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/on2/h264dec/source/
H A Dh264bsd_byte_stream.c152 zeroCount -= MIN(zeroCount, 3);
H A Dh264bsd_slice_group_map.c349 rightBound = MIN(rightBound + 1, (i32)picWidth - 1);
363 bottomBound = MIN(bottomBound + 1, (i32)picHeight - 1);
538 MIN(sliceGroupChangeCycle * pps->sliceGroupChangeRate, picSize);
H A Dh264bsd_util.h127 #define MIN(a, b) (((a) < (b)) ? (a) : (b)) macro
H A Dh264bsd_seq_param_set.c487 return(MIN(tmp, 16));
H A Dh264bsd_slice_header.c211 MIN((i32)pSliceHeader->picOrderCntLsb,
238 MIN(pSliceHeader->deltaPicOrderCnt[0],
/frameworks/av/media/libstagefright/codecs/avcdec/
H A DSoftAVCDec.h39 #define MIN(a, b) ((a) < (b)) ? (a) : (b) macro
H A DSoftAVCDec.cpp210 s_set_cores_ip.u4_num_cores = MIN(mNumCores, CODEC_MAX_NUM_CORES);
/frameworks/av/media/libstagefright/codecs/mpeg2dec/
H A DSoftMPEG2.h42 #define MIN(a, b) ((a) < (b)) ? (a) : (b) macro
/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/avcenc/
H A DSoftAVCEnc.h100 #define MIN(a, b) ((a) < (b))? (a) : (b) macro

Completed in 378 milliseconds

12