Searched defs:WAVE_FORMAT_PCM (Results 1 – 6 of 6) sorted by relevance
141 static constexpr int WAVE_FORMAT_PCM = 1; variable
85 WAVE_FORMAT_PCM = 0x0001 variable
33 WAVE_FORMAT_PCM = 0x0001, enumerator
44 #define WAVE_FORMAT_PCM 0x0001 macro
76 WAVE_FORMAT_PCM = 0x0001, /* Microsoft PCM format */ enumerator
1450 static uint16_t const WAVE_FORMAT_PCM = 0x0001; variable