/external/qemu/distrib/sdl-1.2.15/src/audio/windib/ |
SDL_dibaudio.c | 248 WAVEFORMATEX waveformat; local 259 SDL_memset(&waveformat, 0, sizeof(waveformat)); 260 waveformat.wFormatTag = WAVE_FORMAT_PCM; 267 waveformat.wBitsPerSample = 8; 272 waveformat.wBitsPerSample = 16; 278 waveformat.nChannels = spec->channels; 279 waveformat.nSamplesPerSec = spec->freq; 280 waveformat.nBlockAlign = 281 waveformat.nChannels * (waveformat.wBitsPerSample/8) [all...] |
/external/qemu/distrib/sdl-1.2.15/src/audio/windx5/ |
SDL_dx5audio.c | 627 WAVEFORMATEX waveformat; local 630 SDL_memset(&waveformat, 0, sizeof(waveformat)); 631 waveformat.wFormatTag = WAVE_FORMAT_PCM; 639 waveformat.wBitsPerSample = 8; 645 waveformat.wBitsPerSample = 16; 651 waveformat.nChannels = spec->channels; 652 waveformat.nSamplesPerSec = spec->freq; 653 waveformat.nBlockAlign = 654 waveformat.nChannels * (waveformat.wBitsPerSample/8) [all...] |
/external/srec/srec/EventLog/src/ |
riff.c | 56 * wf - points to the WaveFormat structure that describes the data format 60 typedef ESR_ReturnCode(waveReadFunc)(WaveFormat *wf, ChunkContext *data, 63 static ESR_ReturnCode readPCMWave(WaveFormat *wf, ChunkContext *data, 65 static ESR_ReturnCode readMulawWave(WaveFormat *wf, ChunkContext *data, 67 static ESR_ReturnCode readAlawWave(WaveFormat *wf, ChunkContext *data, 165 static void swapWaveFormat(WaveFormat *wf) 218 static ESR_ReturnCode readPCMWave(WaveFormat *wf, ChunkContext *data, 251 static ESR_ReturnCode readMulawWave(WaveFormat *wf, ChunkContext *data, 276 static ESR_ReturnCode readAlawWave(WaveFormat *wf, ChunkContext *data, 560 WaveFormat *wf [all...] |
EventLogImpl.c | 620 header.fmtChunkLength = sizeof(WaveFormat); 638 /* WaveFormat */
|
/external/srec/srec/EventLog/include/ |
riff.h | 70 WaveFormat; 116 WaveFormat waveinfo;
|
/external/chromium_org/media/audio/sounds/ |
wav_audio_handler.h | 18 // https://ccrma.stanford.edu/courses/422/projects/WaveFormat/
|
/external/chromium_org/third_party/webrtc/modules/audio_device/win/ |
audio_mixer_manager_win.cc | 590 WAVEFORMATEX waveFormat; 593 waveFormat.wFormatTag = WAVE_FORMAT_PCM ; 594 waveFormat.nChannels = 2; 595 waveFormat.nSamplesPerSec = 48000; 596 waveFormat.wBitsPerSample = 16; 597 waveFormat.nBlockAlign = waveFormat.nChannels * waveFormat.wBitsPerSample / 8; 598 waveFormat.nAvgBytesPerSec = waveFormat.nSamplesPerSec * waveFormat.nBlockAlign [all...] |
audio_device_wave_win.cc | [all...] |
/external/srec/srec/include/ |
sample.h | 85 WAVEFORMAT; 92 WAVEFORMAT wf;
|
/frameworks/av/media/libstagefright/ |
WAVExtractor.cpp | 60 uint16_t waveFormat, 336 uint16_t waveFormat, 341 mWaveFormat(waveFormat),
|
AVIExtractor.cpp | 684 // Expected a BITMAPINFO or WAVEFORMAT(EX) structure, respectively. [all...] |
/external/chromium_org/third_party/webrtc/common_audio/ |
wav_header.cc | 12 // https://ccrma.stanford.edu/courses/422/projects/WaveFormat/ and
|
/frameworks/base/core/java/android/speech/srec/ |
WaveHeader.java | 39 // follows WAVE format in http://ccrma.stanford.edu/courses/422/projects/WaveFormat
|
/system/extras/sound/ |
playwav.c | 96 /* http://ccrma.stanford.edu/courses/422/projects/WaveFormat/ */
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
mmreg.h | [all...] |
mmsystem.h | 480 } WAVEFORMAT,*PWAVEFORMAT,NEAR *NPWAVEFORMAT,*LPWAVEFORMAT; 485 WAVEFORMAT wf; [all...] |
/external/chromium_org/content/renderer/media/android/ |
audio_decoder_android.cc | 105 // https://ccrma.stanford.edu/courses/422/projects/WaveFormat/ for a
|
/external/sonivox/jet_tools/JetCreator/ |
eas.py | 182 # WAVEFORMAT
184 class WAVEFORMAT (Structure):
488 return cast(wave_fmt_chunk, POINTER(WAVEFORMAT)).contents
[all...] |