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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium/chrome/common/extensions/docs/examples/extensions/
wave.zip 
  /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:__anon27924
41 waveptr = wave.sound + wave.soundpos;
42 waveleft = wave.soundlen - wave.soundpos;
49 waveptr = wave.sound
    [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/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\&.
  /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...]
  /external/chromium_org/media/cast/test/
audio_utility.h 24 // the continuation of a single sine wave.
32 // of sine wave samples.
54 // Assuming |samples| contains a single-frequency sine wave (and maybe some
55 // low-amplitude noise), count the number of times the sine wave crosses
  /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/chrome/common/extensions/docs/examples/extensions/wave/
options.html 18 <title>Google Wave Notifier</title>
65 <img src="64.png" alt="Google Wave">
66 Google Wave Notifier
79 wave digests
83 Show wave participants as tooltips
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/sound/
ainstr_simple.h 36 * wave formats
39 #define SIMPLE_WAVE_16BIT 0x0001 /* 16-bit wave */
40 #define SIMPLE_WAVE_UNSIGNED 0x0002 /* unsigned wave */
41 #define SIMPLE_WAVE_INVERT 0x0002 /* same as unsigned wave */
45 #define SIMPLE_WAVE_STEREO 0x0100 /* stereo wave */
64 unsigned int max8_len; /* maximum 8-bit wave length */
65 unsigned int max16_len; /* maximum 16-bit wave length */
74 unsigned int format; /* wave format */
116 __u32 format; /* wave format */
ainstr_gf1.h 36 * wave formats
39 #define GF1_WAVE_16BIT 0x0001 /* 16-bit wave */
40 #define GF1_WAVE_UNSIGNED 0x0002 /* unsigned wave */
41 #define GF1_WAVE_INVERT 0x0002 /* same as unsigned wave */
54 unsigned int format; /* wave format */
112 gf1_wave_t *wave; /* first waveform */ member in struct:__anon39933
139 __u32 format; /* wave format */
192 unsigned char flags; /* supported wave flags */
195 unsigned int max8_len; /* maximum 8-bit wave length */
196 unsigned int max16_len; /* maximum 16-bit wave length *
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/alsa/sound/
ainstr_simple.h 36 * wave formats
39 #define SIMPLE_WAVE_16BIT 0x0001 /* 16-bit wave */
40 #define SIMPLE_WAVE_UNSIGNED 0x0002 /* unsigned wave */
41 #define SIMPLE_WAVE_INVERT 0x0002 /* same as unsigned wave */
45 #define SIMPLE_WAVE_STEREO 0x0100 /* stereo wave */
64 unsigned int max8_len; /* maximum 8-bit wave length */
65 unsigned int max16_len; /* maximum 16-bit wave length */
74 unsigned int format; /* wave format */
116 __u32 format; /* wave format */
ainstr_gf1.h 36 * wave formats
39 #define GF1_WAVE_16BIT 0x0001 /* 16-bit wave */
40 #define GF1_WAVE_UNSIGNED 0x0002 /* unsigned wave */
41 #define GF1_WAVE_INVERT 0x0002 /* same as unsigned wave */
54 unsigned int format; /* wave format */
112 gf1_wave_t *wave; /* first waveform */ member in struct:__anon41523
139 __u32 format; /* wave format */
192 unsigned char flags; /* supported wave flags */
195 unsigned int max8_len; /* maximum 8-bit wave length */
196 unsigned int max16_len; /* maximum 16-bit wave length *
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
ainstr_simple.h 39 * wave formats
42 #define SIMPLE_WAVE_16BIT 0x0001 /* 16-bit wave */
43 #define SIMPLE_WAVE_UNSIGNED 0x0002 /* unsigned wave */
44 #define SIMPLE_WAVE_INVERT 0x0002 /* same as unsigned wave */
48 #define SIMPLE_WAVE_STEREO 0x0100 /* stereo wave */
67 unsigned int max8_len; /* maximum 8-bit wave length */
68 unsigned int max16_len; /* maximum 16-bit wave length */
77 unsigned int format; /* wave format */
119 __u32 format; /* wave format */
ainstr_gf1.h 39 * wave formats
42 #define GF1_WAVE_16BIT 0x0001 /* 16-bit wave */
43 #define GF1_WAVE_UNSIGNED 0x0002 /* unsigned wave */
44 #define GF1_WAVE_INVERT 0x0002 /* same as unsigned wave */
57 unsigned int format; /* wave format */
115 struct gf1_wave *wave; /* first waveform */ member in struct:gf1_instrument
142 __u32 format; /* wave format */
195 unsigned char flags; /* supported wave flags */
198 unsigned int max8_len; /* maximum 8-bit wave length */
199 unsigned int max16_len; /* maximum 16-bit wave length *
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/alsa/sound/
ainstr_simple.h 36 * wave formats
39 #define SIMPLE_WAVE_16BIT 0x0001 /* 16-bit wave */
40 #define SIMPLE_WAVE_UNSIGNED 0x0002 /* unsigned wave */
41 #define SIMPLE_WAVE_INVERT 0x0002 /* same as unsigned wave */
45 #define SIMPLE_WAVE_STEREO 0x0100 /* stereo wave */
64 unsigned int max8_len; /* maximum 8-bit wave length */
65 unsigned int max16_len; /* maximum 16-bit wave length */
74 unsigned int format; /* wave format */
116 __u32 format; /* wave format */
ainstr_gf1.h 36 * wave formats
39 #define GF1_WAVE_16BIT 0x0001 /* 16-bit wave */
40 #define GF1_WAVE_UNSIGNED 0x0002 /* unsigned wave */
41 #define GF1_WAVE_INVERT 0x0002 /* same as unsigned wave */
54 unsigned int format; /* wave format */
112 gf1_wave_t *wave; /* first waveform */ member in struct:__anon43038
139 __u32 format; /* wave format */
192 unsigned char flags; /* supported wave flags */
195 unsigned int max8_len; /* maximum 8-bit wave length */
196 unsigned int max16_len; /* maximum 16-bit wave length *
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
ainstr_simple.h 39 * wave formats
42 #define SIMPLE_WAVE_16BIT 0x0001 /* 16-bit wave */
43 #define SIMPLE_WAVE_UNSIGNED 0x0002 /* unsigned wave */
44 #define SIMPLE_WAVE_INVERT 0x0002 /* same as unsigned wave */
48 #define SIMPLE_WAVE_STEREO 0x0100 /* stereo wave */
67 unsigned int max8_len; /* maximum 8-bit wave length */
68 unsigned int max16_len; /* maximum 16-bit wave length */
77 unsigned int format; /* wave format */
119 __u32 format; /* wave format */
ainstr_gf1.h 39 * wave formats
42 #define GF1_WAVE_16BIT 0x0001 /* 16-bit wave */
43 #define GF1_WAVE_UNSIGNED 0x0002 /* unsigned wave */
44 #define GF1_WAVE_INVERT 0x0002 /* same as unsigned wave */
57 unsigned int format; /* wave format */
115 struct gf1_wave *wave; /* first waveform */ member in struct:gf1_instrument
142 __u32 format; /* wave format */
195 unsigned char flags; /* supported wave flags */
198 unsigned int max8_len; /* maximum 8-bit wave length */
199 unsigned int max16_len; /* maximum 16-bit wave length *
    [all...]
  /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')

Completed in 339 milliseconds

1 2 3 4 5 6 7 8 91011>>