Home
last modified time | relevance | path

Searched defs:rx (Results 1 – 25 of 27) sorted by relevance

12

/frameworks/av/media/libstagefright/codecs/avc/enc/src/
Dsad_halfpel.cpp77 int rx = dmin_rx & 0xFFFF; in AVCSAD_MB_HalfPel_Cxhyh() local
118 int rx = dmin_rx & 0xFFFF; in AVCSAD_MB_HalfPel_Cyh() local
153 int rx = dmin_rx & 0xFFFF; in AVCSAD_MB_HalfPel_Cxh() local
186 int rx = dmin_rx & 0xFFFF; in AVCAVCSAD_MB_HP_HTFM_Collectxhyh() local
268 int rx = dmin_rx & 0xFFFF; in AVCAVCSAD_MB_HP_HTFM_Collectyh() local
349 int rx = dmin_rx & 0xFFFF; in AVCAVCSAD_MB_HP_HTFM_Collectxh() local
429 int rx = dmin_rx & 0xFFFF; in AVCSAD_MB_HP_HTFMxhyh() local
497 int rx = dmin_rx & 0xFFFF; in AVCSAD_MB_HP_HTFMyh() local
563 int rx = dmin_rx & 0xFFFF; in AVCSAD_MB_HP_HTFMxh() local
Dmotion_est.cpp608 int rx = video->currPic->pitch; in InitHTFM() local
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
Dsad_halfpel.cpp228 Int rx = dmin_rx & 0xFFFF; in SAD_MB_HalfPel_Cxhyh() local
269 Int rx = dmin_rx & 0xFFFF; in SAD_MB_HalfPel_Cyh() local
305 Int rx = dmin_rx & 0xFFFF; in SAD_MB_HalfPel_Cxh() local
340 Int rx = dmin_rx & 0xFFFF; in SAD_MB_HP_HTFM_Collectxhyh() local
419 Int rx = dmin_rx & 0xFFFF; in SAD_MB_HP_HTFM_Collectyh() local
497 Int rx = dmin_rx & 0xFFFF; in SAD_MB_HP_HTFM_Collectxh() local
574 Int rx = dmin_rx & 0xFFFF; in SAD_MB_HP_HTFMxhyh() local
642 Int rx = dmin_rx & 0xFFFF; in SAD_MB_HP_HTFMyh() local
708 Int rx = dmin_rx & 0xFFFF; in SAD_MB_HP_HTFMxh() local
780 …Int SAD_Blk_HalfPel_C(UChar *ref, UChar *blk, Int dmin, Int width, Int rx, Int xh, Int yh, void *e… in SAD_Blk_HalfPel_C()
Dmotion_est.cpp540 Int rx = video->currVop->pitch; in InitHTFM() local
/frameworks/base/libs/hwui/
DTessellationCache.h72 float rx; member
158 float width, float height, float rx, float ry) { in precacheRoundRect()
DTessellationCache.cpp441 float rx = description.shape.roundRect.rx; in tessellateRoundRect() local
456 float width, float height, float rx, float ry) { in getRoundRectBuffer()
465 float width, float height, float rx, float ry) { in getRoundRect()
DSkiaCanvas.cpp591 float rx, float ry, const SkPaint& paint) { in drawRoundRect()
781 uirenderer::CanvasPropertyPrimitive* bottom, uirenderer::CanvasPropertyPrimitive* rx, in AnimatedRoundRect()
830 uirenderer::CanvasPropertyPrimitive* bottom, uirenderer::CanvasPropertyPrimitive* rx, in drawRoundRect()
DDisplayListCanvas.cpp351 float rx, float ry, const SkPaint& paint) { in drawRoundRect()
358 CanvasPropertyPrimitive* rx, CanvasPropertyPrimitive* ry, in drawRoundRect()
DRecordingCanvas.cpp367 float rx, float ry, const SkPaint& paint) { in drawRoundRect()
384 CanvasPropertyPrimitive* rx, CanvasPropertyPrimitive* ry, in drawRoundRect()
DRecordedOp.h328 const float rx; member
346 const float* rx; member
DPathCache.cpp462 float rx, float ry, const SkPaint* paint) { in getRoundRect()
DDisplayListOp.h1012 float rx, float ry, const SkPaint* paint) in DrawRoundRectOp()
1043 float *rx, float *ry, const SkPaint* paint) in DrawRoundRectPropsOp()
/frameworks/base/core/java/android/bluetooth/
DUidTraffic.java34 public UidTraffic(int appUid, long rx, long tx) { in UidTraffic()
/frameworks/native/opengl/libagl/
Dmatrix.cpp726 const GLfixed rx = rhs->x; in point2__generic() local
736 const GLfixed rx = rhs->x; in point3__generic() local
747 const GLfixed rx = rhs->x; in point4__generic() local
762 const GLfixed rx = rhs->x; in point3__mvui() local
776 const GLfixed rx = rhs->x; in point4__mvui() local
/frameworks/base/core/tests/bandwidthtests/src/com/android/bandwidthtest/
DBandwidthTest.java260 int rx = BandwidthTestUtil.parseIntValueFromFile(rcv_stat); in fetchDataFromProc() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DKeyButtonRipple.java94 final float rx = horizontal ? radius : cx; in drawSoftware() local
/frameworks/base/core/java/android/view/
DDisplayListCanvas.java244 CanvasProperty<Float> right, CanvasProperty<Float> bottom, CanvasProperty<Float> rx, in drawRoundRect()
/frameworks/base/graphics/java/android/graphics/
DPath.java614 public void addRoundRect(RectF rect, float rx, float ry, Direction dir) { in addRoundRect()
625 public void addRoundRect(float left, float top, float right, float bottom, float rx, float ry, in addRoundRect()
847 float rx, float ry, int dir); in native_addRoundRect()
DCanvas.java1234 public void drawRoundRect(@NonNull RectF rect, float rx, float ry, @NonNull Paint paint) { in drawRoundRect()
1246 public void drawRoundRect(float left, float top, float right, float bottom, float rx, float ry, in drawRoundRect()
2079 float rx, float ry, long nativePaint); in native_drawRoundRect()
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/graphics/
DNopCanvas.java188 public void drawRoundRect(RectF rect, float rx, float ry, Paint paint) { in drawRoundRect()
192 public void drawRoundRect(float left, float top, float right, float bottom, float rx, float ry, in drawRoundRect()
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
DPath_Delegate.java377 float bottom, float rx, float ry, int dir) { in native_addRoundRect()
DCanvas_Delegate.java679 final float rx, final float ry, long paint) { in native_drawRoundRect()
/frameworks/base/core/jni/android/graphics/
DPath.cpp195 jfloat right, jfloat bottom, jfloat rx, jfloat ry, jint dirHandle) { in addRoundRectXY()
/frameworks/base/core/jni/
Dandroid_view_RenderNode.cpp299 jobject clazz, jlong renderNodePtr, float rx) { in android_view_RenderNode_setRotationX()
Dandroid_graphics_Canvas.cpp277 jfloat right, jfloat bottom, jfloat rx, jfloat ry, jlong paintHandle) { in drawRoundRect()

12