Searched defs:PCM24_MIN (Results 1 – 3 of 3) sorted by relevance
149 static constexpr int32_t PCM24_MIN = -(1 << 23); variable
155 static constexpr int32_t PCM24_MIN = -(1 << 23); variable
47 private static final int PCM24_MIN = -(1 << 23); field in WaveFileWriter