Home
last modified time | relevance | path

Searched defs:yOffset (Results 1 – 4 of 4) sorted by relevance

/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/audiolib/
DWaveScopeView.java173 float yOffset = height / (2.0f * mNumChannels); in onDraw() local
180 float yOffset = height / (2.0f * mNumChannels); in onDraw() local
/cts/tests/tests/renderscript/src/android/renderscript/cts/
DAllocationTest.java500 int xOffset, int yOffset, in helperFloatCopy2D()
529 int xOffset, int yOffset, in helperByteCopy2D()
559 int xOffset, int yOffset, in helperShortCopy2D()
588 int xOffset, int yOffset, in helperIntCopy2D()
617 int xOffset, int yOffset, in helperFloatAllocationCopy2D()
646 int xOffset, int yOffset, in helperByteAllocationCopy2D()
/cts/tests/tests/rscpp/librscpptest/
Drs_jni_allocation.cpp238 int xOffset, int yOffset, int xCount, int yCount, in helperCopy2D()
279 int xOffset, int yOffset, int xCount, int yCount) { in helperFloatAllocationCopy2D()
329 int xOffset, int yOffset, int zOffset, in helperCopy3D()
382 int xOffset, int yOffset, int zOffset, in helperFloatAllocationCopy3D()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/formats/
DCameraFormatsActivity.java199 ColorMatrix yOffset = new ColorMatrix(yuvOffset); in onCreate() local