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

1 2 3 4 56 7 8 91011>>

  /external/mesa3d/docs/
science.html 21 element analysis program that simulates wave in an arbitrary region.
23 Electromagnetic wave visualization
  /external/srec/srec/include/
front.h 86 /* WAVE data */
118 WAVE (front_wave)
  /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 122 // - The entire Windows audio stack was rewritten for Windows Vista and wave
133 // Use the Wave API for device enumeration if XP or lower.
269 // Utilize the Wave API for Windows XP.
358 // Fall back to Windows Wave implementation on Windows XP or lower.
400 // Fall back to Windows Wave implementation on Windows XP or lower.
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/chromium_org/native_client_sdk/src/doc/devguide/coding/
audio.rst 22 generates audio samples using a sine wave with a frequency of 440 Hz. The module
26 for the sine wave and click buttons to start and stop audio playback.
109 The higher the sample rate and bit depth used to record a sound wave, the more
110 accurately the sound wave can be reproduced, since it will have been sampled
130 audio samples using a sine wave with a frequency of 440 Hz. The module starts
271 sine wave.
278 callback; this lets the function generate a smooth sine wave by starting at that
  /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/chrome/browser/resources/app_list/
plugin_manager.js 149 * Sends the actual audio wave data.
  /external/chromium_org/media/audio/
fake_audio_input_stream.cc 100 // square wave.
  /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/apps/InCallUI/res/values/
attrs.xml 34 <!-- Drawable to use for wave ripple animation. -->
  /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>

Completed in 2772 milliseconds

1 2 3 4 56 7 8 91011>>