Home
last modified time | relevance | path

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

/cts/tests/tests/media/audio/src/android/media/audio/cts/
DVirtualizerTest.java374 int[] angles = new int[3*6]; in test4_1SpeakerAnglesCapaMatchesFormatModeCapa() local
377 Arrays.fill(angles,AudioFormat.CHANNEL_INVALID); in test4_1SpeakerAnglesCapaMatchesFormatModeCapa()
381 VIRTUALIZATION_MODES[m], angles); in test4_1SpeakerAnglesCapaMatchesFormatModeCapa()
389 int speakerIdentification = angles[k*3]; in test4_1SpeakerAnglesCapaMatchesFormatModeCapa()
497 int[] angles = new int[3*6]; in test4_5ConsistentCapabilitiesWithEnabledDisabled() local
503 Arrays.fill(angles,AudioFormat.CHANNEL_INVALID); in test4_5ConsistentCapabilitiesWithEnabledDisabled()
507 VIRTUALIZATION_MODES[m], angles); in test4_5ConsistentCapabilitiesWithEnabledDisabled()
518 Arrays.fill(angles,AudioFormat.CHANNEL_INVALID); in test4_5ConsistentCapabilitiesWithEnabledDisabled()
522 VIRTUALIZATION_MODES[m], angles); in test4_5ConsistentCapabilitiesWithEnabledDisabled()
/cts/apps/CameraITS/tests/sensor_fusion/
Dtest_multi_camera_frame_sync.py225 angles = [i for i, _ in frame_pair_angles]
226 max_angle = numpy.amax(angles)
227 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()
/cts/apps/CameraITS/utils/
Dsensor_fusion_utils.py291 def arduino_rotate_servo(ch, angles, move_time, serial_port): argument
301 for angle in angles:
306 def rotation_rig(rotate_cntl, rotate_ch, num_rotations, angles, servo_speed, argument
343 arduino_rotate_servo(rotate_ch, angles, move_time, arduino_serial_port)