Searched refs:x4 (Results 26 - 50 of 117) sorted by relevance

12345

/frameworks/compile/mclinker/lib/Target/X86/
H A DX86PLT.h15 0xff, 0xb3, 0x04, 0, 0, 0, // pushl 0x4(%ebx)
17 0x0f, 0x1f, 0x4, 0 // nopl 0(%eax)
29 0x0f, 0x1f, 0x4, 0 // nopl 0(%eax)
/frameworks/base/include/android_runtime/
H A Dandroid_view_Surface.h41 RGB_565 = 0x4,
/frameworks/native/services/sensorservice/
H A DFusion.h74 enum { ACC=0x1, MAG=0x2, GYRO=0x4 };
/frameworks/wilhelm/src/
H A Dtrace.h24 #define SL_TRACE_LEAVE_VOID 0x4
H A Dsles_allinclusive.h48 #define USE_PROFILES_GAME 0x4 // == SL_PROFILES_GAME
367 #define SL_OBJECT_STATE_REALIZING_1 ((SLuint32) 0x4) // async realize on work queue
377 #define SL_PLAYSTATE_STOPPING ((SLuint32) 0x4) // Play::Stop while PLAYING
/frameworks/rs/cpu_ref/
H A DrsCpuIntrinsics_advsimd_Convolve.S22 x4 = coeffs
36 ld1 {v0.8h, v1.8h}, [x4]
39 mov x4, #8
42 /* Load and post-increase the address by x4=#8 */
43 ld1 {v13.16b}, [x1], x4
44 ld1 {v14.16b}, [x2], x4
45 ld1 {v15.16b}, [x3], x4
48 // prfm PLDL1KEEP,[x1, x4] // TODO: test this
49 // prfm PLDL1KEEP,[x2, x4] // TODO: test this
50 // prfm PLDL1KEEP,[x3, x4] // TOD
[all...]
H A DrsCpuIntrinsics_advsimd_3DLUT.S29 ld1 {v16.2s}, [x6], x4
30 ld1 {v17.2s}, [x7], x4
48 sub x6, x6, x4
49 sub x7, x7, x4
139 * x4 = pitchy
/frameworks/base/libs/hwui/font/
H A DCacheTexture.h164 float x4, float y4, float u4, float v4) {
169 TextureVertex::set(mesh++, x4, y4, u4, v4);
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
/frameworks/av/include/media/
H A DIMediaPlayerService.h78 kBatteryDataCodecStarted = 0x4,
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/arm_neon_asm/
H A Dh264bsdFlushBits.s70 STR pStrmCurrPos, [pStrmData, #0x4]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/arm_neon_asm_gcc/
H A Dh264bsdFlushBits.S68 STR pStrmCurrPos, [pStrmData, #0x4]
/frameworks/native/services/surfaceflinger/
H A DMessageQueue.h67 eventMaskTransaction = 0x4
H A DTransform.h58 SCALE = 0x4,
/frameworks/base/libs/hwui/
H A DFontRenderer.h144 float x4, float y4, float u4, float v4, CacheTexture* texture);
148 float x4, float y4, float u4, float v4, CacheTexture* texture);
152 float x4, float y4, float u4, float v4, CacheTexture* texture);
H A DFontRenderer.cpp502 float x4, float y4, float u4, float v4, CacheTexture* texture) {
509 x3, y3, u3, v3, x4, y4, u4, v4);
514 float x4, float y4, float u4, float v4, CacheTexture* texture) {
521 appendMeshQuadNoClip(x1, y1, u1, v1, x2, y2, u2, v2, x3, y3, u3, v3, x4, y4, u4, v4, texture);
537 float x4, float y4, float u4, float v4, CacheTexture* texture) {
539 appendMeshQuadNoClip(x1, y1, u1, v1, x2, y2, u2, v2, x3, y3, u3, v3, x4, y4, u4, v4, texture);
542 mBounds->left = std::min(mBounds->left, std::min(x1, std::min(x2, std::min(x3, x4))));
544 mBounds->right = std::max(mBounds->right, std::max(x1, std::max(x2, std::max(x3, x4))));
500 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
512 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
535 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/av/media/libstagefright/codecs/m4v_h263/dec/src/
H A Dmp4def.h62 #define INTER_MASK 0x4
H A Dderinging_luma.cpp173 if ((pp_mod[blk_indx]&0x4) != 0)
199 if ((pp_mod[blk_indx]&0x4) != 0)
/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/base/media/jni/
H A Dandroid_media_AmrInputStream.cpp99 outBuf[0] = (outBuf[0] << 3) | 0x4;
/frameworks/base/wifi/java/android/net/wifi/p2p/
H A DWifiP2pWfdInfo.java46 private static final int COUPLED_SINK_SUPPORT_AT_SOURCE = 0x4;
/frameworks/compile/mclinker/lib/LD/
H A DELFDynObjFileFormat.cpp86 0x4);
H A DELFExecFileFormat.cpp87 0x4);
/frameworks/native/include/media/openmax/
H A DOMX_VideoExt.h161 OMX_VIDEO_HEVCMainTierLevel2 = 0x4,
/frameworks/rs/driver/
H A DrsdGL.h93 float x4, float y4, float z4, float u4, float v4);
/frameworks/base/media/java/android/media/
H A DAudioFormat.java275 public static final int CHANNEL_OUT_FRONT_LEFT = 0x4;
394 public static final int CHANNEL_IN_LEFT = 0x4;

Completed in 1100 milliseconds

12345