HomeSort by relevance Sort by last modified time
    Searched full:waveformat (Results 1 - 10 of 10) sorted by null

  /external/webrtc/webrtc/modules/audio_device/win/
audio_mixer_manager_win.cc 594 WAVEFORMATEX waveFormat;
597 waveFormat.wFormatTag = WAVE_FORMAT_PCM ;
598 waveFormat.nChannels = 2;
599 waveFormat.nSamplesPerSec = 48000;
600 waveFormat.wBitsPerSample = 16;
601 waveFormat.nBlockAlign = waveFormat.nChannels * waveFormat.wBitsPerSample / 8;
602 waveFormat.nAvgBytesPerSec = waveFormat.nSamplesPerSec * waveFormat.nBlockAlign
    [all...]
audio_device_wave_win.cc     [all...]
  /frameworks/av/media/libstagefright/
WAVExtractor.cpp 62 uint16_t waveFormat,
352 uint16_t waveFormat,
357 mWaveFormat(waveFormat),
AVIExtractor.cpp 684 // Expected a BITMAPINFO or WAVEFORMAT(EX) structure, respectively.
    [all...]
  /external/webrtc/webrtc/common_audio/
wav_header.cc 12 // https://ccrma.stanford.edu/courses/422/projects/WaveFormat/ and
  /packages/apps/SpeechRecorder/src/com/android/speechrecorder/
WaveHeader.java 39 // follows WAVE format in http://ccrma.stanford.edu/courses/422/projects/WaveFormat
  /system/extras/sound/
playwav.c 98 /* 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/sonivox/jet_tools/JetCreator/
eas.py 182 # WAVEFORMAT
184 class WAVEFORMAT (Structure):
488 return cast(wave_fmt_chunk, POINTER(WAVEFORMAT)).contents
    [all...]

Completed in 220 milliseconds