Home
last modified time | relevance | path

Searched defs:angles (Results 1 – 3 of 3) 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
497 int[] angles = new int[3*6]; in test4_5ConsistentCapabilitiesWithEnabledDisabled() local
/cts/apps/CameraITS/utils/
Dsensor_fusion_utils.py291 def arduino_rotate_servo(ch, angles, move_time, serial_port): argument
306 def rotation_rig(rotate_cntl, rotate_ch, num_rotations, angles, servo_speed, argument
/cts/tests/sensor/src/android/hardware/cts/
DSensorManagerStaticTest.java702 private static float [] mat9VRot(float [] angles) { in mat9VRot()