/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/audiolib/ |
D | WaveScopeView.java | 173 float yOffset = height / (2.0f * mNumChannels); in onDraw() local 176 drawChannel16(canvas, mPCM16Buffer, mNumFrames, mNumChannels, channel, yOffset); in onDraw() 177 yOffset += yDelta; in onDraw() 180 float yOffset = height / (2.0f * mNumChannels); in onDraw() local 183 … drawChannelFloat(canvas, mPCMFloatBuffer, mNumFrames, mNumChannels, channel, yOffset); in onDraw() 184 yOffset += yDelta; in onDraw()
|
/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
D | AllocationTest.java | 500 int xOffset, int yOffset, in helperFloatCopy2D() argument 515 A.copy2DRangeFrom(xOffset, yOffset, width, height, src); in helperFloatCopy2D() 519 for (int y = yOffset + height - 1; y >= yOffset ; y--) { in helperFloatCopy2D() 529 int xOffset, int yOffset, in helperByteCopy2D() argument 544 A.copy2DRangeFrom(xOffset, yOffset, width, height, src); in helperByteCopy2D() 548 for (int y = yOffset + height - 1; y >= yOffset ; y--) { in helperByteCopy2D() 559 int xOffset, int yOffset, in helperShortCopy2D() argument 574 A.copy2DRangeFrom(xOffset, yOffset, width, height, src); in helperShortCopy2D() 578 for (int y = yOffset + height - 1; y >= yOffset ; y--) { in helperShortCopy2D() 588 int xOffset, int yOffset, in helperIntCopy2D() argument [all …]
|
/cts/tests/tests/rscpp/librscpptest/ |
D | rs_jni_allocation.cpp | 238 int xOffset, int yOffset, int xCount, int yCount, in helperCopy2D() argument 262 alloc->copy2DRangeFrom(xOffset, yOffset, xCount, yCount, src); in helperCopy2D() 263 alloc->copy2DRangeTo(xOffset, yOffset, xCount, yCount, dst); in helperCopy2D() 279 int xOffset, int yOffset, int xCount, int yCount) { in helperFloatAllocationCopy2D() argument 294 srcA->copy2DRangeFrom(xOffset, yOffset, xCount, yCount, src); in helperFloatAllocationCopy2D() 296 dstA->copy2DRangeFrom(xOffset, yOffset, xCount, yCount, srcA, xOffset, yOffset); in helperFloatAllocationCopy2D() 297 dstA->copy2DRangeTo(xOffset, yOffset, xCount, yCount, dst); in helperFloatAllocationCopy2D() 329 int xOffset, int yOffset, int zOffset, in helperCopy3D() argument 365 alloc->copy3DRangeFrom(xOffset, yOffset, zOffset, xCount, yCount, zCount, src); in helperCopy3D() 366 alloc->copy3DRangeTo(xOffset, yOffset, zOffset, xCount, yCount, zCount, dst); in helperCopy3D() [all …]
|
/cts/tests/tests/widget/src/android/widget/cts/ |
D | ToastTest.java | 380 final int yOffset = 10; 382 mToast.setGravity(Gravity.BOTTOM, xOffset, yOffset); 390 assertEquals(yOffset, mToast.getYOffset()); 397 assertEquals(bottomXY[1] - yOffset, bottomOffsetXY[1]);
|
/cts/hostsidetests/securitybulletin/securityPatch/Bug-115739809/ |
D | poc.cpp | 106 outMsg->body.motion.yOffset = msg.body.motion.yOffset; in sanitizeMessage()
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/formats/ |
D | CameraFormatsActivity.java | 199 ColorMatrix yOffset = new ColorMatrix(yuvOffset); in onCreate() local 202 yTotal.setConcat(y2r, yOffset); in onCreate()
|