Searched refs:x1 (Results 126 - 150 of 278) sorted by relevance

1234567891011>>

/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
H A Dmp4def.h60 #define Q_MASK 0x1
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
H A Dh264bsd_util.c49 static const u32 stuffingTable[8] = {0x1,0x2,0x4,0x8,0x10,0x20,0x40,0x80};
/frameworks/av/services/camera/libcameraservice/api2/
H A DCameraDeviceClient.h158 static int64_t euclidDistSquare(int32_t x0, int32_t y0, int32_t x1, int32_t y1);
/frameworks/base/core/java/android/view/animation/
H A DTransformation.java37 public static final int TYPE_ALPHA = 0x1;
H A DGridLayoutAnimationController.java61 public static final int DIRECTION_RIGHT_TO_LEFT = 0x1;
76 public static final int DIRECTION_HORIZONTAL_MASK = 0x1;
/frameworks/base/core/jni/android/graphics/
H A DShader.cpp90 jfloat x0, jfloat y0, jfloat x1, jfloat y1,
95 pts[1].set(x1, y1);
117 jfloat x0, jfloat y0, jfloat x1, jfloat y1,
122 pts[1].set(x1, y1);
89 LinearGradient_create1(JNIEnv* env, jobject o, jfloat x0, jfloat y0, jfloat x1, jfloat y1, jintArray colorArray, jfloatArray posArray, jint tileMode) argument
116 LinearGradient_create2(JNIEnv* env, jobject o, jfloat x0, jfloat y0, jfloat x1, jfloat y1, jint color0, jint color1, jint tileMode) argument
/frameworks/base/libs/hwui/
H A DSnapshot.h88 kFlagClipSet = 0x1,
/frameworks/base/tools/aidl/
H A Daidl_language.h83 PARCELABLE_DATA = 0x1,
/frameworks/rs/cpu_ref/
H A DrsCpuIntrinsicColorMatrix.cpp241 if (fabs(fpa[0]) != 0.f) key.u.addMask |= 0x1;
252 if (ipa[0] != 0) key.u.addMask |= 0x1;
889 uint32_t x1 = xstart;
899 if(x2 > x1) {
900 int32_t len = x2 - x1;
909 x1 += len;
918 //x1 += len;
923 x1 += len;
931 while(x1 != x2) {
935 x1
[all...]
H A DrsCpuIntrinsics_advsimd_Blend.S454 ld4 {v8.16b - v11.16b}, [x1], #64
456 ld1 {v8.16b - v11.16b}, [x1], #64
462 .if \ldsrc ; prfm PLDL1STRM, [x1, #192] ; .endif
497 .if \ldsrc ; ld1 {v10.16b,v11.16b}, [x1], #32 ; .endif
500 .if \ldsrc ; ld1 {v9.16b}, [x1], #16 ; .endif
503 .if \ldsrc ; ld1 {v8.d}[1], [x1], #8 ; .endif
506 .if \ldsrc ; ld1 {v8.s}[1], [x1], #4 ; .endif
509 .if \ldsrc ; ld1 {v8.h}[1], [x1], #2 ; .endif
512 .if \ldsrc ; ld1 {v8.b}[1], [x1], #1 ; .endif
585 * uchar4 const *in, // x1
[all...]
/frameworks/rs/driver/
H A DrsdGL.h93 float x1, float y1, float z1, float u1, float v1,
/frameworks/base/core/java/android/hardware/hdmi/
H A DHdmiControlManager.java181 public static final int TIMER_STATUS_MEDIA_INFO_PRESENT_PROTECTED = 0x1;
195 public static final int TIMER_STATUS_NOT_PROGRAMMED_NO_FREE_TIME = 0x1;
/frameworks/base/core/java/android/net/
H A DNetworkPolicyManager.java47 public static final int POLICY_REJECT_METERED_BACKGROUND = 0x1;
54 public static final int RULE_REJECT_METERED = 0x1;
/frameworks/base/core/java/android/test/
H A DInstrumentationTestCase.java325 if ((count & 0x1) == 0x1) {
/frameworks/base/core/java/com/android/internal/widget/multiwaveview/
H A DPointCloud.java73 public void setX(float x1) { argument
74 x = x1;
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
H A DShaderProgram.java265 public native boolean setSourceRegion(float x0, float y0, float x1, float y1, argument
268 private native boolean setTargetRegion(float x0, float y0, float x1, float y1, argument
/frameworks/native/include/android/
H A Dconfiguration.h78 ACONFIGURATION_SCREENLONG_NO = 0x1,
90 ACONFIGURATION_UI_MODE_NIGHT_NO = 0x1,
/frameworks/native/libs/gui/tests/
H A DCpuConsumer_test.cpp284 const int blockWidth = (w > 16 ? w / 8 : 2) & ~0x1;
285 const int blockHeight = (h > 16 ? h / 8 : 2) & ~0x1;
340 const int maxBlockX = ((w-1 + (blockWidth-1)) / blockWidth) & 0x1;
341 const int maxBlockY = ((h-1 + (blockHeight-1)) / blockHeight) & 0x1;
392 const int blockWidth = (w > 16 ? w / 8 : 2) & ~0x1;
393 const int blockHeight = (h > 16 ? h / 8 : 2) & ~0x1;
422 const int maxBlockX = ((w-1) / blockWidth) & 0x1;
423 const int maxBlockY = ((w-1) / blockHeight) & 0x1;
/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/base/packages/Keyguard/src/com/android/keyguard/
H A DKeyguardWidgetFrame.java433 float x1 = mLeftToRight ? mForegroundRect.width(): 0;
434 mLeftToRightGradient = new LinearGradient(x0, 0f, x1, 0f,
436 mRightToLeftGradient = new LinearGradient(x1, 0f, x0, 0f,
/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/base/core/java/android/app/
H A DRemoteInput.java68 private static final int FLAG_ALLOW_FREE_FORM_INPUT = 0x1;

Completed in 5589 milliseconds

1234567891011>>