Searched defs:fromX (Results 1 - 7 of 7) sorted by relevance

/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
H A DomxVCM4P10_BlockMatch_Half.c92 OMX_INT fromX, toX, fromY, toY; local
117 fromX = 1;
132 for (x = -fromX; x <= toX; x++)
H A DomxVCM4P10_BlockMatch_Integer.c95 OMX_INT fromX, toX, fromY, toY; local
133 fromX = nSearchRange;
140 fromX = pCurrPointPos->x - pRefRect->x;
158 pBestMV->dx = -fromX * 4;
167 for (x = -fromX; x <= toX; x++)
H A DomxVCM4P10_BlockMatch_Quarter.c92 OMX_INT fromX, toX, fromY, toY; local
118 fromX = 1;
133 for (x = -fromX; x <= toX; x++)
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/
H A DarmVCM4P2_BlockMatch_Half.c78 OMX_INT minSAD, fromX, toX, fromY, toY; local
110 fromX = 1;
116 fromX = 0;
138 for (x = -fromX; x <= toX; x++)
H A DarmVCM4P2_BlockMatch_Integer.c86 OMX_INT minSAD = 0x10001, fromX, toX, fromY, toY; local
103 fromX = searchRange;
110 fromX = pCurrPointPos->x - pRefRect->x;
128 pDstMV->dx = -fromX;
135 for (x = -fromX; x <= toX; x++)
/frameworks/base/test-runner/src/android/test/
H A DTouchUtils.java576 final int fromX = xy[0];
581 drag(test, fromX, fromX + deltaX, fromY, fromY + deltaY, distance);
626 final int fromX = xy[0];
629 int deltaX = fromX - toX;
633 drag(test, fromX, toX, fromY, toY, distance);
675 final int fromX = xy[0];
678 int deltaX = fromX - toX;
680 drag(test, fromX, toX, fromY, fromY, deltaX);
722 final int fromX
748 drag(ActivityInstrumentationTestCase test, float fromX, float toX, float fromY, float toY, int stepCount) argument
763 drag(InstrumentationTestCase test, float fromX, float toX, float fromY, float toY, int stepCount) argument
[all...]
/frameworks/base/core/java/android/view/animation/
H A DScaleAnimation.java138 * @param fromX Horizontal scaling factor to apply at the start of the
145 public ScaleAnimation(float fromX, float toX, float fromY, float toY) { argument
147 mFromX = fromX;
158 * @param fromX Horizontal scaling factor to apply at the start of the
171 public ScaleAnimation(float fromX, float toX, float fromY, float toY, argument
174 mFromX = fromX;
189 * @param fromX Horizontal scaling factor to apply at the start of the
212 public ScaleAnimation(float fromX, float toX, float fromY, float toY, argument
215 mFromX = fromX;

Completed in 117 milliseconds