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

1 2 34 5 6 7 8 91011>>

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/alsa/
instr.h 90 #define SND_SEQ_INSTR_ID_SIMPLE "Simple Wave" /**< Simple Wave */
100 #define SND_SEQ_INSTR_TYPE1_SIMPLE (1<<0) /**< Simple Wave */
141 * Simple Wave support
  /frameworks/base/core/java/android/speech/srec/
WaveHeader.java 24 * This class represents the header of a WAVE format audio file, which usually
39 // follows WAVE format in http://ccrma.stanford.edu/courses/422/projects/WaveFormat
185 readId(in, "WAVE");
225 * Write a WAVE file header.
234 writeId(out, "WAVE");
  /external/antlr/antlr-3.4/runtime/C/include/
antlr3bitset.h 12 // Copyright (c) 2005-2009 Jim Idle, Temporal Wave LLC
13 // http://www.temporal-wave.com
antlr3cyclicdfa.h 10 // Copyright (c) 2005-2009 Jim Idle, Temporal Wave LLC
11 // http://www.temporal-wave.com
antlr3parser.h 10 // Copyright (c) 2005-2009 Jim Idle, Temporal Wave LLC
11 // http://www.temporal-wave.com
  /external/chromium_org/media/audio/sounds/
wav_audio_handler.cc 17 const char kFormat[] = "WAVE";
22 // of total data length, and 'WAVE'.
audio_stream_handler.h 38 // uncompressed WAVE data which will be sent to the audio manager.
  /external/sonivox/arm-fm-22k/lib_src/
eas_wavefile.h 7 * Static data block for wave file parser.
40 * This structure contains the WAVE file parser state information
  /external/sonivox/arm-hybrid-22k/lib_src/
eas_wavefile.h 7 * Static data block for wave file parser.
40 * This structure contains the WAVE file parser state information
  /external/sonivox/arm-wt-22k/lib_src/
eas_wavefile.h 7 * Static data block for wave file parser.
40 * This structure contains the WAVE file parser state information
  /external/chromium_org/media/base/
audio_hash.cc 32 // Mix in a sine wave with the result so we ensure that sequences of empty
container_names.h 56 CONTAINER_WAV, // WAV / WAVE (Waveform Audio)
  /external/proguard/src/proguard/gui/splash/
SineTiming.java 24 * This Timing varies between 0 and 1, as a sine wave over time.
  /external/srec/srec/EventLog/src/
riff.c 214 /* Converts PCM wave data
224 //GS_SetResult(res,"PCM WAVE file contains more than one data channel",
249 /* Converts CCITT u-law wave data
257 //GS_SetResult(res,"u-law WAVE file contains more than one data channel",
274 /* Converts a-law wave data
282 //GS_SetResult(res,"u-law WAVE file contains more than one data channel",
554 /* Reads RIFF format WAVE files
566 /* find the WAVE chunk */
567 strncpy(parent.tag, "WAVE", 4);
574 /* Wave format *
    [all...]
  /external/srec/srec/include/
creccons.h 28 * CREC Wave Constants
  /frameworks/av/services/audioflinger/
test-resample.cpp 36 strncpy(WAVE, "WAVE", 4);
51 char WAVE[4]; // WAVE
  /packages/wallpapers/MusicVisualization/res/values-tl/
strings.xml 24 <string name="vis2_desc" msgid="192540837551311681">"Naglalabas ng sound wave ng anumang kasalukuyang nagpe-play na music track."</string>
  /external/antlr/antlr-3.4/runtime/C/
configure.ac 4 AC_INIT(libantlr3c, 3.4, jimi@temporal-wave.com)
8 Copyright (c) 2005-2009 Jim Idle, Temporal Wave LLC
9 http://www.temporal-wave.com
  /external/jmonkeyengine/engine/src/core-plugins/com/jme3/audio/plugins/
WAVLoader.java 76 throw new IOException("WAV Loader only supports PCM wave files");
131 throw new IOException("File is not a WAVE file");
136 throw new IOException("WAVE File does not contain audio");
  /external/qemu/distrib/sdl-1.2.15/docs/html/
audio.html 113 >&nbsp;--&nbsp;Load a WAVE file</DT
158 values, or samples, each representing the amplitude of the wave. When these
160 wave can be recreated. The more bits used to represent the amplitude, and the
  /external/qemu/distrib/sdl-1.2.15/include/
SDL_audio.h 199 * This function loads a WAVE from the data source, automatically freeing
200 * that source if 'freesrc' is non-zero. For example, to load a WAVE file,
205 * filled with the audio data format of the wave data, and sets
212 * wave file cannot be opened, uses an unknown data format, or is
213 * corrupt. Currently raw and MS-ADPCM WAVE files are supported.
  /prebuilts/tools/darwin-x86/sdl/include/SDL/
SDL_audio.h 199 * This function loads a WAVE from the data source, automatically freeing
200 * that source if 'freesrc' is non-zero. For example, to load a WAVE file,
205 * filled with the audio data format of the wave data, and sets
212 * wave file cannot be opened, uses an unknown data format, or is
213 * corrupt. Currently raw and MS-ADPCM WAVE files are supported.
  /prebuilts/tools/linux-x86/sdl/include/SDL/
SDL_audio.h 199 * This function loads a WAVE from the data source, automatically freeing
200 * that source if 'freesrc' is non-zero. For example, to load a WAVE file,
205 * filled with the audio data format of the wave data, and sets
212 * wave file cannot be opened, uses an unknown data format, or is
213 * corrupt. Currently raw and MS-ADPCM WAVE files are supported.
  /prebuilts/tools/windows/sdl/include/SDL/
SDL_audio.h 199 * This function loads a WAVE from the data source, automatically freeing
200 * that source if 'freesrc' is non-zero. For example, to load a WAVE file,
205 * filled with the audio data format of the wave data, and sets
212 * wave file cannot be opened, uses an unknown data format, or is
213 * corrupt. Currently raw and MS-ADPCM WAVE files are supported.
  /external/qemu/distrib/sdl-1.2.15/src/audio/
SDL_wave.c 24 /* Microsoft WAVE file loading routines */
420 if ( wavelen == WAVE ) { /* The RIFFchunk has already been read */
427 if ( (RIFFchunk != RIFF) || (WAVEmagic != WAVE) ) {
428 SDL_SetError("Unrecognized file type (not WAVE)");
432 headerDiff += sizeof(Uint32); /* for WAVE */
453 SDL_SetError("Complex WAVE files not supported");
484 SDL_SetError("Unknown WAVE data format: 0x%.4x",

Completed in 4721 milliseconds

1 2 34 5 6 7 8 91011>>