Home
last modified time | relevance | path

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

/aosp14/frameworks/base/media/java/android/media/audiofx/
H A DVirtualizer.java183 private boolean getAnglesInt(int inputChannelMask, int deviceType, int[] angles) in getAnglesInt() argument
193 if ((angles != null) && (angles.length < (nbChannels * 3))) { in getAnglesInt()
219 if (angles != null) { in getAnglesInt()
225 angles[3 * i] = AudioFormat.convertNativeChannelMaskToOutMask( in getAnglesInt()
228 angles[3 * i + 1] = resultConverter.getInt(i * 4 * 3 + 4); in getAnglesInt()
230 angles[3 * i + 2] = resultConverter.getInt(i * 4 * 3 + 8); in getAnglesInt()
232 Log.v(TAG, "channel 0x" + Integer.toHexString(angles[3*i]).toUpperCase() in getAnglesInt()
233 + " at az=" + angles[3*i+1] + "deg" in getAnglesInt()
234 + " elev=" + angles[3*i+2] + "deg"); in getAnglesInt()
411 @VirtualizationMode int virtualizationMode, int[] angles) in getSpeakerAngles() argument
[all …]
/aosp14/frameworks/base/packages/EasterEgg/src/com/android/egg/landroid/
H A DUniverse.kt414 private val angles = ArrayDeque<Float>(TRACK_LENGTH) regex
418 angles.removeFirst()
420 angles.removeFirst()
423 angles.addLast(a)
/aosp14/frameworks/base/tools/orientationplot/
H A DREADME.txt50 2. Ensure that there is an appropriate gap between adjacent orientation angles
81 5. Each orientation has its own bound on allowable tilt angles. It's a good idea to
/aosp14/frameworks/base/core/java/com/android/internal/app/
H A DSimpleIconFactory.java621 float[] angles = new float[total - 1]; in convertToConvexArray() local
645 if ((currentAngle - angles[start]) * direction >= 0) { in convertToConvexArray()
656 angles[j] = lastAngle; in convertToConvexArray()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...