Home
last modified time | relevance | path

Searched defs:Y (Results 1 – 20 of 20) sorted by relevance

/cts/tests/tests/rscpp/src/android/cts/rscpp/
DRSLUTTest.java32 private final int Y = 1024; field in RSLUTTest
34 native boolean lutTest(String path, int X, int Y, byte[] input, byte[] output); in lutTest()
59 … lutTest(this.getContext().getCacheDir().toString().toString(), X, Y, byteAlloc, nativeByteAlloc); in testRSLUT() local
DRSBlurTest.java32 private final int Y = 1024; field in RSBlurTest
34 …native boolean blurTest(String path, int X, int Y, byte[] input, byte[] output, boolean singleChan… in blurTest()
55 … blurTest(this.getContext().getCacheDir().toString(), X, Y, byteAlloc, nativeByteAlloc, true); in testRSBlurOneChannel() local
84 … blurTest(this.getContext().getCacheDir().toString(), X, Y, byteAlloc, nativeByteAlloc, false); in testRSBlurFourChannels() local
DRSBlendTest.java32 private static final int Y = 256; field in RSBlendTest
34 … native boolean blendTest(String path, int X, int Y, byte[] input, byte[] output, int optionFlag); in blendTest()
111 … blendTest(this.getContext().getCacheDir().toString(), X, Y, byteAlloc, byteAlloc2, iter); in testRSBlend() local
DRSColorMatrixTest.java32 private final int Y = 1024; field in RSColorMatrixTest
34 …native boolean colorMatrixTest(String path, int X, int Y, byte[] input, byte[] output, float[] coe… in colorMatrixTest()
67 …colorMatrixTest(this.getContext().getCacheDir().toString(), X, Y, byteAlloc, nativeByteAlloc, coef… in testRSColorMatrix0() local
97 …colorMatrixTest(this.getContext().getCacheDir().toString(), X, Y, byteAlloc, nativeByteAlloc, coef… in testRSColorMatrix1() local
132 …colorMatrixTest(this.getContext().getCacheDir().toString(), X, Y, byteAlloc, nativeByteAlloc, coef… in testRSColorMatrix2() local
163 …colorMatrixTest(this.getContext().getCacheDir().toString(), X, Y, byteAlloc, nativeByteAlloc, coef… in testRSColorMatrix3() local
194 …colorMatrixTest(this.getContext().getCacheDir().toString(), X, Y, byteAlloc, nativeByteAlloc, coef… in testRSColorMatrix4() local
DRSConvolveTest.java32 private final int Y = 1024; field in RSConvolveTest
34 …native boolean convolveTest(String path, int X, int Y, byte[] input, byte[] output, float[] coeffs… in convolveTest()
66 …convolveTest(this.getContext().getCacheDir().toString(), X, Y, byteAlloc, nativeByteAlloc, coeffs,… in testConvolve3x3() local
123 …convolveTest(this.getContext().getCacheDir().toString(), X, Y, byteAlloc, nativeByteAlloc, coeffs,… in testConvolve5x5() local
DRS3DLUTTest.java32 private final int Y = 1024; field in RS3DLUTTest
36 …native boolean lutTest(String path, int X, int Y, int lutSize, byte[] input, byte[] input2, byte[]… in lutTest()
70 …lutTest(this.getContext().getCacheDir().toString(), X, Y, lutSize, byteAlloc, byteColorCube, nativ… in testRSLUT() local
DRSYuvTest.java80 native boolean yuvTest(String path, int X, int Y, byte[] input, byte[] output, int yuvFormat); in yuvTest()
/cts/tests/tests/renderscript/src/android/renderscript/cts/
DForEachTest.java527 int Y = 7; in testMultipleForEach() local
551 int Y = 7; in testNoRoot() local
DKernelTest.java527 int Y = 7; in testMultipleForEach() local
551 int Y = 7; in testNoRoot() local
DTestCtxDim.java30 int Y = 5; in test() local
DSingleSourceForEachTest.java28 private static final int Y = 768; field in SingleSourceForEachTest
/cts/tests/tests/rscpp/librscpptest/
Drs_jni.cpp84 jint Y, in Java_android_cts_rscpp_RSBlurTest_blurTest()
123 jint X, jint Y, jbyteArray inputByteArray, in Java_android_cts_rscpp_RSConvolveTest_convolveTest()
171 jint Y, in Java_android_cts_rscpp_RSLUTTest_lutTest()
211 jint Y, in Java_android_cts_rscpp_RS3DLUTTest_lutTest()
256 jint X, jint Y, jbyteArray inputByteArray, in Java_android_cts_rscpp_RSColorMatrixTest_colorMatrixTest()
306 jint X, jint Y, jbyteArray inputByteArray, in Java_android_cts_rscpp_RSBlendTest_blendTest()
389 jint Y, in Java_android_cts_rscpp_RSResizeTest_resizeTest()
449 jint Y, in Java_android_cts_rscpp_RSYuvTest_yuvTest()
Drs_jni_foreach.cpp294 int Y = 7; in Java_android_cts_rscpp_RSForEachTest_testMultipleForEach() local
328 int Y = 7; in Java_android_cts_rscpp_RSForEachTest_testNoRoot() local
/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/audiolib/
DWaveScopeView.java120 float Y = zeroY; in drawChannel16() local
149 float Y = zeroY; in drawChannelFloat() local
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Utils/Path/
DRobustnessPath.java149 final double Y = x * (2 * qx * qw + 2 * qy * qz) in calculateRotation() local
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Utils/
DMathsUtils.java30 public static final int Y = PoseData.INDEX_TRANSLATION_Y; field in MathsUtils
/cts/tests/tests/rsblas/src/android/renderscript/cts/
DIntrinsicBLAS.java205 …validateGEMV(Element e, int TransA, Allocation A, Allocation X, int incX, Allocation Y, int incY) { in validateGEMV()
1233 …n validateSYMV(Element e, int Uplo, Allocation A, Allocation X, int incX, Allocation Y, int incY) { in validateSYMV()
1529 … validateSPMV(Element e, int Uplo, Allocation Ap, Allocation X, int incX, Allocation Y, int incY) { in validateSPMV()
3386 …private boolean validateGER(Element e, Allocation X, int incX, Allocation Y, int incY, Allocation … in validateGER()
3545 …private boolean validateGERU(Element e, Allocation X, int incX, Allocation Y, int incY, Allocation… in validateGERU()
4590 …private boolean validateSYR2(Element e, int Uplo, Allocation X, int incX, Allocation Y, int incY, … in validateSYR2()
4749 …private boolean validateSPR2(Element e, int Uplo, Allocation X, int incX, Allocation Y, int incY, … in validateSPR2()
/cts/tests/tests/media/libmediandkjni/
Dcodec-utils-jni.cpp409 uint64_t Y = *ycol; in getRawStats() local
/cts/tests/camera/src/android/hardware/camera2/cts/rs/
DRawConverter.java521 private static double[] calculateCIExyCoordinates(double X, double Y, double Z) { in calculateCIExyCoordinates()
/cts/tests/tests/media/src/android/media/cts/
DDecodeAccuracyTestBase.java1760 private static final int Y = 1; field in BitmapCompare