Home
last modified time | relevance | path

Searched refs:angles (Results 1 – 3 of 3) sorted by relevance

/cts/tests/tests/media/src/android/media/cts/
DVirtualizerTest.java353 int[] angles = new int[3*6]; in test4_1SpeakerAnglesCapaMatchesFormatModeCapa() local
356 Arrays.fill(angles,AudioFormat.CHANNEL_INVALID); in test4_1SpeakerAnglesCapaMatchesFormatModeCapa()
360 VIRTUALIZATION_MODES[m], angles); in test4_1SpeakerAnglesCapaMatchesFormatModeCapa()
368 int speakerIdentification = angles[k*3]; in test4_1SpeakerAnglesCapaMatchesFormatModeCapa()
472 int[] angles = new int[3*6]; in test4_5ConsistentCapabilitiesWithEnabledDisabled() local
478 Arrays.fill(angles,AudioFormat.CHANNEL_INVALID); in test4_5ConsistentCapabilitiesWithEnabledDisabled()
482 VIRTUALIZATION_MODES[m], angles); in test4_5ConsistentCapabilitiesWithEnabledDisabled()
493 Arrays.fill(angles,AudioFormat.CHANNEL_INVALID); in test4_5ConsistentCapabilitiesWithEnabledDisabled()
497 VIRTUALIZATION_MODES[m], angles); in test4_5ConsistentCapabilitiesWithEnabledDisabled()
/cts/apps/CameraITS/tests/sensor_fusion/
Dtest_multi_camera_frame_sync.py53 angles = [i for i, j in frame_pairs_angles]
54 max_angle = numpy.amax(angles)
55 min_angle = numpy.amin(angles)
/cts/tests/sensor/src/android/hardware/cts/
DSensorManagerStaticTest.java702 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()