Searched refs:rx (Results 26 - 33 of 33) sorted by relevance

12

/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
H A Dmp4enc_lib.h149 Int SAD_Blk_HalfPel_C(UChar *ref, UChar *blk, Int dmin, Int lx, Int rx, Int xh, Int yh, void *extra_info);
/frameworks/base/libs/hwui/
H A DDisplayListOp.h1080 float rx, float ry, const SkPaint* paint)
1081 : DrawStrokableOp(left, top, right, bottom, paint), mRx(rx), mRy(ry) {}
1089 OP_LOG("Draw RoundRect " RECT_STRING ", rx %f, ry %f", RECT_ARGS(mLocalBounds), mRx, mRy);
1111 float *rx, float *ry, const SkPaint* paint)
1113 mRx(rx), mRy(ry) {}
1121 OP_LOG("Draw RoundRect Props " RECT_STRING ", rx %f, ry %f",
1079 DrawRoundRectOp(float left, float top, float right, float bottom, float rx, float ry, const SkPaint* paint) argument
1110 DrawRoundRectPropsOp(float* left, float* top, float* right, float* bottom, float *rx, float *ry, const SkPaint* paint) argument
H A DOpenGLRenderer.h189 float rx, float ry, const SkPaint* paint);
H A DOpenGLRenderer.cpp2537 float rx, float ry, const SkPaint* p) {
2547 right - left, bottom - top, rx, ry, p);
2552 *currentTransform(), *p, right - left, bottom - top, rx, ry);
2536 drawRoundRect(float left, float top, float right, float bottom, float rx, float ry, const SkPaint* p) argument
/frameworks/base/core/jni/android/graphics/
H A DPath.cpp197 jfloat right, jfloat bottom, jfloat rx, jfloat ry, jint dirHandle) {
201 obj->addRoundRect(rect, rx, ry, dir);
196 addRoundRectXY(JNIEnv* env, jobject clazz, jlong objHandle, jfloat left, jfloat top, jfloat right, jfloat bottom, jfloat rx, jfloat ry, jint dirHandle) argument
/frameworks/base/core/jni/
H A Dandroid_graphics_Canvas.cpp249 jfloat right, jfloat bottom, jfloat rx, jfloat ry, jlong paintHandle) {
251 get_canvas(canvasHandle)->drawRoundRect(left, top, right, bottom, rx, ry, *paint);
248 drawRoundRect(JNIEnv* env, jobject, jlong canvasHandle, jfloat left, jfloat top, jfloat right, jfloat bottom, jfloat rx, jfloat ry, jlong paintHandle) argument
H A Dandroid_view_GLES20Canvas.cpp477 jfloat rx, jfloat ry, jlong paintPtr) {
480 renderer->drawRoundRect(left, top, right, bottom, rx, ry, paint);
475 android_view_GLES20Canvas_drawRoundRect(JNIEnv* env, jobject clazz, jlong rendererPtr, jfloat left, jfloat top, jfloat right, jfloat bottom, jfloat rx, jfloat ry, jlong paintPtr) argument
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiStateMachine.java1605 int rx = mRxTime - mRxTimeLastReport;
1609 sb.append(String.format("[on:%d tx:%d rx:%d period:%d]", on, tx, rx, period));
2384 sb.append(String.format(" rx=%.1f", mWifiInfo.rxSuccessRate));
2495 sb.append(" rx:").append(mRxTimeThisScan).append(",").append(mRxTimeScan);
2601 sb.append(String.format(" rx=%.1f", mWifiInfo.rxSuccessRate));
6790 + " rx=" + String.format("%.2f", mWifiInfo.rxSuccessRate));

Completed in 183 milliseconds

12