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

/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
H A DarmVCM4P10_FwdTransformResidual4x4.c45 int e1 = d0 - d3; local
49 int f1 = (e1 << 1) + e3;
51 int f3 = e1 - (e3 << 1);
H A DarmVCM4P10_TransformResidual4x4.c46 int e1 = d0 - d2; local
50 int f1 = e1 + e2;
51 int f2 = e1 - e2;
/frameworks/av/media/libmedia/
H A DMemoryLeakTrackUtil.cpp120 AllocEntry *e1 = &entries[i]; 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.s71 e1 RN 6 label
215 SSUB16 e1, trRow00,trRow20 ;// e1 = d0 - d2
221 SADD16 rowOp10, e1, e2 ;// f1 = e1 + e2
222 SSUB16 rowOp20, e1, e2 ;// f2 = e1 - e2
228 SSUB16 e1, trRow02,trRow22
234 SADD16 rowOp12, e1, e2
235 SSUB16 rowOp22, e1, e
[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.java79 * @param e1 The first down motion event that started the scrolling.
82 * call to onScroll. This is NOT the distance between {@code e1}
85 * call to onScroll. This is NOT the distance between {@code e1}
89 boolean onScroll(MotionEvent e1, MotionEvent e2, float distanceX, float distanceY); argument
104 * @param e1 The first down motion event that started the fling.
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.c343 list_elem_t *e1; local
353 e1 = gEffectList;
355 while (e1) {
356 if (e1->object == handle) {
358 e2->next = e1->next;
360 gEffectList = e1->next;
362 fx = (effect_entry_t *)e1->object;
363 free(e1);
366 e2 = e1;
367 e1
[all...]
/frameworks/av/services/audioflinger/
H A DAudioMixer.cpp1071 uint32_t e1 = e0, e2 = e0; local
1072 int i = 31 - __builtin_clz(e1);
1081 e1 &= ~(1<<i);
1084 e0 &= ~(e1);
1089 while (e1) {
1090 i = 31 - __builtin_clz(e1);
1091 e1 &= ~(1<<i);
1131 uint32_t e1 = e0, e2 = e0; local
1132 int j = 31 - __builtin_clz(e1);
1140 e1
1224 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.java2708 public boolean onFling(MotionEvent e1, MotionEvent e2, float velocityX, float velocityY) { argument
2855 public boolean onScroll(MotionEvent e1, MotionEvent e2, float distanceX, float distanceY) { argument

Completed in 430 milliseconds