Searched refs:e2 (Results 1 - 25 of 45) sorted by path

12

/frameworks/av/media/libeffects/data/
H A Daudio_effects.conf90 uuid 8631f300-72e2-11df-b57e-0002a5d5c51b
/frameworks/av/media/libeffects/factory/
H A DEffectsFactory.c346 list_elem_t *e2; local
356 e2 = NULL;
359 if (e2) {
360 e2->next = e1->next;
368 e2 = e1;
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/
H A DarmVCM4P10_TransformResidual4x4_s.s86 e2 RN 8 label
230 SHADD16 e2, trRow10,constZero ;// (f1>>1) constZero is a register holding 0
231 SHADD16 e3, trRow30,constZero ;// avoid pipeline stalls for e2 and e3
232 SSUB16 e2, e2, trRow30 ;// e2 = (d1>>1) - d3
235 SADD16 rowOp10, e1, e2 ;// f1 = e1 + e2
236 SSUB16 rowOp20, e1, e2 ;// f2 = e1 - e2
[all...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
H A DarmVCM4P10_FwdTransformResidual4x4.c61 int e2 = d1 + d2; local
63 int f0 = e0 + e2;
65 int f2 = e0 - e2;
H A DarmVCM4P10_TransformResidual4x4.c62 int e2 = (d1>>1) - d3; local
65 int f1 = e1 + e2;
66 int f2 = e1 - e2;
/frameworks/av/services/audioflinger/
H A DAudioMixer.cpp1374 uint32_t e1 = e0, e2 = e0; local
1378 e2 &= ~(1<<i);
1379 while (e2) {
1380 i = 31 - __builtin_clz(e2);
1381 e2 &= ~(1<<i);
1434 uint32_t e1 = e0, e2 = e0; local
1437 e2 &= ~(1<<j);
1438 while (e2) {
1439 j = 31 - __builtin_clz(e2);
1440 e2
1529 uint32_t e1 = e0, e2 = e0; local
[all...]
H A DAudioResamplerFirGen.h348 double den = Poly3(0.103150763823e2, -0.14181687413e2,
/frameworks/base/core/java/android/animation/
H A DPropertyValuesHolder.java1538 } catch (NoSuchMethodError e2) {
1645 } catch (NoSuchMethodError e2) {
/frameworks/base/core/java/android/app/
H A DActivityThread.java577 } catch (IOException e2) {
578 Slog.w(TAG, "Failure closing profile fd", e2);
H A DSharedPreferencesImpl.java560 } catch (FileNotFoundException e2) {
561 Log.e(TAG, "Couldn't create SharedPreferences file " + file, e2);
/frameworks/base/core/java/android/content/
H A DContentValues.java269 } catch (NumberFormatException e2) {
294 } catch (NumberFormatException e2) {
319 } catch (NumberFormatException e2) {
344 } catch (NumberFormatException e2) {
369 } catch (NumberFormatException e2) {
394 } catch (NumberFormatException e2) {
/frameworks/base/core/java/android/content/res/
H A DResourcesImpl.java597 } catch (NotFoundException e2) {
/frameworks/base/core/java/android/util/
H A DAtomicFile.java114 } catch (FileNotFoundException e2) {
H A DReflectiveProperty.java69 } catch (NoSuchFieldException e2) {
/frameworks/base/core/java/android/view/
H A DGestureDetector.java83 * @param e2 The move motion event that triggered the current onScroll.
86 * and {@code e2}.
89 * and {@code e2}.
92 boolean onScroll(MotionEvent e1, MotionEvent e2, float distanceX, float distanceY); argument
108 * @param e2 The move motion event that triggered the current onFling.
115 boolean onFling(MotionEvent e1, MotionEvent e2, float velocityX, float velocityY); argument
185 public boolean onScroll(MotionEvent e1, MotionEvent e2, argument
190 public boolean onFling(MotionEvent e1, MotionEvent e2, float velocityX, argument
/frameworks/base/core/java/android/webkit/
H A DWebViewFactory.java367 } catch (ClassNotFoundException e2) {
/frameworks/base/core/java/android/widget/
H A DGallery.java1003 public boolean onFling(MotionEvent e1, MotionEvent e2, float velocityX, float velocityY) { argument
1022 public boolean onScroll(MotionEvent e1, MotionEvent e2, float distanceX, float distanceY) { argument
1024 if (localLOGV) Log.v(TAG, String.valueOf(e2.getX() - e1.getX()));
H A DSearchView.java1774 } catch (RuntimeException e2 ) {
/frameworks/base/core/java/com/android/internal/app/
H A DResolverActivity.java869 } catch (RemoteException e2) {
/frameworks/base/core/java/com/android/internal/os/
H A DAtomicFile.java82 } catch (FileNotFoundException e2) {
H A DKernelWakelockReader.java79 } catch (java.io.FileNotFoundException e2) {
/frameworks/base/core/java/com/android/internal/widget/
H A DDecorCaptionView.java425 public boolean onScroll(MotionEvent e1, MotionEvent e2, float distanceX, float distanceY) { argument
435 public boolean onFling(MotionEvent e1, MotionEvent e2, float velocityX, float velocityY) { argument
/frameworks/base/core/tests/coretests/src/android/widget/espresso/
H A DFloatingToolbarEspressoUtils.java113 } catch (NoMatchingViewException | NoMatchingRootException e2) {
/frameworks/base/keystore/java/android/security/keystore/
H A DAndroidKeyStoreSecretKeyFactorySpi.java133 } catch (IllegalArgumentException e2) {
/frameworks/base/libs/androidfw/tests/
H A DTypeWrappers_test.cpp51 ResTable_entry e2; local
52 memset(&e2, 0, sizeof(e2));
53 e2.size = sizeof(e2);
54 e2.key.index = 1;
55 t.header.size += sizeof(e2);
71 memcpy(p, &e2, sizeof(e2));
72 p += sizeof(e2);
[all...]

Completed in 868 milliseconds

12