Searched defs:dy (Results 1 - 25 of 112) sorted by relevance

12345

/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/
H A DomxVCM4P10_InterpolateChroma.c53 * [in] dy Fractional part of vertical motion vector component
67 * dx or dy is out of range [0-7].
82 OMX_S32 dy,
87 ((OMX_U8*)pSrc, srcStep, pDst, dstStep, roi.width, roi.height, dx, dy);
76 omxVCM4P10_InterpolateChroma( const OMX_U8* pSrc, OMX_S32 srcStep, OMX_U8* pDst, OMX_S32 dstStep, OMX_S32 dx, OMX_S32 dy, OMXSize roi ) argument
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src/
H A DomxVCM4P10_InterpolateChroma.c53 * [in] dy Fractional part of vertical motion vector component
67 * dx or dy is out of range [0-7].
82 OMX_S32 dy,
87 ((OMX_U8*)pSrc, srcStep, pDst, dstStep, roi.width, roi.height, dx, dy);
76 omxVCM4P10_InterpolateChroma( const OMX_U8* pSrc, OMX_S32 srcStep, OMX_U8* pDst, OMX_S32 dstStep, OMX_S32 dx, OMX_S32 dy, OMXSize roi ) argument
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
H A DomxVCM4P10_InterpolateChroma.c53 * dy -Fractional part of vertical motion vector component in 1/8 pixel
70 * dx or dy is out of range [0-7].
85 OMX_S32 dy,
96 armRetArgErrIf(dy < 0, OMX_Sts_BadArgErr)
97 armRetArgErrIf(dy > 7, OMX_Sts_BadArgErr)
107 ((OMX_U8*)pSrc, srcStep, pDst, dstStep, roi.width, roi.height, dx, dy);
79 omxVCM4P10_InterpolateChroma( const OMX_U8* pSrc, OMX_S32 srcStep, OMX_U8* pDst, OMX_S32 dstStep, OMX_S32 dx, OMX_S32 dy, OMXSize roi ) argument
H A DomxVCM4P10_InterpolateLuma.c53 * dy -Fractional part of vertical motion vector y component in 1/4 pixel
70 * dx or dy is out of range [0,3].
84 OMX_S32 dy,
95 armRetArgErrIf(dy < 0, OMX_Sts_BadArgErr)
96 armRetArgErrIf(dy > 3, OMX_Sts_BadArgErr)
106 (pSrc, srcStep, pDst, dstStep, roi.width, roi.height, dx, dy);
78 omxVCM4P10_InterpolateLuma( const OMX_U8* pSrc, OMX_S32 srcStep, OMX_U8* pDst, OMX_S32 dstStep, OMX_S32 dx, OMX_S32 dy, OMXSize roi ) argument
/frameworks/base/graphics/java/android/graphics/
H A DLayerRasterizer.java30 public void addLayer(Paint paint, float dx, float dy) { argument
31 nativeAddLayer(native_instance, paint.getNativeInstance(), dx, dy);
39 private static native void nativeAddLayer(long native_layer, long native_paint, float dx, float dy); argument
H A DPoint.java61 * Offset the point's coordinates by dx, dy
63 public final void offset(int dx, int dy) { argument
65 y += dy;
H A DPointF.java63 public final void offset(float dx, float dy) { argument
65 y += dy;
H A DCamera.java161 public native float dotWithNormal(float dx, float dy, float dz); argument
H A DOutline.java274 * Offsets the Outline by (dx,dy)
276 public void offset(int dx, int dy) { argument
278 mRect.offset(dx, dy);
280 mPath.offset(dx, dy);
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DLayerRasterizer_Delegate.java64 /*package*/ static void nativeAddLayer(long native_layer, long native_paint, float dx, float dy) { argument
/frameworks/support/v17/tests/src/android/support/v17/leanback/widget/
H A DHorizontalGridViewEx.java23 public void smoothScrollBy(int dx, int dy) { argument
25 super.smoothScrollBy(dx, dy);
H A DVerticalGridViewEx.java23 public void smoothScrollBy(int dx, int dy) { argument
25 super.smoothScrollBy(dx, dy);
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
H A Dpp_semaphore_chroma_inter.cpp30 dy = vertical component of the motion vector (int)
117 int dy, /* i */
176 if (((dy&0xF) != 0) && (mmvy + 1 < (height >> 4) - 1))
177 { /* dy is not a multiple of 16 */
183 { /* dy is a multiple of 16 */
111 pp_semaphore_chroma_inter( int xpred, int ypred, uint8 *pp_dec_u, uint8 *pstprcTypPrv, int dx, int dy, int mvwidth, int height, int32 size, int mv_loc, uint8 msk_deblock ) argument
H A Dpp_semaphore_luma.cpp34 dy = vertical component of the motion vector (int)
120 int dy, /* i */
172 if ((dy&0xF) != 0)
173 { /* dy is not a multiple of 16 */
180 { /* dy is a multiple of 16 */
194 if ((dy&0xF) != 0)
195 { /* dy is not a multiple of 16 */
202 { /* dy is a multiple of 16 */
300 if (((dy&0xF) != 0) && (mmvy + 1 < (height >> 3) - 1))
301 { /* dy i
112 pp_semaphore_luma( int xpred, int ypred, uint8 *pp_dec_y, uint8 *pstprcTypPrv, int *ll, int *mv_loc, int dx, int dy, int mvwidth, int width, int height ) argument
[all...]
/frameworks/base/core/jni/android/graphics/
H A DRasterizer.cpp80 static void addLayer(JNIEnv* env, jobject, jlong layerHandle, jlong paintHandle, jfloat dx, jfloat dy) { argument
85 nr->fBuilder.addLayer(*paint, dx, dy);
H A DCamera.cpp35 jfloat dx, jfloat dy, jfloat dz) {
38 v->translate(dx, dy, dz);
34 Camera_translate(JNIEnv* env, jobject obj, jfloat dx, jfloat dy, jfloat dz) argument
/frameworks/base/libs/hwui/utils/
H A DPaintUtils.h102 float dy; member in struct:android::uirenderer::PaintUtils::TextShadow
112 textShadow->dy = blur.fOffset.fY;
/frameworks/base/tools/layoutlib/bridge/src/android/view/
H A DRectShadowPainter.java132 RectF edgeShadowRect, float dx, float dy, int rotations) {
137 canvas.translate(dx, dy);
131 sideShadow(Canvas canvas, Paint edgePaint, RectF edgeShadowRect, float dx, float dy, int rotations) argument
/frameworks/opt/setupwizard/library/full-support/test/src/com/android/setupwizardlib/test/
H A DRecyclerViewRequireScrollHelperTest.java119 public void smoothScrollBy(int dx, int dy) { argument
120 super.smoothScrollBy(dx, dy);
121 scrollDistance += dy;
/frameworks/support/v4/api21/android/support/v4/view/
H A DViewParentCompatLollipop.java67 public static void onNestedPreScroll(ViewParent parent, View target, int dx, int dy, argument
70 parent.onNestedPreScroll(target, dx, dy, consumed);
/frameworks/support/v4/java/android/support/v4/view/
H A DNestedScrollingChild.java164 * @param dy Vertical scroll distance in pixels
166 * and consumed[1] the consumed dy.
174 public boolean dispatchNestedPreScroll(int dx, int dy, int[] consumed, int[] offsetInWindow); argument
H A DNestedScrollingParent.java128 * report how any pixels of the scroll reported by dx, dy were consumed in the
129 * <code>consumed</code> array. Index 0 corresponds to dx and index 1 corresponds to dy.
135 * @param dy Vertical scroll distance in pixels
138 public void onNestedPreScroll(View target, int dx, int dy, int[] consumed); argument
/frameworks/base/media/mca/filterfw/native/core/
H A Dgeometry.cpp83 const float dy = height * (current_ratio / ratio - 1.0f); local
84 y -= dy / 2.0f;
85 height += dy;
100 const float dy = height * (length / current_length - 1.0f); local
101 y -= dy / 2.0f;
102 height += dy;
125 const float dy = height * (f - 1.0f); local
126 y -= dy / 2.0f;
127 height += dy;
/frameworks/base/media/mca/filterpacks/native/base/
H A Dgeometry.cpp82 const float dy = height * (current_ratio / ratio - 1.0f); local
83 y -= dy / 2.0f;
84 height += dy;
99 const float dy = height * (length / current_length - 1.0f); local
100 y -= dy / 2.0f;
101 height += dy;
124 const float dy = height * (f - 1.0f); local
125 y -= dy / 2.0f;
126 height += dy;
138 Point dy
[all...]
/frameworks/base/packages/DocumentsUI/tests/src/com/android/documentsui/dirlist/
H A DTestSelectionEnvironment.java49 public void scrollBy(int dy) { argument

Completed in 398 milliseconds

12345