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

/frameworks/av/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/av/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/av/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/opt/net/voip/src/java/com/android/server/sip/
H A DSipWakeupTimer.java320 public int compare(MyEvent e1, MyEvent e2) { argument
321 if (e1 == e2) return 0;
322 int diff = e1.mMaxPeriod - e2.mMaxPeriod;
/frameworks/base/core/java/android/view/
H A DGestureDetector.java80 * @param e2 The move motion event that triggered the current onScroll.
83 * and {@code e2}.
86 * and {@code e2}.
89 boolean onScroll(MotionEvent e1, MotionEvent e2, float distanceX, float distanceY); argument
105 * @param e2 The move motion event that triggered the current onFling.
112 boolean onFling(MotionEvent e1, MotionEvent e2, float velocityX, float velocityY); argument
165 public boolean onScroll(MotionEvent e1, MotionEvent e2, argument
170 public boolean onFling(MotionEvent e1, MotionEvent e2, float velocityX, argument
/frameworks/av/media/libeffects/factory/
H A DEffectsFactory.c344 list_elem_t *e2; local
354 e2 = NULL;
357 if (e2) {
358 e2->next = e1->next;
366 e2 = e1;
/frameworks/av/services/audioflinger/
H A DAudioMixer.cpp1071 uint32_t e1 = e0, e2 = e0; local
1075 e2 &= ~(1<<i);
1076 while (e2) {
1077 i = 31 - __builtin_clz(e2);
1078 e2 &= ~(1<<i);
1135 uint32_t e1 = e0, e2 = e0; local
1138 e2 &= ~(1<<j);
1139 while (e2) {
1140 j = 31 - __builtin_clz(e2);
1141 e2
1221 uint32_t e1 = e0, e2 = e0; local
[all...]
/frameworks/base/core/java/android/widget/
H A DGallery.java992 public boolean onFling(MotionEvent e1, MotionEvent e2, float velocityX, float velocityY) { argument
1011 public boolean onScroll(MotionEvent e1, MotionEvent e2, float distanceX, float distanceY) { argument
1013 if (localLOGV) Log.v(TAG, String.valueOf(e2.getX() - e1.getX()));
/frameworks/opt/photoviewer/src/com/android/ex/photo/views/
H A DPhotoView.java305 public boolean onScroll(MotionEvent e1, MotionEvent e2, float distanceX, float distanceY) { argument
322 public boolean onFling(MotionEvent e1, MotionEvent e2, float velocityX, float velocityY) { argument
/frameworks/ex/chips/src/com/android/ex/chips/
H A DRecipientEditTextView.java2707 public boolean onFling(MotionEvent e1, MotionEvent e2, float velocityX, float velocityY) { argument
2854 public boolean onScroll(MotionEvent e1, MotionEvent e2, float distanceX, float distanceY) { argument

Completed in 359 milliseconds