/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/camera/ |
D | CameraPairwiseTest.java | 63 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/ |
D | Sampler.cpp | 58 #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/ |
D | stream.h | 31 #define MIN(a,b) ((a) < (b)? (a) : (b)) macro
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/ |
D | h264bsd_slice_group_map.c | 349 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()
|
D | h264bsd_byte_stream.c | 152 zeroCount -= MIN(zeroCount, 3); in h264bsdExtractNalUnit()
|
D | h264bsd_util.h | 127 #define MIN(a, b) (((a) < (b)) ? (a) : (b)) macro
|
D | h264bsd_seq_param_set.c | 487 return(MIN(tmp, 16)); in GetDpbSize()
|
D | h264bsd_slice_header.c | 211 MIN((i32)pSliceHeader->picOrderCntLsb, in h264bsdDecodeSliceHeader() 238 MIN(pSliceHeader->deltaPicOrderCnt[0], in h264bsdDecodeSliceHeader()
|
D | h264bsd_intra_prediction.c | 1916 mode1 = MIN(mode1, mode2); in DetermineIntra4x4PredMode()
|
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/ |
D | stream.c | 41 len = MIN(Frame_Maxsize - stream->frame_storelen, stream->set_len); in voAWB_UpdateFrameBuffer()
|
/frameworks/compile/mclinker/include/mcld/Script/ |
D | Operator.h | 84 MIN = 44, enumerator 214 Operator& Operator::create<Operator::MIN>();
|
D | BinaryOp.h | 123 IntOperand* BinaryOp<Operator::MIN>::eval(const Module&,
|
/frameworks/compile/mclinker/lib/Script/ |
D | Operator.cpp | 364 Operator& Operator::create<Operator::MIN>() in create() 366 static BinaryOp<Operator::MIN> op; in create()
|
D | ScriptParser.yy | 131 %token MIN 853 | MIN '(' exp ',' exp ')' 856 &Operator::create<Operator::MIN>());
|
D | ScriptScanner.ll | 116 <EXPRESSION>"MIN" { return token::MIN; }
|
D | BinaryOp.cpp | 228 IntOperand* BinaryOp<Operator::MIN>::eval(const Module& pModule, in eval()
|
/frameworks/av/media/libstagefright/codecs/hevcdec/ |
D | SoftHEVC.h | 42 #define MIN(a, b) ((a) < (b)) ? (a) : (b) macro
|
D | SoftHEVC.cpp | 199 s_set_cores_ip.u4_num_cores = MIN(mNumCores, CODEC_MAX_NUM_CORES); in setNumCores()
|
/frameworks/base/core/jni/ |
D | android_util_Log.cpp | 32 #define MIN(a,b) ((a<b)?a:b) macro
|
/frameworks/base/services/core/jni/ |
D | com_android_server_hdmi_HdmiCecController.cpp | 331 message.length = MIN(len, CEC_MESSAGE_BODY_MAX_LENGTH); in nativeSendCecCommand()
|
/frameworks/base/docs/html/design/patterns/ |
D | notifications.jd | 300 <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
|
D | notifications_k.jd | 162 <td>MIN</td> 223 lower priority (LOW and MIN) should not.</p>
|
/frameworks/base/docs/html/preview/ |
D | notifications.jd | 303 <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/ |
D | asimd.ll | 594 ;;;;;;;;; MIN ;;;;;;;;;;
|
D | neon.ll | 598 ;;;;;;;;; MIN ;;;;;;;;;;
|