Home
last modified time | relevance | path

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

12

/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/camera/
DCameraPairwiseTest.java57 public enum Exposure { MIN, MAX, NONE }; enumConstant
139 genericPairwiseTestCase(Flash.ON, Exposure.MIN, WhiteBalance.FLUORESCENT, SceneMode.AUTO, in testCameraPairwiseScenario02()
189 genericPairwiseTestCase(Flash.AUTO, Exposure.MIN, WhiteBalance.AUTO, SceneMode.ACTION, in testCameraPairwiseScenario07()
199 genericPairwiseTestCase(Flash.ON, Exposure.MIN, WhiteBalance.AUTO, SceneMode.ACTION, in testCameraPairwiseScenario08()
209 genericPairwiseTestCase(Flash.OFF, Exposure.MIN, WhiteBalance.AUTO, SceneMode.NIGHT, in testCameraPairwiseScenario09()
219 genericPairwiseTestCase(Flash.OFF, Exposure.MIN, WhiteBalance.DAYLIGHT, SceneMode.SUNSET, in testCameraPairwiseScenario10()
239 genericPairwiseTestCase(Flash.AUTO, Exposure.MIN, WhiteBalance.CLOUDY, SceneMode.AUTO, in testCameraPairwiseScenario12()
279 genericPairwiseTestCase(Flash.AUTO, Exposure.MIN, WhiteBalance.AUTO, SceneMode.PARTY, in testCameraPairwiseScenario16()
289 genericPairwiseTestCase(Flash.OFF, Exposure.MIN, WhiteBalance.INCANDESCENT, SceneMode.AUTO, in testCameraPairwiseScenario17()
328 genericPairwiseTestCase(Flash.OFF, Exposure.MIN, WhiteBalance.AUTO, SceneMode.AUTO, in testCameraPairwiseScenario21()
[all …]
/frameworks/rs/cpp/
DSampler.cpp72 #define CREATE_SAMPLER(N, MIN, MAG, WRAPS, WRAPT) sp<const Sampler> Sampler::N(sp<RS> rs) { \ argument
74 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()
/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.h77 MIN = 44, enumerator
206 Operator& Operator::create<Operator::MIN>();
DBinaryOp.h112 IntOperand* BinaryOp<Operator::MIN>::eval(const Module&,
/frameworks/compile/mclinker/lib/Script/
DOperator.cpp287 Operator& Operator::create<Operator::MIN>() { in create()
288 static BinaryOp<Operator::MIN> op; in create()
DScriptParser.yy134 %token MIN
864 | MIN '(' exp ',' exp ')'
867 &Operator::create<Operator::MIN>());
DScriptScanner.ll123 <EXPRESSION>"MIN" { return token::MIN; }
DBinaryOp.cpp211 IntOperand* BinaryOp<Operator::MIN>::eval(const Module& pModule, in eval()
/frameworks/base/docs/html-intl/intl/ru/design/patterns/
Dnotifications.jd302 <p><code>MIN</code></p>
329 <p>Уведомления с приоритетом <code>LOW</code> и <code>MIN</code> могут представлять определенную це…
333 просмотреть поступившие уведомления. Приоритеты уровней <code>LOW</code> и <code>MIN</code>
579 <code>MIN</code>) не должны.</p>
611 приоритет уведомления на <code>LOW</code> или <code>MIN</code>, чтобы
/frameworks/base/docs/html-intl/intl/zh-cn/design/patterns/
Dnotifications.jd302 <p><code>MIN</code></p>
329 <p>设置为 <code>LOW</code> 和 <code>MIN</code> 的通知可能仍然对用户很重要:
333 <code>LOW</code> 和 <code>MIN</code>优先级通知的条件包括:
577 <code>HIGH</code> 或 <code>DEFAULT</code> 的通知应让 LED 发光,而优先级较低的通知(<code>LOW</code> 和 <code>MIN</code>…
609 如果您不确定,可允许用户使用应用的通知设置来选择是否接收通知,或者将通知优先级标志调整为 <code>LOW</code> 或 <code>MIN</code>,从而避免在用户做其他事情时分散他们的…
/frameworks/base/docs/html-intl/intl/ja/design/patterns/
Dnotifications.jd302 <p><code>MIN</code></p>
329 <p><code>LOW</code> や <code>MIN</code> に設定されている通知も、ユーザーにとって価値がある可能性はあります。
333 優先度が <code>LOW</code> や <code>MIN</code> の通知の条件は以下のとおりです。
576 …>、<code>DEFAULT</code> の通知を LED 点灯するようにし、優先度の低い通知(<code>LOW</code> と <code>MIN</code>)は点灯しないようにしてく…
609 確信が持てない場合は、ユーザーがアプリの通知設定を使用して通知をコントロールできるようにするか、通知のフラグを <code>LOW</code> か <code>MIN</code> に設定してユー…
/frameworks/base/docs/html-intl/intl/ko/design/patterns/
Dnotifications.jd302 <p><code>MIN</code></p>
329 <p><code>LOW</code> 및 <code>MIN</code>으로 설정된 알림도 사용자에게
333 여길 정보를 포함합니다. <code>LOW</code> 및 <code>MIN</code>
579 <code>MIN</code>)의 알림의 경우 LED가 켜지지 않습니다.</p>
610 선택할 수 있도록 허용하거나 알림 우선 순위 플래그를 <code>LOW</code> 또는 <code>MIN</code>으로
/frameworks/base/docs/html-intl/intl/zh-tw/design/patterns/
Dnotifications.jd302 <p><code>MIN</code></p>
329 <p>對使用者而言,設定為 <code>LOW</code> 和 <code>MIN</code> 的通知仍可能很有價值:
333 <code>LOW</code> 和 <code>MIN</code>
577 應該要讓 LED 亮起,而只有低優先順序 (<code>LOW</code> 和 <code>MIN</code>) 的通知則不需要。
609 如果您不確定,則讓使用者可以使用您應用程式的通知設定,或調整通知優先順序旗標為 <code>LOW</code> 或 <code>MIN</code>,避免使用者在從事其他工作時因此分心。
/frameworks/av/media/libstagefright/codecs/hevcdec/
DSoftHEVC.h39 #define MIN(a, b) ((a) < (b)) ? (a) : (b) macro
/frameworks/av/media/libstagefright/codecs/avcdec/
DSoftAVCDec.h39 #define MIN(a, b) ((a) < (b)) ? (a) : (b) macro
/frameworks/av/media/libstagefright/codecs/mpeg2dec/
DSoftMPEG2.h42 #define MIN(a, b) ((a) < (b)) ? (a) : (b) macro
/frameworks/av/media/libstagefright/codecs/avcenc/
DSoftAVCEnc.h100 #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()

12