Home
last modified time | relevance | path

Searched refs:pc (Results 1 – 25 of 83) sorted by relevance

1234

/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/geometry/
DQuad.java249 PointF pc = center(); in grow() local
250 return new Quad(factor * (mTopLeft.x - pc.x) + pc.x, in grow()
251 factor * (mTopLeft.y - pc.y) + pc.y, in grow()
252 factor * (mTopRight.x - pc.x) + pc.x, in grow()
253 factor * (mTopRight.y - pc.y) + pc.y, in grow()
254 factor * (mBottomLeft.x - pc.x) + pc.x, in grow()
255 factor * (mBottomLeft.y - pc.y) + pc.y, in grow()
256 factor * (mBottomRight.x - pc.x) + pc.x, in grow()
257 factor * (mBottomRight.y - pc.y) + pc.y); in grow()
/frameworks/native/libs/binder/
DIServiceManager.cpp71 sp<IPermissionController> pc; in checkPermission() local
73 pc = gPermissionController; in checkPermission()
79 if (pc != NULL) { in checkPermission()
80 bool res = pc->checkPermission(permission, pid, uid); in checkPermission()
91 if (IInterface::asBinder(pc)->isBinderAlive()) { in checkPermission()
99 if (gPermissionController == pc) { in checkPermission()
116 pc = interface_cast<IPermissionController>(binder); in checkPermission()
119 gPermissionController = pc; in checkPermission()
DPermissionCache.cpp98 PermissionCache& pc(PermissionCache::getInstance()); in checkPermission() local
100 if (pc.check(&granted, permission, uid) != NO_ERROR) { in checkPermission()
107 pc.cache(permission, uid, granted); in checkPermission()
/frameworks/compile/mclinker/lib/LD/
DEhFrameHdr.cpp167 SizeTraits<32>::Address pc = 0x0; in computePCBegin() local
170 std::memcpy(&pc, offset, pc_size); in computePCBegin()
175 pc = (pc ^ 0x8000) - 0x8000; in computePCBegin()
182 pc += m_EhFrame.addr() + pFDE.getOffset() + in computePCBegin()
192 return pc; in computePCBegin()
/frameworks/base/core/java/android/view/
DMotionEvent.java1724 final PointerCoords pc[] = gSharedTempPointerCoords; in obtain() local
1725 pc[0].clear(); in obtain()
1726 pc[0].x = x; in obtain()
1727 pc[0].y = y; in obtain()
1728 pc[0].pressure = pressure; in obtain()
1729 pc[0].size = size; in obtain()
1735 1, pp, pc); in obtain()
2993 final PointerCoords[] pc = gSharedTempPointerCoords; in addBatch() local
2994 pc[0].clear(); in addBatch()
2995 pc[0].x = x; in addBatch()
[all …]
/frameworks/rs/tests/java_api/VrDemo/src/com/example/android/rs/vr/engine/
Dbugdroid.rs70 float3 pc = img - center;
71 float tmp1 = dot(normal, pc);
73 float tmp2 = (sqrt(length(pc) * length(pc) - tmp1) - radius);
85 float3 pc = img - center;
86 float tmp1 = dot(normal, pc);
88 float tmp2 = (sqrt(length(pc) * length(pc) - tmp1) - radius);
89 if (length(pc - dot(normal, pc) * normal) > radius) {
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src_gcc/
DarmVCM4P10_Interpolate_Chroma_s.S64 P0: ADD pc,r11
103 POP {r4-r12,pc}
126 POP {r4-r12,pc}
149 POP {r4-r12,pc}
162 POP {r4-r12,pc}
173 POP {r4-r12,pc}
184 POP {r4-r12,pc}
DomxVCM4P10_TransformDequantLumaDCFromPair_s.S34 P0: ADD r2, pc
36 P1: ADD r3, pc
74 POP {r4-r6,pc}
91 POP {r4-r6,pc}
DomxVCM4P10_TransformDequantChromaDCFromPair_s.S51 P0: add r5, pc
53 P1: add r6, pc
68 pop {r4-r10, pc}
DarmVCM4P10_InterpolateLuma_Align_unsafe_s.S33 ADD pc,pc,r7,LSL #2
90 ADD pc,pc,r7,LSL #2
DomxVCM4P10_DequantTransformResidualFromPairAndAdd_s.S44 P0: ADD r11, pc
46 P1: ADD r10, pc
48 P2: ADD r2, pc
132 POP {r4-r12,pc}
DarmVCM4P10_InterpolateLuma_Copy_unsafe_s.S33 ADD pc,pc,r12,LSL #2
115 POP {r4-r6,pc}
DomxVCM4P10_DeblockLuma_I.S56 POP {r4-r9,pc}
77 POP {r4-r9,pc}
DarmVCM4P10_DecodeCoeffsToPair_s.S51 P0: ADD r6, pc
166 P1: ADD r9, pc
185 P2: ADD r6, pc
212 P3: ADD r3, pc
267 P4: ADD r6, pc
303 POP {r4-r12,pc}
DarmVCM4P10_Average_4x_Align_unsafe_s.S56 POP {r4-r6,pc}
98 POP {r4-r6,pc}
140 POP {r4-r6,pc}
DomxVCM4P10_PredictIntra_16x16_s.S55 P0: ADD pc,r9
78 POP {r4-r12,pc}
105 POP {r4-r12,pc}
175 POP {r4-r12,pc}
247 POP {r4-r12,pc}
DomxVCM4P10_PredictIntraChroma_8x8_s.S48 P0: ADD pc,r8
94 POP {r4-r10,pc}
130 POP {r4-r10,pc}
227 POP {r4-r10,pc}
DomxVCM4P10_FilterDeblockingChroma_HorEdge_I_s.S87 POP {r4-r10,pc}
97 POP {r4-r10,pc}
DarmVCM4P10_InterpolateLuma_DiagCopy_unsafe_s.S58 POP {r4-r6,pc}
115 POP {r4-r6,pc}
/frameworks/native/cmds/surfacereplayer/replayer/
DReplayer.cpp454 status_t Replayer::setPosition(layer_id id, const PositionChange& pc) { in setPosition() argument
455 ALOGV("Layer %d: Setting Position -- x=%f, y=%f", id, pc.x(), pc.y()); in setPosition()
456 return mLayers[id]->setPosition(pc.x(), pc.y()); in setPosition()
572 void Replayer::setDisplayProjection(display_id id, const ProjectionChange& pc) { in setDisplayProjection() argument
573 Rect viewport = Rect(pc.viewport().left(), pc.viewport().top(), pc.viewport().right(), in setDisplayProjection()
574 pc.viewport().bottom()); in setDisplayProjection()
575 Rect frame = Rect(pc.frame().left(), pc.frame().top(), pc.frame().right(), pc.frame().bottom()); in setDisplayProjection()
577 SurfaceComposerClient::setDisplayProjection(mDisplays[id], pc.orientation(), viewport, frame); in setDisplayProjection()
DReplayer.h83 status_t setPosition(layer_id id, const PositionChange& pc);
101 void setDisplayProjection(display_id id, const ProjectionChange& pc);
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/arm_neon_asm_gcc/
Dh264bsdFillRow7.S64 ADDCC pc,pc,tmp2,LSL #2
131 POPEQ {r4-r6,pc}
139 POP {r4-r6,pc}
/frameworks/base/tests/permission/src/com/android/framework/permission/tests/
DServiceManagerPermissionTests.java51 IPermissionController pc = new IPermissionController.Stub() { in testSetPermissionController() local
67 .setPermissionController(pc); in testSetPermissionController()
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/arm_neon_asm/
Dh264bsdFillRow7.s73 ADDCC pc,pc,tmp2,LSL #2
170 POPEQ {r4-r6,pc}
178 POP {r4-r6,pc}
/frameworks/rs/cpu_ref/
DrsCpuIntrinsics_neon_Blur.S96 1: ifcc add \reg, \reg, pc
274 ldr r12, [pc, r5, LSL #2]
275 add pc, pc, r12
345 ldr r12, [pc, r5, LSL #2]
346 add pc, pc, r12
477 ldr r12, [pc, r5, LSL #2]
478 add pc, pc, r12
675 ldr r12, [pc, r5, LSL #2]
676 add pc, pc, r12
726 ldr r12, [pc, r5, LSL #2]
[all …]

1234