/external/srec/config/en.us/ |
baseline8k.par | 16 cmdline.datapath = \\silicon2\D\\visteon_en_us\\train\\wave
|
/external/webkit/WebKitTools/iExploder/htdocs/ |
cssvalues.in | 329 wave
|
/frameworks/base/docs/html/resources/articles/ |
using-webviews.jd | 52 <p><code style="padding-left: 25px;">mWebView.loadUrl("javascript:wave()");</code></p>
|
/frameworks/base/include/media/ |
Visualizer.h | 59 CAPTURE_WAVEFORM = 0x00000001, // capture callback returns a PCM wave form
|
/system/media/opensles/tests/sandbox/ |
configbq.c | 145 // generate a sine wave buffer, ascending in half-steps for each format
|
/external/bluetooth/bluez/tools/ |
hciattach.c | 656 * Silicon Wave specific initialization 665 // Silicon Wave set baud rate command 666 // see HCI Vendor Specific Interface from Silicon Wave 743 perror("Can't write Silicon Wave reset cmd."); 749 // now the uart baud rate on the silicon wave module is set and effective. 754 // data, error handling. BTW: all param access in Silicon Wave is done this way. 1022 /* Silicon Wave kits */
|
/external/sonivox/arm-fm-22k/lib_src/ |
eas_wavefile.c | 7 * This file implements the wave file parser. 48 * WAVE file defines 68 /* wave file format identifiers */ 100 * This structure contains the functional interface for the Wave file parser 473 /* return file type as WAVE */ 500 * Parse the WAVE file header. 550 /* check for 'WAVE' tag */
|
/external/sonivox/arm-hybrid-22k/lib_src/ |
eas_wavefile.c | 7 * This file implements the wave file parser. 48 * WAVE file defines 68 /* wave file format identifiers */ 100 * This structure contains the functional interface for the Wave file parser 473 /* return file type as WAVE */ 500 * Parse the WAVE file header. 550 /* check for 'WAVE' tag */
|
/external/sonivox/arm-wt-22k/lib_src/ |
eas_wavefile.c | 7 * This file implements the wave file parser. 48 * WAVE file defines 68 /* wave file format identifiers */ 100 * This structure contains the functional interface for the Wave file parser 473 /* return file type as WAVE */ 500 * Parse the WAVE file header. 550 /* check for 'WAVE' tag */
|
eas_mdls.c | 566 /* pre-parse the wave pool chunk */ 623 /* calculate size of wave length and offset arrays */ 658 /* setup pointer to wave length table */ 663 /* setup pointer to wave offsets table */ 667 /* setup pointer to wave pool */ 673 /* parse the wave pool and load samples */ 830 /* just need the wave count on the first pass */ 843 /* get the offset to the wave and make sure it is within the wtbl chunk */ 853 /* parse the wave */ 901 /* make sure it is a wave chunk * [all...] |
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/ |
libaudiofile.a | [all...] |
/cts/tests/tests/webkit/src/android/webkit/cts/ |
URLUtilTest.java | 34 private final String VALID_JAVASCRIPT_URL = "javascript:wave()";
|
/development/samples/ApiDemos/src/com/example/android/apis/media/ |
AudioFxDemo.java | 165 // wave form to a Canvas.
|
/external/libvpx/examples/includes/geshi/geshi/ |
python.php | 130 'wave', 'weakref', 'webbrowser', 'whichdb', 'whrandom', 'winsound', 'xdrlib', 'xml',
|
/external/sonivox/arm-wt-22k/host_src/ |
eas_debugmsgs.h | 36 { 0x19299ed4, 0x00000042, "eas_mdls.c[2626]: Wave Index: %d\n" },
|
/external/srec/srec/Recognizer/include/ |
SR_Recognizer.h | 400 * Loads utterance from WAVE file. 403 * @param filename WAVE file to read from [all...] |
/external/webkit/WebCore/css/ |
CSSValueKeywords.in | 522 wave
|
/system/extras/sound/ |
playwav.c | 172 fprintf(stderr, "playwav: '%s' is not a riff/wave file\n", fn);
|
/external/esd/include/ |
audiofile.h | 156 AF_MISC_ICMT = AF_MISC_COMMENT, /* comments chunk (WAVE format) */ 157 AF_MISC_ICRD = 211, /* creation date (WAVE format) */ 158 AF_MISC_ISFT = 212 /* software name (WAVE format) */
|
/external/quake/quake/src/WinQuake/ |
wqreadme.txt | 95 wave sound, but is currently quite a bit slower overall. Thus you
114 always run using wave output on NT, and will consequently have lagged
271 Finally, you can use -wavonly to select wave sound; this will increase
337 apps that use wave sound (most non-game apps) will not be able to play
340 WQ is not the active app. If WQ is using wave sound rather than
[all...] |
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/ |
audiofile.h | 156 AF_MISC_ICMT = AF_MISC_COMMENT, /* comments chunk (WAVE format) */ 157 AF_MISC_ICRD = 211, /* creation date (WAVE format) */ 158 AF_MISC_ISFT = 212 /* software name (WAVE format) */
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
input.h | 817 * @waveform: kind of the effect (wave) 818 * @period: period of the wave (ms) 820 * @offset: mean value of the wave (roughly)
|
/external/sonivox/jet_tools/JetCreator/ |
eas.py | 86 'WAVE/PCM (.wav)',
87 'WAVE/IMA-ADPCM (.wav)',
714 defined in the Python wave module:
720 stream - open wave object
729 the caller to close the wave file or stream.
732 stream - open and attached wave object
737 """Route the audio output to the indicated wave device. Note
[all...] |
/external/bluetooth/bluez/lib/ |
bluetooth.c | 312 return "Silicon Wave";
|
/external/chromium/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...] |