Searched refs:x1 (Results 151 - 175 of 293) sorted by relevance

1234567891011>>

/frameworks/rs/java/tests/VrDemo/src/com/example/android/rs/vr/engine/
H A DQuaternion.java81 public Quaternion(double x0, double x1, double x2, double x3) { argument
83 x[1] = x1;
/frameworks/wilhelm/src/android/util/
H A DAacAdtsExtractor.cpp72 const uint8_t protectionAbsent = syncword[1] & 0x1;
121 channel = (header[0] & 0x1) << 2 | (header[1] >> 6);
/frameworks/native/opengl/libagl/
H A Ddxt.cpp49 #define avg23(x0,x1) avg23tab[((x0) << 6) | (x1)]
244 c[0] = (r0 << 11) | ((g0 >> 1) << 6) | (b0 << 1) | 0x1;
245 c[1] = (r1 << 11) | ((g1 >> 1) << 6) | (b1 << 1) | 0x1;
276 (b2 << 1) | 0x1;
/frameworks/rs/scriptc/
H A Drs_graphics.rsh816 rsgDrawQuad(float x1, float y1, float z1, float x2, float y2, float z2, float x3, float y3,
836 rsgDrawQuadTexCoords(float x1, float y1, float z1, float u1, float v1, float x2, float y2,
857 rsgDrawRect(float x1, float y1, float x2, float y2, float z);
1046 float x1, y1, z1, x2, y2, z2;
1047 rsgMeshComputeBoundingBox(mesh, &x1, &y1, &z1, &x2, &y2, &z2);
1048 bBoxMin->x = x1;
/frameworks/av/media/libstagefright/codecs/amrnb/dec/src/
H A Dd8_31pf.cpp469 ia = LSBs & 0x1;
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src_gcc/
H A DomxVCM4P10_FilterDeblockingChroma_HorEdge_I_s.S42 VMOV.I8 d15,#0x1
H A DomxVCM4P10_FilterDeblockingLuma_HorEdge_I_s.S42 VMOV.I8 d15,#0x1
/frameworks/av/services/camera/libcameraservice/api2/
H A DCameraDeviceClient.h168 static int64_t euclidDistSquare(int32_t x0, int32_t y0, int32_t x1, int32_t y1);
/frameworks/base/core/java/android/app/
H A DRemoteInput.java68 private static final int FLAG_ALLOW_FREE_FORM_INPUT = 0x1;
/frameworks/base/core/java/android/text/
H A DAndroidBidi.java45 result = (result & 0x1) == 0 ? Layout.DIR_LEFT_TO_RIGHT : Layout.DIR_RIGHT_TO_LEFT;
/frameworks/base/core/java/android/util/
H A DPathParser.java547 float x1,
560 /* Transform (x0, y0) and (x1, y1) into unit space */
564 double x1p = (x1 * cosTheta + y1 * sinTheta) / a;
565 double y1p = (-x1 * sinTheta + y1 * cosTheta) / b;
582 drawArc(p, x0, y0, x1, y1, a * adjust,
544 drawArc(Path p, float x0, float y0, float x1, float y1, float a, float b, float theta, boolean isMoreThanHalf, boolean isPositiveArc) argument
/frameworks/base/core/java/android/view/animation/
H A DTransformation.java38 public static final int TYPE_ALPHA = 0x1;
/frameworks/base/libs/hwui/
H A DSnapshot.h100 kFlagClipSet = 0x1,
/frameworks/base/services/core/java/com/android/server/hdmi/
H A DConstants.java200 static final int POLL_STRATEGY_REMOTES_DEVICES = 0x1;
/frameworks/base/telecomm/java/android/telecom/
H A DVideoProfile.java84 public static final int STATE_TX_ENABLED = 0x1;
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/sms/
H A DCdmaSmsAddress.java80 static public final int NUMBERING_PLAN_ISDN_TELEPHONY = 0x1;
/frameworks/opt/vcard/java/com/android/vcard/
H A DVCardConfig.java34 /* package */ static final int LOG_LEVEL_PERFORMANCE_MEASUREMENT = 0x1;
/frameworks/rs/cpu_ref/
H A DrsCpuScript.h47 uint32_t x1, uint32_t x2,
/frameworks/support/graphics/drawable/static/src/android/support/graphics/drawable/
H A DPathParser.java575 float x1,
588 /* Transform (x0, y0) and (x1, y1) into unit space */
592 double x1p = (x1 * cosTheta + y1 * sinTheta) / a;
593 double y1p = (-x1 * sinTheta + y1 * cosTheta) / b;
610 drawArc(p, x0, y0, x1, y1, a * adjust,
572 drawArc(Path p, float x0, float y0, float x1, float y1, float a, float b, float theta, boolean isMoreThanHalf, boolean isPositiveArc) argument
/frameworks/wilhelm/src/android/
H A DAacBqToPcmCbRenderer.cpp54 const uint8_t protectionAbsent = data[offset+1] & 0x1;
/frameworks/rs/driver/
H A DrsdRuntimeStubs.cpp555 static void SC_DrawQuadTexCoords(float x1, float y1, float z1, float u1, float v1, argument
571 //ALOGE("%4.2f, %4.2f, %4.2f", x1, y1, z1);
576 float vtx[] = {x1,y1,z1, x2,y2,z2, x3,y3,z3, x4,y4,z4};
589 static void SC_DrawQuad(float x1, float y1, float z1, argument
593 SC_DrawQuadTexCoords(x1, y1, z1, 0, 1,
720 void rsgDrawRect(float x1, float y1, float x2, float y2, float z) { argument
721 SC_DrawQuad(x1, y2, z,
724 x1, y1, z);
727 void rsgDrawQuad(float x1, float y1, float z1, argument
731 SC_DrawQuad(x1, y
737 rsgDrawQuadTexCoords(float x1, float y1, float z1, float u1, float v1, float x2, float y2, float z2, float u2, float v2, float x3, float y3, float z3, float u3, float v3, float x4, float y4, float z4, float u4, float v4) argument
[all...]
/frameworks/av/media/libstagefright/
H A DAACExtractor.cpp114 protectionAbsent &= 0x1;
166 channel = (header[0] & 0x1) << 2 | (header[1] >> 6);
/frameworks/base/core/java/android/hardware/hdmi/
H A DHdmiRecordSources.java130 public static final int DIGITAL_BROADCAST_TYPE_ATSC = 0x1;
546 public static final int ANALOGUE_BROADCAST_TYPE_SATELLITE = 0x1;
/frameworks/base/core/java/android/view/
H A DRenderNode.java136 public static final int FLAG_CLIP_CHILDREN = 0x1;
152 public static final int STATUS_DRAW = 0x1;
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/geometry/
H A DQuad.java326 private Quad(float x0, float y0, float x1, float y1, float x2, float y2, float x3, float y3) { argument
328 mTopRight = new PointF(x1, y1);

Completed in 3098 milliseconds

1234567891011>>