Searched refs:angles (Results 1 – 2 of 2) sorted by relevance
/cts/tests/tests/media/src/android/media/cts/ |
D | VirtualizerTest.java | 350 int[] angles = new int[3*6]; in test4_1SpeakerAnglesCapaMatchesFormatModeCapa() local 353 Arrays.fill(angles,AudioFormat.CHANNEL_INVALID); in test4_1SpeakerAnglesCapaMatchesFormatModeCapa() 357 VIRTUALIZATION_MODES[m], angles); in test4_1SpeakerAnglesCapaMatchesFormatModeCapa() 365 int speakerIdentification = angles[k*3]; in test4_1SpeakerAnglesCapaMatchesFormatModeCapa() 469 int[] angles = new int[3*6]; in test4_5ConsistentCapabilitiesWithEnabledDisabled() local 475 Arrays.fill(angles,AudioFormat.CHANNEL_INVALID); in test4_5ConsistentCapabilitiesWithEnabledDisabled() 479 VIRTUALIZATION_MODES[m], angles); in test4_5ConsistentCapabilitiesWithEnabledDisabled() 490 Arrays.fill(angles,AudioFormat.CHANNEL_INVALID); in test4_5ConsistentCapabilitiesWithEnabledDisabled() 494 VIRTUALIZATION_MODES[m], angles); in test4_5ConsistentCapabilitiesWithEnabledDisabled()
|
/cts/tests/tests/hardware/src/android/hardware/cts/ |
D | SensorManagerStaticTest.java | 702 private static float [] mat9VRot(float [] angles) { in mat9VRot() argument 703 assertTrue(angles.length == 3); in mat9VRot() 705 float [] R = mat9Rot(SensorManager.AXIS_Z, -angles[0]); in mat9VRot() 707 R = mat9Mul(R, mat9Rot(SensorManager.AXIS_X, -angles[1])); in mat9VRot() 709 R = mat9Mul(R, mat9Rot(SensorManager.AXIS_Y, angles[2])); in mat9VRot()
|