Searched defs:e2 (Results 1 - 12 of 12) sorted by relevance

/frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
H A DarmVCM4P10_FwdTransformResidual4x4.c46 int e2 = d1 + d2; local
48 int f0 = e0 + e2;
50 int f2 = e0 - e2;
H A DarmVCM4P10_TransformResidual4x4.c47 int e2 = (d1>>1) - d3; local
50 int f1 = e1 + e2;
51 int f2 = e1 - e2;
/frameworks/base/media/libmedia/
H A DMemoryLeakTrackUtil.cpp121 AllocEntry *e2 = &entries[i+1]; local
123 bool swap = e1->size < e2->size;
124 if (e1->size == e2->size) {
126 if (e1->backtrace[j] == e2->backtrace[j]) {
129 swap = e1->backtrace[j] < e2->backtrace[j];
/frameworks/base/tests/TileBenchmark/src/com/test/tilebenchmark/
H A DPlaybackActivity.java56 public boolean onScroll(MotionEvent e1, MotionEvent e2, argument
66 return super.onScroll(e1, e2, distanceX, distanceY);
/frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/
H A DarmVCM4P10_TransformResidual4x4_s.s72 e2 RN 8 label
216 SHADD16 e2, trRow10,constZero ;// (f1>>1) constZero is a register holding 0
217 SHADD16 e3, trRow30,constZero ;// avoid pipeline stalls for e2 and e3
218 SSUB16 e2, e2, trRow30 ;// e2 = (d1>>1) - d3
221 SADD16 rowOp10, e1, e2 ;// f1 = e1 + e2
222 SSUB16 rowOp20, e1, e2 ;// f2 = e1 - e2
[all...]
/frameworks/base/voip/java/com/android/server/sip/
H A DSipWakeupTimer.java330 public int compare(MyEvent e1, MyEvent e2) { argument
331 if (e1 == e2) return 0;
332 int diff = e1.mMaxPeriod - e2.mMaxPeriod;
/frameworks/base/core/java/android/view/
H A DGestureDetector.java81 * @param e2 The move motion event that triggered the current onScroll.
84 * and {@code e2}.
87 * and {@code e2}.
90 boolean onScroll(MotionEvent e1, MotionEvent e2, float distanceX, float distanceY); argument
106 * @param e2 The move motion event that triggered the current onFling.
113 boolean onFling(MotionEvent e1, MotionEvent e2, float velocityX, float velocityY); argument
166 public boolean onScroll(MotionEvent e1, MotionEvent e2, argument
171 public boolean onFling(MotionEvent e1, MotionEvent e2, float velocityX, argument
/frameworks/base/media/libeffects/factory/
H A DEffectsFactory.c330 list_elem_t *e2; local
340 e2 = NULL;
343 if (e2) {
344 e2->next = e1->next;
352 e2 = e1;
/frameworks/base/libs/utils/
H A DUnicode.cpp296 const char16_t* e2 = s2+n2; local
298 while (s1 < e1 && s2 < e2) {
315 const char16_t* e2 = s2N+n2; local
317 while (s1H < e1 && s2N < e2) {
/frameworks/base/core/java/android/widget/
H A DGallery.java971 public boolean onFling(MotionEvent e1, MotionEvent e2, float velocityX, float velocityY) { argument
990 public boolean onScroll(MotionEvent e1, MotionEvent e2, float distanceX, float distanceY) { argument
992 if (localLOGV) Log.v(TAG, String.valueOf(e2.getX() - e1.getX()));
/frameworks/base/services/audioflinger/
H A DAudioMixer.cpp886 uint32_t e1 = e0, e2 = e0; local
889 e2 &= ~(1<<i);
890 while (e2) {
891 i = 31 - __builtin_clz(e2);
892 e2 &= ~(1<<i);
944 uint32_t e1 = e0, e2 = e0; local
947 e2 &= ~(1<<j);
948 while (e2) {
949 j = 31 - __builtin_clz(e2);
950 e2
1025 uint32_t e1 = e0, e2 = e0; local
[all...]
/frameworks/ex/chips/src/com/android/ex/chips/
H A DRecipientEditTextView.java2272 public boolean onFling(MotionEvent e1, MotionEvent e2, float velocityX, float velocityY) { argument
2373 public boolean onScroll(MotionEvent e1, MotionEvent e2, float distanceX, float distanceY) { argument

Completed in 309 milliseconds