Searched refs:x1 (Results 201 - 207 of 207) sorted by relevance

123456789

/frameworks/base/media/libstagefright/
H A DMPEG4Writer.cpp2442 mOwner->writeInt16(0x1); // data ref index
/frameworks/base/media/libstagefright/codecs/m4v_h263/enc/src/
H A Dvlc_encode.cpp2059 UChar mask1[6] = {0x20, 0x10, 0x8, 0x4, 0x2, 0x1};
2683 //p1x = motxdata[xin1*2+(vec1&0x1) + (yin1*2+(vec1>>1))*xB];
2684 //p1y = motydata[xin1*2+(vec1&0x1) + (yin1*2+(vec1>>1))*xB];
2695 //p2x = motxdata[xin2*2+(vec2&0x1) + (yin2*2+(vec2>>1))*xB];
2696 //p2y = motydata[xin2*2+(vec2&0x1) + (yin2*2+(vec2>>1))*xB];
2707 //p3x = motxdata[xin3*2+ (vec3&0x1) + (yin3*2+(vec3>>1))*xB];
2708 //p3y = motydata[xin3*2+ (vec3&0x1) + (yin3*2+(vec3>>1))*xB];
/frameworks/base/media/libstagefright/codecs/on2/h264dec/source/
H A Dh264bsd_reconstruct.c1044 ptrC = ref + width + 2 + (horVerOffset & 0x1);
/frameworks/base/core/java/android/view/
H A DView.java12480 if ((key >>> 24) != 0x1) {
14627 static final int INVALIDATE_MSG = 0x1;
/frameworks/base/services/input/
H A DInputReader.cpp88 inline static float distance(float x1, float y1, float x2, float y2) { argument
89 return hypotf(x1 - x2, y1 - y2);
/frameworks/base/libs/hwui/
H A DOpenGLRenderer.cpp832 drawColorRect(r.left, r.top, r.right, r.bottom, colors[offset + (i & 0x1)],
/frameworks/base/core/java/android/widget/
H A DTextView.java7405 private static final byte MARQUEE_STARTING = 0x1;
7408 private static final int MESSAGE_START = 0x1;

Completed in 1957 milliseconds

123456789