/frameworks/av/media/libstagefright/codecs/avc/enc/src/ |
D | sad_halfpel.cpp | 77 int rx = dmin_rx & 0xFFFF; in AVCSAD_MB_HalfPel_Cxhyh() local 83 p3 = ref + rx; in AVCSAD_MB_HalfPel_Cxhyh() 84 p4 = ref + rx + 1; in AVCSAD_MB_HalfPel_Cxhyh() 101 p1 += rx; in AVCSAD_MB_HalfPel_Cxhyh() 102 p3 += rx; in AVCSAD_MB_HalfPel_Cxhyh() 103 p2 += rx; in AVCSAD_MB_HalfPel_Cxhyh() 104 p4 += rx; in AVCSAD_MB_HalfPel_Cxhyh() 118 int rx = dmin_rx & 0xFFFF; in AVCSAD_MB_HalfPel_Cyh() local 123 p2 = ref + rx; /* either left/right or top/bottom pixel */ in AVCSAD_MB_HalfPel_Cyh() 139 p1 += rx; in AVCSAD_MB_HalfPel_Cyh() [all …]
|
D | motion_est.cpp | 608 int rx = video->currPic->pitch; in InitHTFM() local 609 int rx2 = rx << 1; in InitHTFM() 610 int rx3 = rx2 + rx; in InitHTFM() 671 offset2[4] = rx + 1; in InitHTFM() 673 offset2[6] = rx + 3; in InitHTFM() 675 offset2[8] = rx; in InitHTFM() 678 offset2[11] = rx + 2 ; in InitHTFM()
|
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/ |
D | sad_halfpel.cpp | 228 Int rx = dmin_rx & 0xFFFF; in SAD_MB_HalfPel_Cxhyh() local 236 p3 = ref + rx; in SAD_MB_HalfPel_Cxhyh() 237 p4 = ref + rx + 1; in SAD_MB_HalfPel_Cxhyh() 254 p1 += rx; in SAD_MB_HalfPel_Cxhyh() 255 p3 += rx; in SAD_MB_HalfPel_Cxhyh() 256 p2 += rx; in SAD_MB_HalfPel_Cxhyh() 257 p4 += rx; in SAD_MB_HalfPel_Cxhyh() 269 Int rx = dmin_rx & 0xFFFF; in SAD_MB_HalfPel_Cyh() local 276 p2 = ref + rx; /* either left/right or top/bottom pixel */ in SAD_MB_HalfPel_Cyh() 292 p1 += rx; in SAD_MB_HalfPel_Cyh() [all …]
|
D | motion_est.cpp | 540 Int rx = video->currVop->pitch; in InitHTFM() local 541 Int rx2 = rx << 1; in InitHTFM() 542 Int rx3 = rx2 + rx; in InitHTFM() 603 offset2[4] = rx + 1; in InitHTFM() 605 offset2[6] = rx + 3; in InitHTFM() 607 offset2[8] = rx; in InitHTFM() 610 offset2[11] = rx + 2 ; in InitHTFM()
|
D | mp4lib_int.h | 238 …Int(*SAD_Blk_HalfPel)(UChar *ref, UChar *blk, Int dmin, Int lx, Int rx, Int xh, Int yh, void *extr…
|
D | mp4enc_lib.h | 149 …Int SAD_Blk_HalfPel_C(UChar *ref, UChar *blk, Int dmin, Int lx, Int rx, Int xh, Int yh, void *extr…
|
/frameworks/native/opengl/libagl/ |
D | matrix.cpp | 726 const GLfixed rx = rhs->x; in point2__generic() local 728 lhs->x = mla2a(rx, m[ 0], ry, m[ 4], m[12]); in point2__generic() 729 lhs->y = mla2a(rx, m[ 1], ry, m[ 5], m[13]); in point2__generic() 730 lhs->z = mla2a(rx, m[ 2], ry, m[ 6], m[14]); in point2__generic() 731 lhs->w = mla2a(rx, m[ 3], ry, m[ 7], m[15]); in point2__generic() 736 const GLfixed rx = rhs->x; in point3__generic() local 739 lhs->x = mla3a(rx, m[ 0], ry, m[ 4], rz, m[ 8], m[12]); in point3__generic() 740 lhs->y = mla3a(rx, m[ 1], ry, m[ 5], rz, m[ 9], m[13]); in point3__generic() 741 lhs->z = mla3a(rx, m[ 2], ry, m[ 6], rz, m[10], m[14]); in point3__generic() 742 lhs->w = mla3a(rx, m[ 3], ry, m[ 7], rz, m[11], m[15]); in point3__generic() [all …]
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
D | KeyButtonView.java | 163 final float rx = (w * (GLOW_MAX_SCALE_FACTOR - 1.0f)) / 2.0f + 1.0f; in setGlowScale() local 167 new RectF(getLeft() - rx, in setGlowScale() 169 getRight() + rx, in setGlowScale()
|
/frameworks/base/graphics/java/android/graphics/ |
D | Path.java | 480 public void addRoundRect(RectF rect, float rx, float ry, Direction dir) { in addRoundRect() argument 485 native_addRoundRect(mNativePath, rect, rx, ry, dir.nativeInt); in addRoundRect() 652 float rx, float ry, int dir); in native_addRoundRect() argument
|
D | Canvas.java | 1037 public void drawRoundRect(RectF rect, float rx, float ry, Paint paint) { in drawRoundRect() argument 1041 native_drawRoundRect(mNativeCanvas, rect, rx, ry, in drawRoundRect() 1726 RectF rect, float rx, in native_drawRoundRect() argument
|
/frameworks/base/core/tests/bandwidthtests/src/com/android/bandwidthtest/ |
D | BandwidthTest.java | 261 int rx = BandwidthTestUtil.parseIntValueFromFile(rcv_stat); in fetchDataFromProc() local 266 NetworkStats.TAG_NONE, rx, 0, tx, 0, 0); in fetchDataFromProc()
|
/frameworks/base/core/jni/ |
D | android_view_GLES20DisplayList.cpp | 118 jobject clazz, DisplayList* displayList, float rx) { in android_view_GLES20DisplayList_setRotationX() argument 119 displayList->setRotationX(rx); in android_view_GLES20DisplayList_setRotationX()
|
D | android_view_GLES20Canvas.cpp | 452 jfloat rx, jfloat ry, SkPaint* paint) { in android_view_GLES20Canvas_drawRoundRect() argument 453 renderer->drawRoundRect(left, top, right, bottom, rx, ry, paint); in android_view_GLES20Canvas_drawRoundRect()
|
/frameworks/base/core/java/android/view/ |
D | GLES20RecordingCanvas.java | 226 public void drawRoundRect(RectF rect, float rx, float ry, Paint paint) { in drawRoundRect() argument 227 super.drawRoundRect(rect, rx, ry, paint); in drawRoundRect()
|
D | GLES20Canvas.java | 1145 public void drawRoundRect(RectF rect, float rx, float ry, Paint paint) { in drawRoundRect() argument 1149 rx, ry, paint.mNativePaint); in drawRoundRect() 1156 float right, float bottom, float rx, float y, int paint); in nDrawRoundRect() argument
|
/frameworks/base/libs/hwui/ |
D | PathCache.cpp | 487 float rx, float ry, SkPaint* paint) { in getRoundRect() argument 491 entry.shape.roundRect.mRx = rx; in getRoundRect() 500 path.addRoundRect(r, rx, ry, SkPath::kCW_Direction); in getRoundRect()
|
D | PathCache.h | 210 PathTexture* getRoundRect(float width, float height, float rx, float ry, SkPaint* paint);
|
D | DisplayListRenderer.cpp | 346 float rx, float ry, SkPaint* paint) { in drawRoundRect() argument 348 addDrawOp(new (alloc()) DrawRoundRectOp(left, top, right, bottom, rx, ry, paint)); in drawRoundRect()
|
D | DisplayListRenderer.h | 112 float rx, float ry, SkPaint* paint);
|
D | OpenGLRenderer.h | 260 float rx, float ry, SkPaint* paint);
|
/frameworks/base/core/jni/android/graphics/ |
D | Path.cpp | 203 jfloat rx, jfloat ry, SkPath::Direction dir) { in addRoundRectXY() argument 206 SkScalar rx_ = SkFloatToScalar(rx); in addRoundRectXY()
|
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/ |
D | Path_Delegate.java | 373 int nPath, RectF rect, float rx, float ry, int dir) { in native_addRoundRect() argument 381 rect.left, rect.top, rect.width(), rect.height(), rx * 2, ry * 2), false); in native_addRoundRect()
|
D | Canvas_Delegate.java | 763 final RectF rect, final float rx, final float ry, int paint) { in native_drawRoundRect() argument 777 (int)rx, (int)ry); in native_drawRoundRect() 785 (int)rx, (int)ry); in native_drawRoundRect()
|
/frameworks/base/core/java/android/widget/ |
D | StackView.java | 727 float rx = deltaX / (mSlideAmount * 1.0f); 732 mStackSlider.setXProgress(rx); 738 mStackSlider.setXProgress(rx);
|
/frameworks/base/core/java/android/os/ |
D | BatteryStats.java | 1344 long rx = u.getTcpBytesReceived(which); in dumpCheckinLocked() local 1350 if (rx > 0 || tx > 0) dumpLine(pw, uid, category, NETWORK_DATA, rx, tx); in dumpCheckinLocked()
|