Searched refs:lt (Results 1 - 16 of 16) sorted by relevance

/frameworks/base/config/
H A Dgenerate-preloaded-classes.sh16 if [ "$#" -lt 2 ]; then
/frameworks/av/media/libeffects/downmix/
H A DEffectDownmix.c1018 int32_t lt, rt, centerPlusLfeContrib; // samples in Q19.12 format local
1033 lt = (pSrc[0] << 12) + centerPlusLfeContrib + (pSrc[4] << 12);
1037 pDst[0] = clamp16(pDst[0] + (lt >> 13));
1049 lt = (pSrc[0] << 12) + centerPlusLfeContrib + (pSrc[4] << 12);
1053 pDst[0] = clamp16(lt >> 13); // differs from when accumulate is true above
1063 LVM_FLOAT lt, rt, centerPlusLfeContrib; // samples in Q19.12 format local
1078 lt = pSrc[0] + centerPlusLfeContrib + pSrc[4];
1082 pDst[0] = clamp_float(pDst[0] + (lt / 2.0f));
1094 lt = pSrc[0] + centerPlusLfeContrib + pSrc[4];
1098 pDst[0] = clamp_float(lt / 2.
1127 int32_t lt, rt, centerPlusLfeContrib; // samples in Q19.12 format local
1174 LVM_FLOAT lt, rt, centerPlusLfeContrib; // samples in Q19.12 format local
1274 int32_t lt, rt, centersLfeContrib; // samples in Q19.12 format local
1366 LVM_FLOAT lt, rt, centersLfeContrib; local
[all...]
/frameworks/native/services/surfaceflinger/
H A DTransform.cpp202 vec2 lt( bounds.left, bounds.top );
207 lt = transform(lt);
213 r.left = floorf(min(lt[0], rt[0], lb[0], rb[0]));
214 r.top = floorf(min(lt[1], rt[1], lb[1], rb[1]));
215 r.right = ceilf(max(lt[0], rt[0], lb[0], rb[0]));
216 r.bottom = ceilf(max(lt[1], rt[1], lb[1], rb[1]));
218 r.left = floorf(min(lt[0], rt[0], lb[0], rb[0]) + 0.5f);
219 r.top = floorf(min(lt[1], rt[1], lb[1], rb[1]) + 0.5f);
220 r.right = floorf(max(lt[
[all...]
H A DLayer.cpp828 vec2 lt = vec2(win.left, win.top); local
835 lt = layerTransform.transform(lt);
842 boundPoint(&lt, s.finalCrop);
849 position[0] = renderAreaTransform.transform(lt);
/frameworks/rs/script_api/
H A DUtilities.cpp102 size_t lt = in.find('<', start); local
103 if (lt == string::npos) {
107 out += in.substr(start, lt - start);
108 if (isalpha(in[lt + 1]) || in[lt + 1] == '/') {
110 start = in.find('>', lt + 1);
119 out = stringReplace(out, "&lt;", "<");
H A Drs_math.spec505 if value &lt; min_value, max_value if value &gt; max_value, otherwise value.
947 Returns the maximum of a and b, i.e. <code>(a &lt; b ? b : a)</code>.
3054 if (v &lt; 0) return -1.f;
3195 Returns 0.f if v &lt; edge, 1.f otherwise.
3198 instructions. For example, instead of computing <code>(a[i] &lt; b[i]) ? 0.f : @atan2(a[i], b[i])</code>
/frameworks/native/include/ui/
H A DRect.h65 inline Rect(const Point& lt, const Point& rb) { argument
66 left = lt.x;
67 top = lt.y;
114 void setLeftTop(const Point& lt) { argument
115 left = lt.x;
116 top = lt.y;
/frameworks/native/libs/ui/include/ui/
H A DRect.h65 inline Rect(const Point& lt, const Point& rb) { argument
66 left = lt.x;
67 top = lt.y;
114 void setLeftTop(const Point& lt) { argument
115 left = lt.x;
116 top = lt.y;
/frameworks/native/libs/ui/include_vndk/ui/
H A DRect.h65 inline Rect(const Point& lt, const Point& rb) { argument
66 left = lt.x;
67 top = lt.y;
114 void setLeftTop(const Point& lt) { argument
115 left = lt.x;
116 top = lt.y;
/frameworks/base/tools/split-select/
H A DRuleGenerator.cpp60 sp<Rule> lt = new Rule(); local
61 lt->op = Rule::LESS_THAN;
62 lt->key = Rule::SCREEN_DENSITY;
63 lt->longArgs.add(findMid(allDensities[index], allDensities[index + 1]));
64 densityRule->subrules.add(lt);
/frameworks/base/libs/hwui/tests/scripts/
H A Dskp-capture.sh99 i=0; while [ $i -lt 10 ]; do spin 0.10; i=$(($i + 1)); done; echo
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DNavigationBarView.java678 LayoutTransition lt = navButtons.getLayoutTransition();
679 if (lt != null) {
680 if (!lt.getTransitionListeners().contains(mTransitionListener)) {
681 lt.addTransitionListener(mTransitionListener);
709 LayoutTransition lt = navButtons.getLayoutTransition();
710 if (lt != null) {
712 lt.enableTransitionType(LayoutTransition.APPEARING);
713 lt.enableTransitionType(LayoutTransition.DISAPPEARING);
714 lt.enableTransitionType(LayoutTransition.CHANGE_APPEARING);
715 lt
[all...]
/frameworks/av/media/ndk/
H A DNdkImageReader.cpp411 Point lt = buffer->mCrop.leftTop(); local
412 if (lt.x != 0 || lt.y != 0) {
413 ALOGE("Crop left top corner [%d, %d] not at origin", lt.x, lt.y);
/frameworks/base/media/jni/
H A Dandroid_media_ImageReader.cpp558 Point lt = buffer->mCrop.leftTop(); local
559 if (lt.x != 0 || lt.y != 0) {
561 "crop left top corner [%d, %d] need to be at origin", lt.x, lt.y);
/frameworks/support/dynamic-animation/src/androidTest/java/androidx/dynamicanimation/tests/
H A DSpringTests.java23 import static org.mockito.AdditionalMatchers.lt;
147 verify(mockListener, timeout(1000).atLeast(10)).onAnimationUpdate(eq(anim), lt(1000f),
/frameworks/base/packages/SystemUI/src/com/android/systemui/egg/
H A DMLand.java241 final LayoutTransition lt = new LayoutTransition();
242 lt.setDuration(250);
243 mScoreFields.setLayoutTransition(lt);

Completed in 350 milliseconds