/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 | 608 header.fmtChunkLength = sizeof(WaveFormat); 626 /* WaveFormat */
|
/external/srec/srec/EventLog/include/ |
riff.h | 70 WaveFormat; 116 WaveFormat waveinfo;
|
/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...] |
/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/ */
|
/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...] |