Searched defs:fromY (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
119 fromY = 1;
129 for (y = -fromY; y <= toY; y++)
H A DomxVCM4P10_BlockMatch_Integer.c95 OMX_INT fromX, toX, fromY, toY; local
135 fromY = nSearchRange;
150 fromY = pCurrPointPos->y - pRefRect->y;
159 pBestMV->dy = -fromY * 4;
164 for (y = -fromY; y <= toY; y++)
H A DomxVCM4P10_BlockMatch_Quarter.c92 OMX_INT fromX, toX, fromY, toY; local
120 fromY = 1;
130 for (y = -fromY; y <= toY; y++)
/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
112 fromY = 1;
126 fromY = 0;
135 for (y = -fromY; y <= toY; y++)
H A DarmVCM4P2_BlockMatch_Integer.c86 OMX_INT minSAD = 0x10001, fromX, toX, fromY, toY; local
105 fromY = searchRange;
120 fromY = pCurrPointPos->y - pRefRect->y;
129 pDstMV->dy = -fromY;
131 for (y = -fromY; y <= toY; y++)
/frameworks/base/test-runner/src/android/test/
H A DTouchUtils.java61 final float fromY = size.y * 0.5f;
64 drag(test, x, x, fromY, toY, 4);
91 final float fromY = size.y * 0.5f;
94 drag(test, x, x, fromY, toY, 4);
240 float fromY = xy[1] + (viewHeight / 2.0f);
243 drag(test, x, x, fromY, toY, stepCount);
483 float fromY = xy[1] + (viewHeight / 2.0f);
486 drag(test, x, x, fromY, toY, stepCount);
577 final int fromY = xy[1];
581 drag(test, fromX, fromX + deltaX, fromY, from
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.java141 * @param fromY Vertical scaling factor to apply at the start of the
145 public ScaleAnimation(float fromX, float toX, float fromY, float toY) { argument
149 mFromY = fromY;
161 * @param fromY Vertical scaling factor to apply at the start of the
171 public ScaleAnimation(float fromX, float toX, float fromY, float toY, argument
176 mFromY = fromY;
192 * @param fromY Vertical scaling factor to apply at the start of the
212 public ScaleAnimation(float fromX, float toX, float fromY, float toY, argument
217 mFromY = fromY;

Completed in 634 milliseconds