/external/chromium_org/media/audio/win/ |
device_enumeration_win.cc | 116 // unique ID to the |device_names| list. Note that, for Wave on XP,
|
/external/chromium_org/media/base/ |
media_switches.cc | 73 const char kForceWaveAudio[] = "force-wave-audio";
|
/external/chromium_org/third_party/webrtc/modules/audio_device/ |
audio_device_generic.h | 72 // Volume control based on the Windows Wave API (Windows only)
|
audio_device_impl.h | 111 // Volume control based on the Windows Wave API (Windows only)
|
/external/chromium_org/third_party/webrtc/modules/audio_device/dummy/ |
file_audio_device.h | 89 // Volume control based on the Windows Wave API (Windows only)
|
/external/chromium_org/third_party/webrtc/modules/audio_device/include/ |
audio_device.h | 103 // Volume control based on the Windows Wave API (Windows only)
|
/external/chromium_org/third_party/webrtc/modules/audio_device/ios/ |
audio_device_ios.h | 86 // Volume control based on the Windows Wave API (Windows only)
|
/external/chromium_org/third_party/webrtc/modules/audio_device/linux/ |
audio_device_alsa_linux.h | 86 // Volume control based on the Windows Wave API (Windows only)
|
/external/libmtp/examples/ |
tracks.c | 58 printf(" WAVE fourCC code: 0x%08X\n", track->wavecodec);
|
/external/qemu/distrib/sdl-1.2.15/src/audio/mme/ |
SDL_mmeaudio.c | 125 /* Set basic WAVE format parameters */
|
/external/srec/config/en.us/ |
baseline.par | 15 cmdline.datapath = \\silicon2\D\\visteon_en_us\\train\\wave
|
baseline11k.par | 16 cmdline.datapath = \\silicon2\D\\visteon_en_us\\train\\wave
|
baseline8k.par | 16 cmdline.datapath = \\silicon2\D\\visteon_en_us\\train\\wave
|
/frameworks/av/include/media/ |
Visualizer.h | 59 CAPTURE_WAVEFORM = 0x00000001, // capture callback returns a PCM wave form
|
/frameworks/base/core/java/com/android/internal/widget/multiwaveview/ |
PointCloud.java | 187 // Compute contribution from Wave
|
/frameworks/wilhelm/tests/sandbox/ |
configbq.c | 145 // generate a sine wave buffer, ascending in half-steps for each format
|
/packages/apps/InCallUI/src/com/android/incallui/widget/multiwaveview/ |
PointCloud.java | 188 // Compute contribution from Wave
|
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/background/mathmaps/symbols/ |
math_arrows.json | 111 "default": "leftwards wave arrow", 112 "short": "left wave arrow" 120 "default": "rightwards wave arrow", 121 "short": "right wave arrow" 267 "default": "left right wave arrow" [all...] |
/external/sonivox/arm-fm-22k/lib_src/ |
eas_wavefile.c | 7 * This file implements the wave file parser. 48 * WAVE file defines 68 /* wave file format identifiers */ 100 * This structure contains the functional interface for the Wave file parser 473 /* return file type as WAVE */ 500 * Parse the WAVE file header. 550 /* check for 'WAVE' tag */
|
/external/sonivox/arm-hybrid-22k/lib_src/ |
eas_wavefile.c | 7 * This file implements the wave file parser. 48 * WAVE file defines 68 /* wave file format identifiers */ 100 * This structure contains the functional interface for the Wave file parser 473 /* return file type as WAVE */ 500 * Parse the WAVE file header. 550 /* check for 'WAVE' tag */
|
/external/sonivox/arm-wt-22k/lib_src/ |
eas_wavefile.c | 7 * This file implements the wave file parser. 48 * WAVE file defines 68 /* wave file format identifiers */ 100 * This structure contains the functional interface for the Wave file parser 473 /* return file type as WAVE */ 500 * Parse the WAVE file header. 550 /* check for 'WAVE' tag */
|
/external/chromium_org/third_party/webrtc/modules/media_file/source/ |
media_file_utility.cc | 30 // First 16 bytes the WAVE header. ckID should be "RIFF", wave_ckID should be 31 // "WAVE" and ckSize is the chunk size (4 + n) 449 "Not a wave file (too short)"); 460 "Not a wave file (does not have RIFF)"); 467 if(strcmp(tmpStr, "WAVE") != 0) 470 "Not a wave file (does not have WAVE)"); 476 // WAVE files are stored in little endian byte order. Make sure that the [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/lib32/ |
libaudiofile.a | [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/lib32/ |
libaudiofile.a | [all...] |
/external/chromium_org/third_party/webrtc/modules/audio_device/win/ |
audio_mixer_manager_win.cc | 301 WEBRTC_TRACE(kTraceInfo, kTraceAudioDevice, _id, "found valid Wave In destination (name: %s, ID: %u)", WideToUTF8(destLine.szName), destLine.dwLineID); 305 // retrieve all controls for the identified wave-in destination 376 // (1) The Wave-in destination contains one MUX control only 377 // (2) The Wave-in destination contains one or more controls where one is a volume control 379 // It is common that a Wave-in destination has two master controls (volume and mute), 408 // as it is connected to the wave-in destination. 508 // scan the controls for this wave-in destination and search for volume, mute and on/off (<=> boost) controls 538 // We are in a state where more than one source is connected to the wave-in destination. [all...] |