/external/qemu/distrib/sdl-1.2.15/test/ |
loopwave.c | 2 /* Program to load a wave file and loop playing it using SDL sound */ 4 /* loopwaves.c is much more robust in handling WAVE files -- 21 Uint8 *sound; /* Pointer to wave data */ 22 Uint32 soundlen; /* Length of wave data */ 24 } wave; variable in typeref:struct:__anon34229 41 waveptr = wave.sound + wave.soundpos; 42 waveleft = wave.soundlen - wave.soundpos; 49 waveptr = wave.sound [all...] |
/external/chromium_org/third_party/polymer/components-chromium/paper-ripple/ |
paper-ripple-extracted.js | 48 // Determines whether the wave should be completely removed. 49 function waveDidFinish(wave, radius, anim) { 50 var waveOpacity = waveOpacityFn(wave.tDown, wave.tUp, anim); 51 // If the wave opacity is 0 and the radius exceeds the bounds 53 if (waveOpacity < 0.01 && radius >= Math.min(wave.maxRadius, waveMaxRadius)) { 59 function waveAtMaximum(wave, radius, anim) { 60 var waveOpacity = waveOpacityFn(wave.tDown, wave.tUp, anim); 61 if (waveOpacity >= anim.initialOpacity && radius >= Math.min(wave.maxRadius, waveMaxRadius)) [all...] |
raw-extracted.js | 67 // Determines whether the wave should be completely removed. 68 function waveDidFinish(wave, radius) { 69 var waveOpacity = waveOpacityFn(wave.tDown, wave.tUp); 73 // If the wave opacity is 0 and the radius exceeds the bounds 75 if (waveOpacity < 0.01 && radius >= wave.maxRadius) { 132 var wave = { 141 return wave; 144 function removeWaveFromScope(scope, wave) { 146 var pos = scope.waves.indexOf(wave); [all...] |
/external/srec/tests/ |
Android.mk | 37 ../config/en.us/wave/dallas/0000/S072.nwf \ 38 ../config/en.us/wave/dallas/0000/S074.nwf \ 39 ../config/en.us/wave/dallas/0000/S075.nwf \ 40 ../config/en.us/wave/dallas/0000/S076.nwf \ 41 ../config/en.us/wave/dallas/0000/S077.nwf \ 42 ../config/en.us/wave/dallas/0000/S079.nwf \ 43 ../config/en.us/wave/dallas/0000/S080.nwf \ 44 ../config/en.us/wave/dallas/0000/S083.nwf \ 45 ../config/en.us/wave/dallas/0000/S086.nwf \ 46 ../config/en.us/wave/dallas/0000/S088.nwf [all...] |
/external/srec/srec/cfront/ |
wav_acc.c | 46 void create_sample_buffer(wave_info *wave, int frame_size, int window_size) 48 ASSERT(wave); 51 wave->income = (samdata *) CALLOC(window_size, sizeof(samdata), "cfront.wave.income"); 52 wave->outgo = (samdata *) CALLOC(window_size, sizeof(samdata), "cfront.wave.outgo"); 53 wave->window_size = window_size; 54 wave->frame_size = frame_size; 61 void free_sample_buffer(wave_info *wave) 63 ASSERT(wave); [all...] |
/external/chromium_org/third_party/polymer/components/paper-ripple/ |
paper-ripple.html | 135 // Determines whether the wave should be completely removed. 136 function waveDidFinish(wave, radius, anim) { 137 var waveOpacity = waveOpacityFn(wave.tDown, wave.tUp, anim); 138 // If the wave opacity is 0 and the radius exceeds the bounds 140 if (waveOpacity < 0.01 && radius >= Math.min(wave.maxRadius, waveMaxRadius)) { 146 function waveAtMaximum(wave, radius, anim) { 147 var waveOpacity = waveOpacityFn(wave.tDown, wave.tUp, anim); 148 if (waveOpacity >= anim.initialOpacity && radius >= Math.min(wave.maxRadius, waveMaxRadius)) [all...] |
raw.html | 70 // Determines whether the wave should be completely removed. 71 function waveDidFinish(wave, radius) { 72 var waveOpacity = waveOpacityFn(wave.tDown, wave.tUp); 76 // If the wave opacity is 0 and the radius exceeds the bounds 78 if (waveOpacity < 0.01 && radius >= wave.maxRadius) { 135 var wave = { 144 return wave; 147 function removeWaveFromScope(scope, wave) { 149 var pos = scope.waves.indexOf(wave); [all...] |
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/apple/ |
AppleWaveBox.java | 9 public static final String TYPE = "wave";
|
/external/qemu/distrib/sdl-1.2.15/docs/man3/ |
SDL_LoadWAV.3 | 3 SDL_LoadWAV \- Load a WAVE file 11 \fBSDL_LoadWAV\fP This function loads a WAVE \fBfile\fR into memory\&. 13 If this function succeeds, it returns the given \fI\fBSDL_AudioSpec\fP\fR, filled with the audio data format of the wave data, and sets \fBaudio_buf\fR to a \fBmalloc\fP\&'d buffer containing the audio data, and sets \fBaudio_len\fR to the length of that audio buffer, in bytes\&. You need to free the audio buffer with \fI\fBSDL_FreeWAV\fP\fR when you are done with it\&. 15 This function returns \fBNULL\fP and sets the SDL error message if the wave file cannot be opened, uses an unknown data format, or is corrupt\&. Currently raw, MS-ADPCM and IMA-ADPCM WAVE files are supported\&.
|
SDL_FreeWAV.3 | 11 After a WAVE file has been opened with \fI\fBSDL_LoadWAV\fP\fR its data can eventually be freed with \fBSDL_FreeWAV\fP\&. \fBaudio_buf\fR is a pointer to the buffer created by \fBSDL_LoadWAV\fP\&.
|
/external/qemu/distrib/sdl-1.2.15/src/audio/ |
SDL_wave.h | 24 /* WAVE files are little-endian */ 27 /* Define values for Microsoft WAVE format */ 30 #define WAVE 0x45564157 /* "WAVE" */ 42 /* Normally, these three chunks come consecutively in a WAVE file */ 56 /* The general chunk found in the WAVE file */
|
/external/srec/srec/include/ |
frontapi.h | 97 * Params srcscale Gain applied to incoming wave data 98 * offset DC offset applied to incoming wave data 99 * sinkscale Gain applied to any wave data sinks 139 * configures the member Wave, Freq and Cep objects, by calling their 181 * hWave Handle to valid wave object 186 * Constructs a single frame from audio in the wave object. The output 260 * Params hWave Handle to valid wave object 281 * Params hWave Handle to valid wave object 304 * Params hWave Handle to valid wave object 314 * CA_DetachCMSfromUtterance on the Wave first, if CA_AttachCMStoUtteranc [all...] |
sample.h | 34 /* The known wave types here 48 /* The known wave-file types are 204 void acc_wave_stats(wave_info* wave); 206 void create_sample_buffer(wave_info *wave, int frame_size, int window_size); 207 void free_sample_buffer(wave_info *wave); 209 int init_wavfile_stream(wave_info *wave, char *filename, int type); 210 int close_wavfile_stream(wave_info *wave); 211 int load_wavfile_data(wave_info* wave); 212 int save_wavfile_data(wave_info* wave); 213 int seek_wavfile_data(wave_info* wave, long offset, int origin) [all...] |
utteranc.h | 76 spect_dist_info **spchchan; /* Mirrored from the Wave object */ 77 norm_info *channorm; /* Mirrored from the Wave object */ 78 swicms_norm_info *swicms; /* copy of wave obj pointer */ 116 spect_dist_info **spchchan; /* Mirrored from the Wave object */ 117 norm_info *channorm; /* Mirrored from the Wave object */ 118 swicms_norm_info *swicms; /* copy of wave obj pointer */ 141 spect_dist_info **spchchan; /* Mirrored from the Wave object */ 142 norm_info *channorm; /* Mirrored from the Wave object */ 143 swicms_norm_info *swicms; /* copy of wave obj pointer */
|
/external/chromium_org/native_client_sdk/src/examples/api/audio/ |
index.html | 18 <p>The Sine Wave Synthesizer example demonstrates playing sound (a sine 19 wave). Enter the desired frequency and hit play to start, stop to end.</p> 21 <p>Click the buttons to start and stop the sine wave playing.</p> 25 <p>Enter the frequency of the sine wave:</p>
|
/external/srec/config/en.us/ |
run-change-sample-rate2.sh | 1 /system/bin/SRecTest -parfile baseline11k.par -tcp tcp/change_sample_rate2.tcp -datapath wave/ >out_SHIP_change_sample_rate2.txt 2>&1
|
run-set-get-param.sh | 1 /system/bin/SRecTest -parfile baseline11k.par -tcp tcp/set_get_param.tcp -datapath wave/ >out_SHIP_set_get_param.txt 2>&1
|
/external/chromium_org/media/cast/test/utility/ |
audio_utility.h | 22 // the continuation of a single sine wave. 32 // of sine wave samples. 47 // Assuming |samples| contains a single-frequency sine wave (and maybe some 48 // low-amplitude noise), count the number of times the sine wave crosses 57 // rate. The divide by two accounts for the fact that a sine wave crosses zero 59 // difference of 1 accounts for the sine wave being out of perfect phase.
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_wave.py | 3 import wave namespace 25 self.f = wave.open(TESTFN, 'wb') 34 self.f = wave.open(TESTFN, 'rb')
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_wave.py | 3 import wave namespace 25 self.f = wave.open(TESTFN, 'wb') 34 self.f = wave.open(TESTFN, 'rb')
|
/external/chromium_org/content/renderer/media/android/ |
audio_decoder_android.cc | 104 // A basic WAVE file decoder. See 106 // basic guide to the WAVE file format. 112 // Try to decode the data as a WAVE file. If the data is a supported 113 // WAVE file, |destination_bus| is filled with the decoded data and 119 // Minimum number of bytes in a WAVE file to hold all of the data we 120 // need to interpret it as a WAVE file. 135 // Supported audio format in a WAVE file. 147 // Read a PCM sample from the WAVE data at |pcm_data|. 150 // Read a WAVE chunk header including the chunk ID and chunk size. 162 // The WAVE chunk ID that identifies the chunk [all...] |
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/numeric/conversion/detail/ |
numeric_cast_traits.hpp | 26 #pragma wave option(preserve: 2, line: 0, output: "preprocessed/numeric_cast_traits_common.hpp") 37 #pragma wave option(preserve: 1) 67 #pragma wave option(output: null) 76 #pragma wave option(preserve: 2, line: 0, output: "preprocessed/numeric_cast_traits_long_long.hpp") 88 #pragma wave option(preserve: 1) 102 #pragma wave option(output: null)
|
/external/opencv/cxcore/src/ |
cxdxt.cpp | 370 CvComplex64f* wave = (CvComplex64f*)_wave; 372 wave[0].re = 1.; 373 wave[0].im = 0.; 377 wave[n].re = -1.; 378 wave[n].im = 0; 383 wave[i] = w; 384 wave[n0-i].re = w.re; 385 wave[n0-i].im = -w.im; 394 CvComplex32f* wave = (CvComplex32f*)_wave; 397 wave[0].re = 1.f [all...] |
/external/qemu/audio/ |
audio_win_int.c | 58 dolog ("Invalid wave format, tag is not PCM, but %d\n", 64 dolog ("Invalid wave format, frequency is zero\n"); 80 "Invalid wave format, number of channels is not 1 or 2, but %d\n", 100 dolog ("Invalid wave format, bits per sample is not "
|
/external/antlr/antlr-3.4/runtime/C/ |
COPYING | 2 // Copyright (c) 2005-2009 Jim Idle, Temporal Wave LLC 3 // http://www.temporal-wave.com
|