HomeSort by relevance Sort by last modified time
    Searched full:wave (Results 126 - 150 of 395) sorted by null

1 2 3 4 56 7 8 91011>>

  /frameworks/av/media/libeffects/loudness/dsp/core/
dynamic_range_compression.cpp 83 // Hard half-wave rectifier
112 // Hard half-wave rectifier
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
wave.py 1 """Stuff to parse WAVE files.
5 Reading WAVE files:
6 f = wave.open(file, 'r')
38 Writing WAVE files:
39 f = wave.open(file, 'w')
131 if self._file.read(4) != 'WAVE':
132 raise Error, 'not a WAVE file'
470 36 + self._datalength, 'WAVE', 'fmt ', 16,
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
wave.py 1 """Stuff to parse WAVE files.
5 Reading WAVE files:
6 f = wave.open(file, 'r')
38 Writing WAVE files:
39 f = wave.open(file, 'w')
131 if self._file.read(4) != 'WAVE':
132 raise Error, 'not a WAVE file'
470 36 + self._datalength, 'WAVE', 'fmt ', 16,
  /external/chromium_org/media/audio/win/
audio_manager_win.cc 114 // Use the Wave API for device enumeration if XP or lower.
248 // Utilize the Wave API for Windows XP.
310 // Fall back to Windows Wave implementation on Windows XP or lower.
340 // Fall back to Windows Wave implementation on Windows XP or lower.
372 // Use the default device (same as for Wave) for now to be compatible.
wavein_input_win.h 114 // Handle to the instance of the wave device.
  /external/qemu/audio/
winaudio.c 173 /* compute desired wave output format */
197 /* open the wave out device */
419 /* compute desired wave input format */
441 /* open the wave in device */
655 INIT_FIELD (descr = ) "Windows wave audio",
wavcapture.c 135 monitor_printf(mon, "Failed to open wave file `%s'\nReason: %s\n",
  /frameworks/av/include/media/
ToneGenerator.h 283 // WaveGenerator generates a single sine wave
287 WAVEGEN_START, // Start/restart wave from phase 0
288 WAVEGEN_CONT, // Continue wave from current phase
289 WAVEGEN_STOP // Stop wave on zero crossing
311 KeyedVector<unsigned short, WaveGenerator *> mWaveGens; // list of active wave generators.
  /external/qemu/distrib/sdl-1.2.15/test/
testpalette.c 35 * wave colours: Made by taking a narrow cross-section of a wave picture
288 /* cycle wave palette */
  /external/chromium_org/media/audio/
audio_util.cc 89 // - The entire Windows audio stack was rewritten for Windows Vista and wave
fake_audio_input_stream.cc 100 // square wave.
  /external/chromium_org/media/base/
media_switches.cc 67 const char kForceWaveAudio[] = "force-wave-audio";
  /external/chromium_org/third_party/WebKit/Source/modules/webaudio/
OscillatorNode.h 105 // Cache the wave tables for different waveform types, except CUSTOM.
  /external/qemu/distrib/sdl-1.2.15/docs/html/
sdlfreewav.html 123 >After a WAVE file has been opened with <A
  /external/srec/srec/EventLog/include/
riff.h 102 * "WAVE"
  /external/stlport/stlport/stl/config/
_hpacc.h 50 * -AA indicates that we are compiling against Rogue Wave 2.2.1
  /frameworks/opt/vcard/java/com/android/vcard/
VCardParser_V21.java 65 "WAVE", "AIFF", "PCM", "X509", "PGP")));
  /ndk/sources/cxx-stl/stlport/stlport/stl/config/
_hpacc.h 50 * -AA indicates that we are compiling against Rogue Wave 2.2.1
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/config/
select_stdlib_config.hpp 44 // Rogue Wave library:
  /packages/wallpapers/Basic/res/values/
strings.xml 40 Blades of grass wave gently in front of a day or night sky.
  /packages/wallpapers/Basic/res/values-en-rGB/
strings.xml 28 <string name="wallpaper_grass_desc" msgid="7808225799564607409">"Blades of grass wave gently in front of a day or night sky."</string>
  /packages/wallpapers/Basic/res/values-en-rIN/
strings.xml 28 <string name="wallpaper_grass_desc" msgid="7808225799564607409">"Blades of grass wave gently in front of a day or night sky."</string>
  /packages/wallpapers/Basic/res/values-km-rKH/
strings.xml 28 <string name="wallpaper_grass_desc" msgid="7808225799564607409">"Blades of grass wave gently in front of a day or night sky."</string>
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
emu8000.h 57 * the number in use for wave voices.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
emu8000.h 57 * the number in use for wave voices.

Completed in 830 milliseconds

1 2 3 4 56 7 8 91011>>