Searched defs:WAVE_FORMAT_PCM (Results 1 – 9 of 9) sorted by relevance
173 static constexpr int WAVE_FORMAT_PCM = 1; variable
61 #define WAVE_FORMAT_PCM 0x0001 macro
245 #define WAVE_FORMAT_PCM 0x0001 /* Microsoft PCM format, see DLS2.1 p60 */ macro
76 #define WAVE_FORMAT_PCM 0x0001 macro
85 WAVE_FORMAT_PCM = 0x0001 variable
362 private static final int WAVE_FORMAT_PCM = 1; field in MatroskaExtractor
331 private static final int WAVE_FORMAT_PCM = 1; field in MatroskaExtractor
915 pub const WAVE_FORMAT_PCM: u32 = 1u32; constant