Searched refs:channelmask (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/media/sound/
H A DWaveExtensibleFileReader.java164 private String decodeChannelMask(long channelmask) { argument
168 if ((channelmask & m) != 0L) {
H A DSoftMainMixer.java163 int channelmask = (data[5] & 0xFF) * 16384
167 if ((channelmask & (1 << i)) != 0)
320 int channelmask = (data[5] & 0xFF) * 16384
324 if ((channelmask & (1 << i)) != 0)
329 if ((channelmask & (1 << (voices[i].channel))) != 0)

Completed in 31 milliseconds