Home
last modified time | relevance | path

Searched defs:WAVE_FORMAT_PCM (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/cpp/util/
DWaveFileWriter.h141 static constexpr int WAVE_FORMAT_PCM = 1; variable
/third_party/python/Lib/
Dwave.py85 WAVE_FORMAT_PCM = 0x0001 variable
/third_party/alsa-utils/axfer/
Dcontainer-riff-wave.c33 WAVE_FORMAT_PCM = 0x0001, enumerator
/third_party/ffmpeg/libavcodec/
Dshorten.c44 #define WAVE_FORMAT_PCM 0x0001 macro
/third_party/libsnd/src/
Dwavlike.h76 WAVE_FORMAT_PCM = 0x0001, /* Microsoft PCM format */ enumerator
/third_party/lame/frontend/
Dget_audio.c1450 static uint16_t const WAVE_FORMAT_PCM = 0x0001; variable