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

12345678910

/frameworks/native/include/android/
H A Dconfiguration.h77 ACONFIGURATION_SCREENLONG_NO = 0x1,
88 ACONFIGURATION_UI_MODE_NIGHT_NO = 0x1,
H A Dinput.h171 AKEY_EVENT_FLAG_WOKE_HERE = 0x1,
323 AMOTION_EVENT_FLAG_WINDOW_IS_OBSCURED = 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/rs/cpu_ref/
H A DrsCpuIntrinsicColorMatrix.cpp202 if (fabs(fpa[0]) != 0.f) key.u.addMask |= 0x1;
213 if (ipa[0] != 0) key.u.addMask |= 0x1;
817 uint32_t x1 = xstart;
827 if(x2 > x1) {
828 int32_t len = (x2 - x1) >> 2;
831 x1 += len << 2;
836 while(x1 != x2) {
840 x1++;
H A DrsCpuScript.h40 uint32_t x1, uint32_t x2,
/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.java437 float x1 = mLeftToRight ? mForegroundRect.width(): 0;
438 mLeftToRightGradient = new LinearGradient(x0, 0f, x1, 0f,
440 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.S27 VMOV.I8 d15,#0x1
H A DomxVCM4P10_FilterDeblockingLuma_HorEdge_I_s.S27 VMOV.I8 d15,#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/view/
H A DViewGroup.java219 static final int FLAG_CLIP_CHILDREN = 0x1;
373 public static final int PERSISTENT_ANIMATION_CACHE = 0x1;
2767 private static void fillRect(Canvas canvas, Paint paint, int x1, int y1, int x2, int y2) { argument
2768 if (x1 != x2 && y1 != y2) {
2769 if (x1 > x2) {
2770 int tmp = x1; x1 = x2; x2 = tmp;
2775 canvas.drawRect(x1, y1, x2, y2, paint);
2783 private static void drawCorner(Canvas c, Paint paint, int x1, int y1, int dx, int dy, int lw) { argument
2784 fillRect(c, paint, x1, y
2793 drawRectCorners(Canvas canvas, int x1, int y1, int x2, int y2, Paint paint, int lineLength, int lineWidth) argument
6742 drawRect(Canvas canvas, Paint paint, int x1, int y1, int x2, int y2) argument
[all...]
/frameworks/base/libs/hwui/
H A DMatrix.h62 kTypeTranslate = 0x1,
/frameworks/compile/mclinker/tools/mcld/lib/Core/
H A DLinker.cpp146 0x1);
/frameworks/native/include/gui/
H A DIGraphicBufferProducer.h57 BUFFER_NEEDS_REALLOCATION = 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/wilhelm/src/android/
H A DAacBqToPcmCbRenderer.cpp53 const uint8_t protectionAbsent = data[offset+1] & 0x1;
/frameworks/av/media/libstagefright/
H A DAACExtractor.cpp114 protectionAbsent &= 0x1;
166 channel = (header[0] & 0x1) << 2 | (header[1] >> 6);
/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);
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
H A Dfastquant.cpp656 if ((sum&0x1) == 0)
660 coeff ^= 0x1;
829 if ((sum&0x1) == 0)
833 coeff ^= 0x1;
907 if ((q_value&0x1) == 0)
956 if ((q_value&0x1) == 0)
H A Dvlc_enc_tab.h537 { 0x1, 4},
834 { 0x1, 4},
/frameworks/base/core/jni/android/opengl/
H A Dutil.cpp258 float x1 = x0; local
270 else if (x > x1) {
271 x1 = x;
297 float dx = x1 - x0;
315 static inline float dot3(float x0, float y0, float z0, float x1, float y1, float z1) { argument
316 return x0 * x1 + y0 * y1 + z0 * z1;
/frameworks/av/services/audioflinger/
H A DAudioResampler.cpp68 static inline int32_t Interp(int32_t x0, int32_t x1, uint32_t f) { argument
69 return x0 + (((x1 - x0) * (int32_t)(f >> kPreInterpShift)) >> kNumInterpBits);
540 // r4 x1, i1, i3, Out1
569 " smulwt r4, r4, r6\n" /* (x1-x0)*.. */\
650 // r4 x1, i1, i3, out1
679 " smulwt r4, r4, r6\n" /* (x1-x0)*.. */\
689 " smulwt r12, r12, r6\n" /* (x1-x0)*.. */\

Completed in 545 milliseconds

12345678910