Home
last modified time | relevance | path

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

/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/camera/
DCameraPairwiseTest.java63 public enum Exposure { MIN, MAX, NONE }; enumConstant
145 genericPairwiseTestCase(Flash.ON, Exposure.MIN, WhiteBalance.FLUORESCENT, SceneMode.AUTO, in testCameraPairwiseScenario02()
195 genericPairwiseTestCase(Flash.AUTO, Exposure.MIN, WhiteBalance.AUTO, SceneMode.ACTION, in testCameraPairwiseScenario07()
205 genericPairwiseTestCase(Flash.ON, Exposure.MIN, WhiteBalance.AUTO, SceneMode.ACTION, in testCameraPairwiseScenario08()
215 genericPairwiseTestCase(Flash.OFF, Exposure.MIN, WhiteBalance.AUTO, SceneMode.NIGHT, in testCameraPairwiseScenario09()
225 genericPairwiseTestCase(Flash.OFF, Exposure.MIN, WhiteBalance.DAYLIGHT, SceneMode.SUNSET, in testCameraPairwiseScenario10()
245 genericPairwiseTestCase(Flash.AUTO, Exposure.MIN, WhiteBalance.CLOUDY, SceneMode.AUTO, in testCameraPairwiseScenario12()
285 genericPairwiseTestCase(Flash.AUTO, Exposure.MIN, WhiteBalance.AUTO, SceneMode.PARTY, in testCameraPairwiseScenario16()
295 genericPairwiseTestCase(Flash.OFF, Exposure.MIN, WhiteBalance.INCANDESCENT, SceneMode.AUTO, in testCameraPairwiseScenario17()
334 genericPairwiseTestCase(Flash.OFF, Exposure.MIN, WhiteBalance.AUTO, SceneMode.AUTO, in testCameraPairwiseScenario21()
[all …]
/frameworks/rs/cpp/
DSampler.cpp58 #define CREATE_SAMPLER(N, MIN, MAG, WRAPS, WRAPT) sp<const Sampler> Sampler::N(sp<RS> rs) { \ argument
60 rs->mSamplers.N = (create(rs, MIN, MAG, WRAPS, WRAPT, 0.f)); \
/frameworks/av/media/libstagefright/codecs/amrwbenc/inc/
Dstream.h31 #define MIN(a,b) ((a) < (b)? (a) : (b)) macro
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
Dh264bsd_slice_group_map.c349 rightBound = MIN(rightBound + 1, (i32)picWidth - 1); in DecodeBoxOutMap()
363 bottomBound = MIN(bottomBound + 1, (i32)picHeight - 1); in DecodeBoxOutMap()
538 MIN(sliceGroupChangeCycle * pps->sliceGroupChangeRate, picSize); in h264bsdDecodeSliceGroupMap()
Dh264bsd_byte_stream.c152 zeroCount -= MIN(zeroCount, 3); in h264bsdExtractNalUnit()
Dh264bsd_util.h127 #define MIN(a, b) (((a) < (b)) ? (a) : (b)) macro
Dh264bsd_seq_param_set.c487 return(MIN(tmp, 16)); in GetDpbSize()
Dh264bsd_slice_header.c211 MIN((i32)pSliceHeader->picOrderCntLsb, in h264bsdDecodeSliceHeader()
238 MIN(pSliceHeader->deltaPicOrderCnt[0], in h264bsdDecodeSliceHeader()
Dh264bsd_intra_prediction.c1916 mode1 = MIN(mode1, mode2); in DetermineIntra4x4PredMode()
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/
Dstream.c41 len = MIN(Frame_Maxsize - stream->frame_storelen, stream->set_len); in voAWB_UpdateFrameBuffer()
/frameworks/compile/mclinker/include/mcld/Script/
DOperator.h84 MIN = 44, enumerator
214 Operator& Operator::create<Operator::MIN>();
DBinaryOp.h123 IntOperand* BinaryOp<Operator::MIN>::eval(const Module&,
/frameworks/compile/mclinker/lib/Script/
DOperator.cpp364 Operator& Operator::create<Operator::MIN>() in create()
366 static BinaryOp<Operator::MIN> op; in create()
DScriptParser.yy131 %token MIN
853 | MIN '(' exp ',' exp ')'
856 &Operator::create<Operator::MIN>());
DScriptScanner.ll116 <EXPRESSION>"MIN" { return token::MIN; }
DBinaryOp.cpp228 IntOperand* BinaryOp<Operator::MIN>::eval(const Module& pModule, in eval()
/frameworks/av/media/libstagefright/codecs/hevcdec/
DSoftHEVC.h42 #define MIN(a, b) ((a) < (b)) ? (a) : (b) macro
DSoftHEVC.cpp199 s_set_cores_ip.u4_num_cores = MIN(mNumCores, CODEC_MAX_NUM_CORES); in setNumCores()
/frameworks/base/core/jni/
Dandroid_util_Log.cpp32 #define MIN(a,b) ((a<b)?a:b) macro
/frameworks/base/services/core/jni/
Dcom_android_server_hdmi_HdmiCecController.cpp331 message.length = MIN(len, CEC_MESSAGE_BODY_MAX_LENGTH); in nativeSendCecCommand()
/frameworks/base/docs/html/design/patterns/
Dnotifications.jd300 <p><code>MIN</code></p>
327 <p>Notifications set to <code>LOW</code> and <code>MIN</code> can still be
331 look for notifications. Criteria for <code>LOW</code> and <code>MIN</code>
585 <code>MIN</code>) should not.</p>
617 the notifications priority flag to <code>LOW</code> or <code>MIN</code> to
Dnotifications_k.jd162 <td>MIN</td>
223 lower priority (LOW and MIN) should not.</p>
/frameworks/base/docs/html/preview/
Dnotifications.jd303 <p><code>MIN</code></p>
327 <p>Notifications set to <code>LOW</code> and <code>MIN</code> can still be very valuable for the
330 look for notifications. Criteria for <code>LOW</code> and <code>MIN</code> priority notifications:<…
538 cause the LED to glow, while those with lower priority (<code>LOW</code> and <code>MIN</code>) shou…
558 the notifications priority flag to <code>LOW</code> or <code>MIN</code> to avoid distracting the us…
/frameworks/rs/driver/runtime/arch/
Dasimd.ll594 ;;;;;;;;; MIN ;;;;;;;;;;
Dneon.ll598 ;;;;;;;;; MIN ;;;;;;;;;;