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

/openjdk7/jdk/src/share/classes/com/sun/media/sound/
H A DStandardMidiFileWriter.java166 int timeFormat;
253 timeFormat = sequence.getResolution();
255 timeFormat = (24<<8) * -1;
256 timeFormat += (sequence.getResolution() & 0xFF);
258 timeFormat = (25<<8) * -1;
259 timeFormat += (sequence.getResolution() & 0xFF);
261 timeFormat = (29<<8) * -1;
262 timeFormat += (sequence.getResolution() & 0xFF);
264 timeFormat = (30<<8) * -1;
265 timeFormat
[all...]

Completed in 38 milliseconds