HomeSort by relevance Sort by last modified time
    Searched full:wave (Results 251 - 275 of 400) sorted by null

<<111213141516

  /external/chromium_org/media/cast/test/
sender.cc 47 static const int kSoundFrequency = 1234; // Frequency of sinusoid wave.
  /external/chromium_org/third_party/WebKit/Source/modules/webaudio/
RealtimeAnalyser.cpp 187 // Normalize so than an input sine wave at 0dBfs registers as 0dBfs (undo FFT scaling factor).
  /external/chromium_org/third_party/icu/source/test/intltest/
wbnf.cpp 784 enum TokenType {STRING, VAR, NUMBER, STREAM_END, ERROR, QUESTION, STAR, PLUS, LBRACE, RBRACE, LPAR, RPAR, SEMI, EQ, COMMA, BAR, AT, WAVE, PERCENT};
842 case '~' : tokenType = WAVE; break;
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/media/devices/
win32devicemanager.cc 307 // adds lots of pseudo-devices to the list, such as DirectSound and Wave
  /external/icu4c/test/intltest/
wbnf.cpp 784 enum TokenType {STRING, VAR, NUMBER, STREAM_END, ERROR, QUESTION, STAR, PLUS, LBRACE, RBRACE, LPAR, RPAR, SEMI, EQ, COMMA, BAR, AT, WAVE, PERCENT};
842 case '~' : tokenType = WAVE; break;
    [all...]
  /external/jmonkeyengine/engine/src/android/jme3tools/android/
Fixed.java 68 * One quarter sine wave as fixed point values.
  /external/sonivox/arm-fm-22k/lib_src/
eas_fmsynth.c 61 * the sine wave played at unity. The number can be calculated as follows:
587 /* square wave LFO? */
591 /* trick to get a triangle wave out of a sawtooth */
595 /*lint -e{502} <shortcut to turn sawtooth into sine wave> */
  /external/sonivox/arm-hybrid-22k/lib_src/
eas_fmsynth.c 61 * the sine wave played at unity. The number can be calculated as follows:
587 /* square wave LFO? */
591 /* trick to get a triangle wave out of a sawtooth */
595 /*lint -e{502} <shortcut to turn sawtooth into sine wave> */
  /external/sonivox/arm-wt-22k/lib_src/
eas_mdls.h 248 /* defines for wave table structures */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/
seq_event.h 350 SND_SEQ_SAMPLE_STOP_LOOP = 2 /**< terminate loop and finish wave */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/alsa/
seq_event.h 350 SND_SEQ_SAMPLE_STOP_LOOP = 2 /**< terminate loop and finish wave */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
opl3.h 145 * Wave select (0xE0 to 0xF5)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/alsa/
seq_event.h 350 SND_SEQ_SAMPLE_STOP_LOOP = 2 /**< terminate loop and finish wave */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
opl3.h 145 * Wave select (0xE0 to 0xF5)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/Carbon/
Sound.py 133 siDecompressionParams = FOUR_CHAR_CODE('wave')
  /external/antlr/antlr-3.4/runtime/C/include/
antlr3collections.h 5 // Copyright (c) 2005-2009 Jim Idle, Temporal Wave LLC
6 // http://www.temporal-wave.com
  /external/antlr/antlr-3.4/runtime/C/src/
antlr3basetreeadaptor.c 8 // Copyright (c) 2005-2009 Jim Idle, Temporal Wave LLC
9 // http://www.temporal-wave.com
antlr3commontreenodestream.c 7 // Copyright (c) 2005-2009 Jim Idle, Temporal Wave LLC
8 // http://www.temporal-wave.com
antlr3lexer.c 12 // Copyright (c) 2005-2009 Jim Idle, Temporal Wave LLC
13 // http://www.temporal-wave.com
antlr3rewritestreams.c 8 // Copyright (c) 2005-2009 Jim Idle, Temporal Wave LLC
9 // http://www.temporal-wave.com
antlr3tokenstream.c 6 // Copyright (c) 2005-2009 Jim Idle, Temporal Wave LLC
7 // http://www.temporal-wave.com
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/C/
AST.stg 3 Copyright (c) 2005-2009 Jim Idle, Temporal Wave LLC
4 http://www.temporal-wave.com
  /external/sonivox/arm-fm-22k/host_src/
eas_main.c 160 /* write it to the wave file */
188 { /* dpp: EAS_ReportEx(_EAS_SEVERITY_ERROR, "Error closing wave file %s\n", waveFilename); */ }
  /external/sonivox/arm-hybrid-22k/host_src/
eas_main.c 160 /* write it to the wave file */
188 { /* dpp: EAS_ReportEx(_EAS_SEVERITY_ERROR, "Error closing wave file %s\n", waveFilename); */ }
  /external/sonivox/arm-wt-22k/host_src/
eas_main.c 163 /* write it to the wave file */
191 { /* dpp: EAS_ReportEx(_EAS_SEVERITY_ERROR, "Error closing wave file %s\n", waveFilename); */ }

Completed in 2902 milliseconds

<<111213141516