HomeSort by relevance Sort by last modified time
    Searched full:sine (Results 201 - 225 of 350) sorted by null

1 2 3 4 5 6 7 891011>>

  /frameworks/av/cmds/stagefright/
stagefright.cpp 980 if (strncasecmp(filename, "sine:", 5) && dataSource == NULL) {
1000 } else if (!strncasecmp("sine:", filename, 5)) {
    [all...]
  /frameworks/av/media/libmedia/
ToneGenerator.cpp     [all...]
  /frameworks/base/core/java/android/gesture/
GestureUtils.java 456 final double sine = cosine * tan; local
457 return (float) Math.acos(a * cosine + b * sine);
  /frameworks/base/graphics/java/android/graphics/
Matrix.java 337 * Set the matrix to rotate by the specified sine and cosine values, with a
345 /** Set the matrix to rotate by the specified sine and cosine values. */
    [all...]
  /libcore/luni/src/test/java/libcore/java/lang/
OldAndroidStrictMathTest.java 74 assertTrue("Returned incorrect arc sine", StrictMath.sin(StrictMath
504 assertTrue("Returned incorrect sine", StrictMath.sin(StrictMath
  /external/webrtc/webrtc/common_audio/
fft4g.c 14 Fast Fourier/Cosine/Sine Transform
25 ddst: Discrete Sine Transform
27 dfst: Sine Transform of RDFT (Real Anti-symmetric DFT)
168 -------- DST (Discrete Sine Transform) / Inverse of DST --------
251 -------- Sine Transform of RDFT (Real Anti-symmetric DFT) --------
    [all...]
  /external/ImageMagick/utilities/
magick-script.1 227 \-wave geometry alter an image along a sine wave
magick-script.1.in 227 \-wave geometry alter an image along a sine wave
magick.1 224 \-wave geometry alter an image along a sine wave
magick.1.in 224 \-wave geometry alter an image along a sine wave
mogrify.1 263 \-wave geometry alter an image along a sine wave
mogrify.1.in 263 \-wave geometry alter an image along a sine wave
  /external/aac/libAACdec/src/
channelinfo.h 161 UCHAR WindowShape; /* 0: sine window, 1: KBD, 2: low overlap */
  /external/aac/libAACenc/src/
transform.cpp 88 The MDCT supports the sine window and
  /external/aac/libSBRdec/src/
env_extr.h 276 UCHAR addHarmonics[MAX_FREQ_COEFFS]; /*!< Flags for synthetic sine addition */
  /external/aac/libSBRenc/src/
env_est.cpp 764 Find out whether a sine will be missing in the scale-factor
772 if(h_sbr->encEnvData.addHarmonic[j]){ /*A missing sine in the current band*/
795 If a sine is missing in a scalefactorband, with more than one qmf channel
    [all...]
  /external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/src/linux/
EventHelpers.cpp 291 typeMap[FF_SINE] = Effect::Sine;
  /external/libopus/silk/float/
noise_shape_analysis_FLP.c 231 /* Apply window: sine slope followed by flat part followed by cosine slope */
  /frameworks/base/packages/SystemUI/res/values-tl/
strings.xml 70 <string name="screenshot_saving_ticker" msgid="7403652894056693515">"Sine-save ang screenshot?"</string>
71 <string name="screenshot_saving_title" msgid="8242282144535555697">"Sine-save ang screenshot?"</string>
72 <string name="screenshot_saving_text" msgid="2419718443411738818">"Sine-save ang screenshot."</string>
76 <string name="screenshot_failed_to_save_unknown_text" msgid="7887826345701753830">"Nagkaroon ng problema habang sine-save ang screenshot."</string>
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/
complex 103 /// Return complex sine of @a z.
105 /// Return complex hyperbolic sine of @a z.
795 // 26.2.8/10 sin(__z): Returns the sine of __z.
825 // 26.2.8/11 sinh(__z): Returns the hyperbolic sine of __z.
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/
complex 103 /// Return complex sine of @a z.
105 /// Return complex hyperbolic sine of @a z.
795 // 26.2.8/10 sin(__z): Returns the sine of __z.
825 // 26.2.8/11 sinh(__z): Returns the hyperbolic sine of __z.
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/
complex 103 /// Return complex sine of @a z.
105 /// Return complex hyperbolic sine of @a z.
795 // 26.2.8/10 sin(__z): Returns the sine of __z.
825 // 26.2.8/11 sinh(__z): Returns the hyperbolic sine of __z.
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/
complex 100 /// Return complex sine of @a z.
102 /// Return complex hyperbolic sine of @a z.
792 // 26.2.8/10 sin(__z): Returns the sine of __z.
822 // 26.2.8/11 sinh(__z): Returns the hyperbolic sine of __z.
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/
fpa-monadic.d 115 0+1a0 <[^>]*> ee888100 ? sine f0, f0
  /external/ImageMagick/ImageMagick/api/
fx.html 744 <p>WaveImage() creates a "ripple" effect in the image by shifting the pixels vertically along a sine wave whose amplitude and wavelength is specified by the given parameters.</p>
766 <dd> Define the amplitude and wave length of the sine wave. </dd>

Completed in 813 milliseconds

1 2 3 4 5 6 7 891011>>