Searched refs:x3 (Results 26 - 50 of 148) sorted by relevance

123456

/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
H A Dpp_semaphore_luma.cpp205 msk_deblock = 0x3;
310 msk_deblock = 0x3;
/frameworks/av/include/ndk/
H A DNdkImage.h112 AIMAGE_FORMAT_RGB_888 = 0x3,
/frameworks/av/media/libstagefright/codecs/mp3dec/src/
H A Dpvmp3_dequantize_sample.cpp223 int32 two_raise_one_fourth = pow_2_1_fourth[global_gain&0x3];
259 two_raise_one_fourth = pow_2_1_fourth[global_gain&0x3];
282 two_raise_one_fourth = pow_2_1_fourth[global_gain&0x3];
334 int32 two_raise_one_fourth = pow_2_1_fourth[global_gain&0x3];
/frameworks/base/core/java/android/hardware/hdmi/
H A DHdmiRecordListener.java87 data.mMediaInfo = (result >> 29) & 0x3;
/frameworks/base/core/jni/include/android_runtime/
H A Dandroid_view_Surface.h41 RGB_888 = 0x3,
/frameworks/rs/cpu_ref/
H A DrsCpuIntrinsics_advsimd_Resize.S145 * uint32_t xinc, // x3
183 sub x8, x2, x3
184 lsl x9, x3, #VECSHIFT
255 lsl x3, x3, #(47 - CHUNKSHIFT)
417 add x2, x2, x3
422 add x2, x2, x3
428 add x2, x2, x3
434 add x2, x2, x3
492 add x2, x2, x3
[all...]
H A DrsCpuIntrinsics_advsimd_ColorMatrix.S64 * x3 = params
972 * fntab_t const *fns, // x3
985 ldp x4,x5, [x3],#16
986 ldp x6,x7, [x3],#16
987 ldp x8,x9, [x3],#16
1010 ldp x8, x9, [x3], #16
1031 * int st); // x3
1041 add x5, x7, x3, LSL #2
1042 ldrsh x3, [x5], #2
1044 add x3, x
[all...]
/frameworks/base/graphics/java/android/graphics/
H A DPath.java416 * (x1,y1) and (x2,y2), and ending at (x3,y3). If no moveTo() call has been
423 * @param x3 The x-coordinate of the end point on a cubic curve
427 float x3, float y3) {
429 nCubicTo(mNativePath, x1, y1, x2, y2, x3, y3);
438 float x3, float y3) {
440 nRCubicTo(mNativePath, x1, y1, x2, y2, x3, y3);
834 float x3, float y3);
836 float x3, float y3);
426 cubicTo(float x1, float y1, float x2, float y2, float x3, float y3) argument
437 rCubicTo(float x1, float y1, float x2, float y2, float x3, float y3) argument
833 nCubicTo(long nPath, float x1, float y1, float x2, float y2, float x3, float y3) argument
835 nRCubicTo(long nPath, float x1, float y1, float x2, float y2, float x3, float y3) argument
/frameworks/base/libs/hwui/font/
H A DCacheTexture.h163 float x3, float y3, float u3, float v3,
167 TextureVertex::set(mesh++, x3, y3, u3, v3);
161 addQuad(float x1, float y1, float u1, float v1, float x2, float y2, float u2, float v2, float x3, float y3, float u3, float v3, float x4, float y4, float u4, float v4) argument
H A DCacheTexture.cpp198 uint32_t y = (((uint32_t)dirtyRect.top) & (~0x3));
200 uint32_t b = ((((uint32_t)dirtyRect.bottom) + 0x3) & (~0x3)) - y;
/frameworks/base/media/mca/filterfw/jni/
H A Djni_shader_program.h72 jfloat x3,
84 jfloat x3,
H A Djni_shader_program.cpp144 jfloat x3,
148 program->SetSourceRegion(Quad(Point(x0, y0), Point(x1, y1), Point(x2, y2), Point(x3, y3)));
162 jfloat x3,
166 program->SetTargetRegion(Quad(Point(x0, y0), Point(x1, y1), Point(x2, y2), Point(x3, y3)));
136 Java_android_filterfw_core_ShaderProgram_setSourceRegion(JNIEnv* env, jobject thiz, jfloat x0, jfloat y0, jfloat x1, jfloat y1, jfloat x2, jfloat y2, jfloat x3, jfloat y3) argument
154 Java_android_filterfw_core_ShaderProgram_setTargetRegion(JNIEnv* env, jobject thiz, jfloat x0, jfloat y0, jfloat x1, jfloat y1, jfloat x2, jfloat y2, jfloat x3, jfloat y3) argument
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/
H A DRotateFilter.java146 Point x3 = new Point(0.5f * (cosTheta - sinTheta + 1f),
148 Quad quad = new Quad(x0, x1, x2, x3);
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/anqp/
H A DIPAddressTypeAvailabilityElement.java77 private static final int IPV6_AVAILABILITY_MASK = 0x3;
/frameworks/base/libs/hwui/
H A DFontRenderer.h153 float x3, float y3, float u3, float v3,
157 float x3, float y3, float u3, float v3,
161 float x3, float y3, float u3, float v3,
H A DFontRenderer.cpp504 float x2, float y2, float u2, float v2, float x3, float y3, float u3, float v3,
512 x3, y3, u3, v3, x4, y4, u4, v4);
516 float x2, float y2, float u2, float v2, float x3, float y3, float u3, float v3,
524 appendMeshQuadNoClip(x1, y1, u1, v1, x2, y2, u2, v2, x3, y3, u3, v3, x4, y4, u4, v4, texture);
529 mBounds->right = std::max(mBounds->right, x3);
539 float x2, float y2, float u2, float v2, float x3, float y3, float u3, float v3,
542 appendMeshQuadNoClip(x1, y1, u1, v1, x2, y2, u2, v2, x3, y3, u3, v3, x4, y4, u4, v4, texture);
545 mBounds->left = std::min(mBounds->left, std::min(x1, std::min(x2, std::min(x3, x4))));
547 mBounds->right = std::max(mBounds->right, std::max(x1, std::max(x2, std::max(x3, x4))));
503 appendMeshQuadNoClip(float x1, float y1, float u1, float v1, float x2, float y2, float u2, float v2, float x3, float y3, float u3, float v3, float x4, float y4, float u4, float v4, CacheTexture* texture) argument
515 appendMeshQuad(float x1, float y1, float u1, float v1, float x2, float y2, float u2, float v2, float x3, float y3, float u3, float v3, float x4, float y4, float u4, float v4, CacheTexture* texture) argument
538 appendRotatedMeshQuad(float x1, float y1, float u1, float v1, float x2, float y2, float u2, float v2, float x3, float y3, float u3, float v3, float x4, float y4, float u4, float v4, CacheTexture* texture) argument
/frameworks/base/services/tests/servicestests/src/com/android/server/
H A DVector3Test.java34 private AnyMotionDetector.Vector3 x3; field in class:Vector3Test
55 x3 = new AnyMotionDetector.Vector3(0, 3, 0, 0);
112 AnyMotionDetector.Vector3 x3Normalized = x3.normalized();
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DPath_Delegate.java286 float x2, float y2, float x3, float y3) {
292 pathDelegate.cubicTo(x1, y1, x2, y2, x3, y3);
297 float x2, float y2, float x3, float y3) {
303 pathDelegate.rCubicTo(x1, y1, x2, y2, x3, y3);
743 * (x1,y1) and (x2,y2), and ending at (x3,y3). If no moveTo() call has been
750 * @param x3 The x-coordinate of the end point on a cubic curve
754 float x3, float y3) {
758 mPath.curveTo(x1, y1, x2, y2, mLastX = x3, mLastY = y3);
285 nCubicTo(long nPath, float x1, float y1, float x2, float y2, float x3, float y3) argument
296 nRCubicTo(long nPath, float x1, float y1, float x2, float y2, float x3, float y3) argument
753 cubicTo(float x1, float y1, float x2, float y2, float x3, float y3) argument
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
H A Dh264bsd_vlc.c137 *codeNum = 3 + ((bits >> 27) & 0x3);
/frameworks/base/libs/androidfw/
H A DTypeWrappers.cpp84 if ((entryOffset & 0x3) != 0) {
/frameworks/base/wifi/java/android/net/wifi/p2p/
H A DWifiP2pWfdInfo.java45 private static final int DEVICE_TYPE = 0x3;
/frameworks/data-binding/compilerCommon/src/main/java/android/databinding/tool/util/
H A DSourceCodeEscapers.java204 r[1] = HEX_DIGITS[c & 0x3];
/frameworks/rs/driver/
H A DrsdGL.h92 float x3, float y3, float z3, float u3, float v3,
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
H A DShaderProgram.java266 float x2, float y2, float x3, float y3);
269 float x2, float y2, float x3, float y3);
265 setSourceRegion(float x0, float y0, float x1, float y1, float x2, float y2, float x3, float y3) argument
268 setTargetRegion(float x0, float y0, float x1, float y1, float x2, float y2, float x3, float y3) argument
/frameworks/compile/mclinker/include/mcld/LD/
H A DResolveInfo.h202 static const uint32_t DESC_MASK = 0x3 << DESC_OFFSET;
210 static const uint32_t VISIBILITY_MASK = 0x3 << VISIBILITY_OFFSET;

Completed in 481 milliseconds

123456