Home
last modified time | relevance | path

Searched refs:Y (Results 1 – 25 of 43) sorted by relevance

12

/cts/tests/tests/rscpp/src/android/cts/rscpp/
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() argument
36 int[] baseAlloc = new int[X * Y * 4]; in testRSColorMatrix0()
38 byte[] byteAlloc = new byte[X * Y * 4]; in testRSColorMatrix0()
39 for (int i = 0; i < X * Y * 4; i++) { in testRSColorMatrix0()
56 build.setY(Y); in testRSColorMatrix0()
66 byte[] nativeByteAlloc = new byte[X * Y * 4]; in testRSColorMatrix0()
67 …colorMatrixTest(this.getContext().getCacheDir().toString(), X, Y, byteAlloc, nativeByteAlloc, coef… in testRSColorMatrix0() local
76 int[] baseAlloc = new int[X * Y * 4]; in testRSColorMatrix1()
78 byte[] byteAlloc = new byte[X * Y * 4]; in testRSColorMatrix1()
[all …]
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() argument
36 int[] baseAlloc = new int[X * Y]; in testRSBlurOneChannel()
38 byte[] byteAlloc = new byte[X * Y]; in testRSBlurOneChannel()
39 for (int i = 0; i < X * Y; i++) { in testRSBlurOneChannel()
45 build.setY(Y); in testRSBlurOneChannel()
54 byte[] nativeByteAlloc = new byte[X * Y]; in testRSBlurOneChannel()
55 … blurTest(this.getContext().getCacheDir().toString(), X, Y, byteAlloc, nativeByteAlloc, true); in testRSBlurOneChannel() local
65 int[] baseAlloc = new int[X * Y * 4]; in testRSBlurFourChannels()
67 byte[] byteAlloc = new byte[X * Y * 4]; in testRSBlurFourChannels()
[all …]
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() argument
36 int[] baseAlloc = new int[X * Y]; in testConvolve3x3()
49 byte[] byteAlloc = new byte[X * Y]; in testConvolve3x3()
50 for (int i = 0; i < X * Y; i++) { in testConvolve3x3()
56 build.setY(Y); in testConvolve3x3()
65 byte[] nativeByteAlloc = new byte[X * Y]; in testConvolve3x3()
66 …convolveTest(this.getContext().getCacheDir().toString(), X, Y, byteAlloc, nativeByteAlloc, coeffs,… in testConvolve3x3() local
75 int[] baseAlloc = new int[X * Y]; in testConvolve5x5()
106 byte[] byteAlloc = new byte[X * Y]; in testConvolve5x5()
[all …]
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() argument
37 int[] baseAlloc = new int[X * Y * 4]; in testRSBlend()
39 byte[] byteAlloc = new byte[X * Y * 4]; in testRSBlend()
40 for (int i = 0; i < X * Y * 4; i++) { in testRSBlend()
44 int[] baseAlloc2 = new int[X * Y * 4]; in testRSBlend()
46 byte[] byteAlloc2 = new byte[X * Y * 4]; in testRSBlend()
47 for (int i = 0; i < X * Y * 4; i++) { in testRSBlend()
53 build.setY(Y); in testRSBlend()
111 … blendTest(this.getContext().getCacheDir().toString(), X, Y, byteAlloc, byteAlloc2, iter); in testRSBlend() local
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() argument
36 int[] baseAlloc = new int[X * Y * 4]; in testRSLUT()
38 byte[] byteAlloc = new byte[X * Y * 4]; in testRSLUT()
39 for (int i = 0; i < X * Y * 4; i++) { in testRSLUT()
45 build.setY(Y); in testRSLUT()
58 byte[] nativeByteAlloc = new byte[X * Y * 4]; in testRSLUT()
59 … lutTest(this.getContext().getCacheDir().toString().toString(), X, Y, byteAlloc, nativeByteAlloc); in testRSLUT() 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() argument
38 int[] baseAlloc = new int[X * Y * 4]; in testRSLUT()
42 byte[] byteAlloc = new byte[X * Y * 4]; in testRSLUT()
44 for (int i = 0; i < X * Y * 4; i++) { in testRSLUT()
53 build.setY(Y); in testRSLUT()
69 byte[] nativeByteAlloc = new byte[X * Y * 4]; in testRSLUT()
70 …lutTest(this.getContext().getCacheDir().toString(), X, Y, lutSize, byteAlloc, byteColorCube, nativ… in testRSLUT() local
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Utils/Path/
DComplexMovementPath.java23 import static com.android.cts.verifier.sensors.sixdof.Utils.MathsUtils.Y;
193 rotation[Y] = location2[Y] - location1[Y]; in calculateRingRotation()
236 float[] rotationInverse = {0 - rotation[X], 0 - rotation[Y]}; in calculateRectangleHitbox()
237 float[] rotationNinety = {rotation[Y], 0 - rotation[X]}; in calculateRectangleHitbox()
238 float[] rotationNinetyInverse = {0 - rotation[Y], rotation[X]}; in calculateRectangleHitbox()
242 midFront[Y] = centre[Y] + (lengthScaleFactor * rotation[Y]); in calculateRectangleHitbox()
245 midRear[Y] = centre[Y] + (lengthScaleFactor * rotationInverse[Y]); in calculateRectangleHitbox()
250 frontLeft[Y] = midFront[Y] + (widthScaleFactor * rotationNinetyInverse[Y]); in calculateRectangleHitbox()
254 frontRight[Y] = midFront[Y] + (widthScaleFactor * rotationNinety[Y]); in calculateRectangleHitbox()
258 rearLeft[Y] = midRear[Y] + (widthScaleFactor * rotationNinetyInverse[Y]); in calculateRectangleHitbox()
[all …]
/cts/tests/tests/renderscript/src/android/renderscript/cts/
DSingleSourceForEachTest.java28 private static final int Y = 768; field in SingleSourceForEachTest
45 i32TypeBuilder.setX(X).setY(Y); in setUp()
51 testInputArray = new int[X * Y]; in setUp()
52 testInputArray2 = new int[X * Y]; in setUp()
53 testOutputArray = new int[X * Y]; in setUp()
54 baselineOutputArray = new int[X * Y]; in setUp()
82 checkArray(baselineOutputArray, testOutputArray, Y, X, X); in testSingleInputKernelLaunch()
92 checkArray(baselineOutputArray, testOutputArray, Y, X, X); in testMultiInputKernelLaunch()
104 sc.setY(0, Y / 2); in testKernelLaunchWithOptions()
106 s.invoke_testLaunchOptions(testInputAlloc, testOutputAlloc, X, Y); in testKernelLaunchWithOptions()
[all …]
DTestCtxDim.java30 int Y = 5; in test() local
31 script.set_gDimY(Y); in test()
32 typeBuilder.setY(Y); in test()
Dyuv.rs28 short Y = ((short)y) - 16;
33 p.x = (Y * 298 + V * 409 + 128) >> 8;
34 p.y = (Y * 298 - U * 100 - V * 208 + 128) >> 8;
35 p.z = (Y * 298 + U * 516 + 128) >> 8;
/cts/tests/tests/rscpp/librscpptest/
Drs_jni.cpp84 jint Y, in Java_android_cts_rscpp_RSBlurTest_blurTest() argument
103 sp<Allocation> inputAlloc = Allocation::createSized2D(rs, e, X, Y); in Java_android_cts_rscpp_RSBlurTest_blurTest()
104 sp<Allocation> outputAlloc = Allocation::createSized2D(rs, e, X, Y); in Java_android_cts_rscpp_RSBlurTest_blurTest()
107 inputAlloc->copy2DRangeFrom(0, 0, X, Y, input); in Java_android_cts_rscpp_RSBlurTest_blurTest()
112 outputAlloc->copy2DRangeTo(0, 0, X, Y, output); in Java_android_cts_rscpp_RSBlurTest_blurTest()
123 jint X, jint Y, jbyteArray inputByteArray, in Java_android_cts_rscpp_RSConvolveTest_convolveTest() argument
139 sp<Allocation> inputAlloc = Allocation::createSized2D(rs, e, X, Y); in Java_android_cts_rscpp_RSConvolveTest_convolveTest()
140 sp<Allocation> outputAlloc = Allocation::createSized2D(rs, e, X, Y); in Java_android_cts_rscpp_RSConvolveTest_convolveTest()
142 inputAlloc->copy2DRangeFrom(0, 0, X, Y, input); in Java_android_cts_rscpp_RSConvolveTest_convolveTest()
157 outputAlloc->copy2DRangeTo(0, 0, X, Y, output); in Java_android_cts_rscpp_RSConvolveTest_convolveTest()
[all …]
/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/audiolib/
DWaveScopeView.java120 float Y = zeroY; in drawChannel16() local
123 mPointsBuffer[pntIndex] = Y; in drawChannel16()
126 Y = zeroY - (samples[smpl] * yScale); in drawChannel16()
128 mPointsBuffer[pntIndex] = Y; in drawChannel16()
149 float Y = zeroY; in drawChannelFloat() local
152 mPointsBuffer[pntIndex] = Y; in drawChannelFloat()
155 Y = zeroY - (samples[smpl] * yScale); in drawChannelFloat()
157 mPointsBuffer[pntIndex] = Y; in drawChannelFloat()
/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
52 float[] inDefaultOrientation = new float[]{location[X], location[Z], -location[Y]}; in convertToOpenGlCoordinates()
66 inCurrentOrientation = new float[]{coordinates[Y], -coordinates[X], in rotateCoordinates()
70 inCurrentOrientation = new float[]{coordinates[X], coordinates[Y], in rotateCoordinates()
74 inCurrentOrientation = new float[]{-coordinates[Y], coordinates[X], in rotateCoordinates()
230 float yDifference = point2[Y] - point1[Y]; in distanceCalculationOnXYPlane()
244 float yDifference = point2[Y] - point1[Y]; in distanceCalculationInXYZSpace()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Renderer/RenderUtils/
DModelMatrixCalculator.java20 import static com.android.cts.verifier.sensors.sixdof.Utils.MathsUtils.Y;
91 … Matrix.translateM(extrinsicsBasedMatrix, 0, requiredTranslations[X], requiredTranslations[Y], in calculateModelMatrix()
113 newModelMatrix[MATRIX_4X4_TRANSLATION_Y] += translationInOpenGlCoordinates[Y]; in calculateModelMatrix()
133 mDevice2IMUMatrix[MATRIX_4X4_TRANSLATION_Y] = translation[Y]; in setDevice2IMUMatrix()
143 mColorCamera2IMUMatrix[MATRIX_4X4_TRANSLATION_Y] = translation[Y]; in setColorCamera2IMUMatrix()
DConeModelMatrixCalculator.java22 import static com.android.cts.verifier.sensors.sixdof.Utils.MathsUtils.Y;
63 relativeVector[X], relativeVector[Y], relativeVector[Z], in updateModelMatrix()
65 mUpVector[X], mUpVector[Y], mUpVector[Z]); in updateModelMatrix()
/cts/tests/tests/security/res/raw/
Ddrm_uaf.dm11 ~�*�{P���C!�+ڊ�����<�%�^�,?�*Ȣ���'�0%��~��)���Y�<�>�.�_�_ Y]���f���8p�]�h�P<�"��\��[� �4��…
20 …������� r���W����ܘ�7P<R�$��q�y �`��0�D�/}ɏR&���P<���P���Ү��Y�Ã�@�r����<w!i8�[…
23 …%;nx�J�Z�y`�㧫O`��r��F��Qp<��-�K?F�>��J3�5����� �2���<Y��(�p?Í����t^Y,�%��o�hf{l�@<Y���р�
25 …�P<�-18�+^�|��i.�x�Cј�T��1흑�<�)Z8��^�y�E��H��L��E2e�@zeP<R�$B� ,T���Yv��pk�������Ң�<� ��…
35 …��#���>�‹篊�M��vo�� �=/�<S �e�����q ����%��q���Cw3� <�>9TL�,3*�l�/�Y��&3:�����P@<�$����…
38 …�$�W}�a5��)P<Y0�D.E^=�[�'�e�-#�g�O�������0<�]�<x_�ڦ�)G�\��y�@��G��(�@<Y->xf��ARv�j�� �…
40 …��%�P��g���q��� <�"x��Å�AI\*�)�Xו�:���_��`<�����)'��̪i�m�;�"_�M�Y��<�������� z J��&e…
46 ���j~<aU~�4O��F7��4f�Y�F @<���5[:<oW�UU��Y��=���G{�T\��<Y%��"�[�dTUS����˳�>����vd�<Fd��!…
52 �x�4Y����0 
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Renderer/Renderable/
DLight.java19 import static com.android.cts.verifier.sensors.sixdof.Utils.MathsUtils.Y;
64 Matrix.translateM(getModelMatrix(), 0, position[X], position[Y], position[Z]); in Light()
79 Matrix.translateM(getModelMatrix(), 0, translation[X], translation[Y], translation[Z]); in updateLightPosition()
DRingRenderable.java25 import static com.android.cts.verifier.sensors.sixdof.Utils.MathsUtils.Y;
65 rotation[X], rotation[Y], rotation[Z], in RingRenderable()
66 upVector[X], upVector[Y], upVector[Z]); in RingRenderable()
73 Matrix.translateM(translationTransformation, 0, position[X], position[Y], position[Z]); in RingRenderable()
141 lightPosInEyeSpace[X], lightPosInEyeSpace[Y], lightPosInEyeSpace[Z]); in draw()
/cts/tests/tests/media/res/raw/
Dsegment000001_scrambled.ts58 |�Y�C����v��#�;���&�o��[�m �4 c�/ÍI0�G��v�M���ɪ5v>�[@W�;�8;o���� ���;)Yp�:|p���ˋ��
62 k�������Ao�e�<ͮ�p�[Y
85 …�T��]�lY�& ��c ��a���k�v{Vj++�U�kȅ��1�N�=�Rd��o���D��)>T"��ۛЉ��L�ɕ��]kY����m/�62��t[Ь>DtF�…
89 b��<��k/0C����"��ss���\�m��!_�f�jRgT���t��ԲIT�����W��-�nw���-�B�o�J������G�q��5�Y?-o�l�1��…
123 …�����:��i$��e�y��4>�{���nܣ��6��ȧ]Yx�u�;x�2��q�K�^G����o�����˭'�������}W;��Y����!�k���#N��
131 E��P���h��Y�1y��k�C����a�¡ &j�8 ��\�'J�+�9�y�A;ft�%d��jB���SM�<<\�]L�n*xzt���G�Zl�B��kҴ…
162 V��"�3�•Tt��AU���^��ޏJ�b���Nm �ۦ9^䧲�(Õ �f)���F�t�s��q�E���-(��(�=?�O�J�w&�G��Y@c���V��]�…
205 …��%K��GlR�]����h��+��*�>�[l~Z�-��B^��l� }0;R�X�3�ӱ�l�ܒ���o�!���YV����xMm�`��;�*JK…
220 ��i�RR5g:�nq^����)J���9�LD�o��$v�H9�7V�����XDYЀ�ۀ�G���ON�Y ޮ��mw�ou�^У9To�4
263 …��Y a@�!8{��G����T�RX�h���������A)��Z �gaz��oN�܆��W�� \ב >��w1c<=�:�;Û�{o���r��5���'�q���Y…
[all …]
Dsegment000001.ts9 kXf?̋���qqpXV�p�J�U����d���[��Z����Q;�v���3�v���U�z99�\��2I�Y��a;��}�=Z��]�0��0��IWA�…
13 ��Y.Np�Y���_K��_�i?�<_�t}1?�WeË���ٍ��e�Yluz
28 …F�D���S��=H����م?y��SR����L�0c����iy��h���a*�DƝ�L�l&�JMV�k&N��N�?Y�e��}�}�s��#��&Խ���g…
42 ����ӀC�A��4���.k���$�U��Y�(ƳI�p9Ǧ��b@�%�m_�����n��c�Y�_�S���F&l�f��_u�ӄ�?�O�@��D��5
57 …�������������������������������������������������������G�e��f��bޓ��L�Z�Y���(TW]�o�h����_���w�…
126 :3e��_>{BA���Ng5N���ָ�Zѳy�Y�4Č� �������(ЭP������
142Y��W�FG�U29瀇J��0�s5L AE�dމ�E��_�e��XR;>R8��
158 !�A�h`Y�?�kT��.�����:O��@&q��k]�΁�l����ap����O�!U��x �h+��������ڔ�r����:�m>��4i:�6tǬ�M>�X�…
162 z_��j��6m4ڬV����e"e�Z�UUW•U�'Y�+��v6_���Wƽ*��"_������ȞzEy��G�1Q��������������������������…
177 �6$=5�O^�mV�U�K�|��}����XA�AG�l�45?�@~j@!�\IG����>�������Y� �cUuZ�ʪ�j�UU^ ]UV���U…
[all …]
/cts/tests/tests/media/assets/
DfileSequence0.ts4 …�P�) S*�����X!�������SB[Y���ͤ��?�Ɏʩ��Aj�b�!G;wp�2�BQ5Ǣ�M-��� p���\�u������<��gg�w^_{…
17 a&���a����� Kh�J2�֭�ǠQ*��0A�f Y�]Y�� ��h�Uk/r�"��#�d�}�x����q�n�T3S����J�o���\@!����7��…
40 …�e:��ĵIY� �']꨻`>���\@����7�t�$�‚G��:DF)Ja)fڛi&iH5��<���;���7�Jk����OHd�^6Y�'���0��
46 �5��Y��j���G~gV�u�������\@#����7�t�
73 …����x�"����Ŋ\�J9�b��e TW���1��s,�g^�oG٠�2yJ�J��ZZ*��c������4�)�� Y:_<�2c�����HiX���m…
102 �J_����XQ� �8��\@��7���,� ӈ@"�(m �Q5t��XMG�d��JE�S��,���[�*19ў��~GV�0�Y�[�'r>A\:�A>�jXo…
179 B!0l,) ā����ڊ`U�E]�.��y�d����P�Y ���M�k'#
183 …X�q��`ƒ�� �W[8�3xa�`��X�kMD2�퉐�>���μ}R��o��棽�F ����'z̷0�� ,�����,�Y ��a#�-Y�*�܆������\@!���…
205 …�k1Qx3H/E���c�Y��&�`Y�� AU�XY�)>�r�0����i�oק�������ʩ3怄"^6y�d�Fw�c,D���n�Y�-#^�ʀ�9@��� G��T…
217 …�wU���!0��J ��W�B�>A���*.�)�����ڴ��rtPb�"�=��&+g���o_q�G����1yhY���\� ��գE����FZ�U…
[all …]
Dsegment000000.ts54 …t'���A��f��jE����Ś�.�A���T����ovc� ��2h���$R}��G�u Лw�� ��a��-��1Yß�I5w�@������8?��'ڡ…
97 …G�U:�6t����D����_���7{!%���XO�>̔�a<f3�惃���z�Σ�ܽP��� x���?���/y: m�M�YFv���N��{+��>��M�…
104 …��nT �\&|"þ������G��ٻ�+���@�m��޸\���F���"����'8a���’�rM��?���x2'�"3U!Y���@��ӄ���AMm�^��6…
134 �jN�oS�j�d<) ��7��脬T7�t�����X�q��n1,�¸ �Vp�F�쿛��=�-�o4���Y��r� ��s;����Ea^���Ō����d���8O …
143 ���\&C��7�U� �1�Y@�z}K� �xN���)�`S�X��ώ��ŁQ:K��E��s�_�0g���O]Y�i�Z+��/��l��|�G�?�����…
188 …�P�) S*�����X!�������SB[Y���ͤ��?�Ɏʩ��Aj�bG�!;wp�2�BQ5Ǣ�M-��� p���\�u������<��gg�w^_{…
202 a&���a����� Kh�J2�֭�ǠQ*��0A�f Y�]Y�� ��h�Uk/r�"��#�d�}�x����q�n�T3S����J�o�GA����ꀀ!…
227 ���}�y���˄����d}������Y� q��uW]�����aY@N��� ��o�@ρ����������?���:�����7iEG���o+Ϳ ��0 �…
237 … �i�[�k�����1�]�ͱ�6���-�������ּ��4kP�l6D*�?9�#l�B��f!B�gG�J4W�-y�Y�� ��2��[�7k�T�EK��w…
299 ��z����9�]ڙ�9��h�5�����)+b��)��|G�Åp<Y���MKH�d��1��a �oOo� ��a��F{
[all …]
Dsegment000001.ts9 kXf?̋���qqpXV�p�J�U����d���[��Z����Q;�v���3�v���U�z99�\��2I�Y��a;��}�=Z��]�0��0��IWA�…
13 ��Y.Np�Y���_K��_�i?�<_�t}1?�WeË���ٍ��e�Yluz
28 …F�D���S��=H����م?y��SR����L�0c����iy��h���a*�DƝ�L�l&�JMV�k&N��N�?Y�e��}�}�s��#��&Խ���g…
42 ����ӀC�A��4���.k���$�U��Y�(ƳI�p9Ǧ��b@�%�m_�����n��c�Y�_�S���F&l�f��_u�ӄ�?�O�@��D��5
57 …�������������������������������������������������������G�e��f��bޓ��L�Z�Y���(TW]�o�h����_���w�…
126 :3e��_>{BA���Ng5N���ָ�Zѳy�Y�4Č� �������(ЭP������
142Y��W�FG�U29瀇J��0�s5L AE�dމ�E��_�e��XR;>R8��
158 !�A�h`Y�?�kT��.�����:O��@&q��k]�΁�l����ap����O�!U��x �h+��������ڔ�r����:�m>��4i:�6tǬ�M>�X�…
162 z_��j��6m4ڬV����e"e�Z�UUW•U�'Y�+��v6_���Wƽ*��"_������ȞzEy��G�1Q��������������������������…
177 �6$=5�O^�mV�U�K�|��}����XA�AG�l�45?�@~j@!�\IG����>�������Y� �cUuZ�ʪ�j�UU^ ]UV���U…
[all …]
DfileSequence1.ts16 …s���e���9^Ǎ�mm��6��k�m�N���z$+v��� ���8��\@�,7���p��b@�@:0�*�n���,��Y�����c��{U�*�pG�…
87 (��@v ?)F�x����Ǟ� �Y�!�+��ϟ]�ǵђ5�11Ƣ�������4f�L2FZ�2��~~d�"@L(��6�����؅�*
154 …��G��\@ �07���K��qh�:`��ĥ�7W"�����MV���5�Y2���d�-k�q�.(8CU���Y[g�΁Ho�RƙPa��Yyj���f��x�$� …
161Y^1�lJ$T��(%����2�Q���Z`0D'�O�+�;�����r��(�r�##B�����I�uj�u�l���Sc Ɯқ�J
177 E�Q0��|�*� C�(���.T3��'�75.3U4`Z ��̅�"���D��D�p)�~ ��c|jJ��j�N�n}�4>M�D N.X:Y� ٘����
188 ���6��j���ߎ��zyЀ�`c ���o��*������_J��m�3����P�Ʈ��/C{�X��7੸�Bq��˕�8���Y\�1D�8!xܮb"��2�۩�…
204 �-In�fzT�p�*R �0�����QBZ��(�T�c�F(�aeb���Uw��Ma%Y����U�@⅔IL���)IY�
205 o��&ѳ��H�!!�h�v=V��*Č�C��=������e�z�Y�UW��1�������4�+9�G��Ue���m7��\@&�.7��j<!��Qhԥd��…
206 ����K�ɣ��~����0\��*T �ݭ���0�ʹ���I��F2��T�*�x��V�Y���֙�6b!� �g��w5�&f����zQ���@ �� ��*�…
263 …V�^�u�����li�˚$"�J��.�CjJ�[m�mGC&�4�p� o>��\�b�;"k22�sm��h�h%��6'u�#�Y�����R�͚*e��v9�Z���…
[all …]
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Renderer/
DBaseRenderer.java27 import static com.android.cts.verifier.sensors.sixdof.Utils.MathsUtils.Y;
113 upVector[X], upVector[Y], upVector[Z]); in resetViewMatrix()
117 upVector[X], upVector[Y], upVector[Z]); in resetViewMatrix()
266 upVector[Y] = 1.0f; in getUpVector()
271 upVector[Y] = 0.0f; in getUpVector()
276 upVector[Y] = -1.0f; in getUpVector()
281 upVector[Y] = 0.0f; in getUpVector()

12