Searched refs:sine (Results 1 – 7 of 7) sorted by relevance
/frameworks/av/services/audioflinger/tests/ |
D | mixer_to_wav_tests.sh | 67 sine:2,4000,7520 chirp:2,9200 sine:1,3000,18000 77 sine:4,1000,3000 sine:1,2000,9307 chirp:3,9307 86 sine:2,1000,32000 chirp:2,32000 sine:1,3000,32000 95 sine:2,1000,32000 chirp:2,32000 sine:1,3000,32000 104 sine:6,1000,32000 112 sine:2,2000,44100
|
D | test-mixer.cpp | 144 static const char sine[] = "sine:"; in main() local 162 } else if (!strncmp(argv[i], sine, strlen(sine))) { in main() 165 parseCSV(argv[i] + strlen(sine), v); in main()
|
/frameworks/base/graphics/java/android/graphics/ |
D | ColorMatrix.java | 150 float sine = FloatMath.sin(radians); in setRotate() local 155 mArray[7] = sine; in setRotate() 156 mArray[11] = -sine; in setRotate() 161 mArray[2] = -sine; in setRotate() 162 mArray[10] = sine; in setRotate() 167 mArray[1] = sine; in setRotate() 168 mArray[5] = -sine; in setRotate()
|
/frameworks/wilhelm/tests/sandbox/ |
D | intbufq.c | 57 frame_t sine[SINE_FRAMES]; variable 153 sine[i].left = sin((float) (i / (sr / hz)) * pi2 ) * 32000.0; in main() 154 sine[i].right = sine[i].left; in main() 165 half[i].left = sine[i].left; in main() 189 buffer = sine; in main() 190 size = sizeof(sine); in main()
|
/frameworks/rs/api/ |
D | rs_core_math.spec | 127 Return the inverse sine divided by PI. 781 Return the sine of a value specified in radians. 793 Return the sine and cosine of a value. 795 @return sine 808 Return the hyperbolic sine of a value specified in radians. 1565 Return the inverse sine divided by PI. 1806 Return the sine of a value specified in radians. 1818 Return the sine and cosine of a value. 1820 @return sine 1835 Return the hyperbolic sine of a value specified in radians.
|
/frameworks/base/core/java/android/gesture/ |
D | GestureUtils.java | 456 final double sine = cosine * tan; in minimumCosineDistance() local 457 return (float) Math.acos(a * cosine + b * sine); in minimumCosineDistance()
|
/frameworks/rs/scriptc/ |
D | rs_core_math.rsh | 311 * Return the inverse sine divided by PI. 320 * Return the inverse sine divided by PI. 329 * Return the inverse sine divided by PI. 338 * Return the inverse sine divided by PI. 7582 * Return the inverse sine divided by PI. 7591 * Return the inverse sine divided by PI. 7600 * Return the inverse sine divided by PI. 7609 * Return the inverse sine divided by PI. 8602 * Return the sine of a value specified in radians. 8611 * Return the sine of a value specified in radians. [all …]
|