Searched defs:PCM24_MAX (Results 1 – 3 of 3) sorted by relevance
150 static constexpr int32_t PCM24_MAX = (1 << 23) - 1; variable
156 static constexpr int32_t PCM24_MAX = (1 << 23) - 1; variable
48 private static final int PCM24_MAX = (1 << 23) - 1; field in WaveFileWriter