Searched refs:MIN (Results 1 - 20 of 20) 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/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.java63 public enum Exposure { MIN, MAX, NONE }; enum constant in enum:CameraPairwiseTest.Exposure
145 genericPairwiseTestCase(Flash.ON, Exposure.MIN, WhiteBalance.FLUORESCENT, SceneMode.AUTO,
195 genericPairwiseTestCase(Flash.AUTO, Exposure.MIN, WhiteBalance.AUTO, SceneMode.ACTION,
205 genericPairwiseTestCase(Flash.ON, Exposure.MIN, WhiteBalance.AUTO, SceneMode.ACTION,
215 genericPairwiseTestCase(Flash.OFF, Exposure.MIN, WhiteBalance.AUTO, SceneMode.NIGHT,
225 genericPairwiseTestCase(Flash.OFF, Exposure.MIN, WhiteBalance.DAYLIGHT, SceneMode.SUNSET,
245 genericPairwiseTestCase(Flash.AUTO, Exposure.MIN, WhiteBalance.CLOUDY, SceneMode.AUTO,
285 genericPairwiseTestCase(Flash.AUTO, Exposure.MIN, WhiteBalance.AUTO, SceneMode.PARTY,
295 genericPairwiseTestCase(Flash.OFF, Exposure.MIN, WhiteBalance.INCANDESCENT, SceneMode.AUTO,
334 genericPairwiseTestCase(Flash.OFF, Exposure.MIN, WhiteBalanc
[all...]
/frameworks/rs/cpp/
H A DSampler.cpp58 #define CREATE_SAMPLER(N, MIN, MAG, WRAPS, WRAPT) sp<const Sampler> Sampler::N(sp<RS> rs) { \
60 rs->mSamplers.N = (create(rs, MIN, MAG, WRAPS, WRAPT, 0.f)); \
/frameworks/av/media/libstagefright/codecs/hevcdec/
H A DSoftHEVC.h42 #define MIN(a, b) ((a) < (b)) ? (a) : (b) macro
H A DSoftHEVC.cpp204 s_set_cores_ip.u4_num_cores = MIN(mNumCores, CODEC_MAX_NUM_CORES);
/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],
H A Dh264bsd_intra_prediction.c1916 mode1 = MIN(mode1, mode2);
/frameworks/compile/mclinker/include/mcld/Script/
H A DOperator.h84 MIN = 44, enumerator in enum:mcld::Operator::Type
214 Operator& Operator::create<Operator::MIN>();
H A DBinaryOp.h123 IntOperand* BinaryOp<Operator::MIN>::eval(const Module&,
/frameworks/compile/mclinker/lib/Script/
H A DOperator.cpp66 "MIN",
364 Operator& Operator::create<Operator::MIN>()
366 static BinaryOp<Operator::MIN> op;
H A DScriptParser.yy131 %token MIN
853 | MIN '(' exp ',' exp ')'
856 &Operator::create<Operator::MIN>());
H A DBinaryOp.cpp228 IntOperand* BinaryOp<Operator::MIN>::eval(const Module& pModule,
H A DScriptScanner.ll116 <EXPRESSION>"MIN" { return token::MIN; }
/frameworks/base/core/jni/
H A Dandroid_util_Log.cpp32 #define MIN(a,b) ((a<b)?a:b) macro
/frameworks/base/services/core/jni/
H A Dcom_android_server_hdmi_HdmiCecController.cpp331 message.length = MIN(len, CEC_MESSAGE_BODY_MAX_LENGTH);

Completed in 234 milliseconds