Home
last modified time | relevance | path

Searched defs:rad (Results 1 – 2 of 2) sorted by relevance

/cts/tests/tests/media/common/src/android/media/cts/
DAudioHelper.java68 final double rad = 2 * Math.PI * frequency / sampleRate; in createSoundDataInByteArray() local
81 final double rad = 2 * Math.PI * frequency / sampleRate; in createSoundDataInShortArray() local
92 final double rad = 2 * Math.PI * frequency / sampleRate; in createSoundDataInFloatArray() local
112 final double rad = 2.0f * (float) Math.PI * frequency / (float) sampleRate; in createSoundDataInShortByteBuffer() local
205 final double rad = numCycles * 2.0 * Math.PI / numFrames; in createSineWavesShort() local
/cts/hostsidetests/adpf/app/hintsession/src/cpp/
DModel.h89 float rad = angle + rotationOffset_; in setRotation() local