Searched defs:resolution (Results 1 - 2 of 2) sorted by relevance

/dalvik/libcore-disabled/sound/src/main/java/javax/sound/midi/
H A DMidiFileFormat.java33 protected int resolution; field in class:MidiFileFormat
39 public MidiFileFormat(int type, float divisionType, int resolution, int bytes, argument
43 this.resolution = resolution;
49 public MidiFileFormat(int type, float divisionType, int resolution, int bytes, argument
53 this.resolution = resolution;
78 return resolution;
H A DSequence.java37 protected int resolution; field in class:Sequence
43 public Sequence(float divisionType, int resolution) throws InvalidMidiDataException { argument
53 this.resolution = resolution;
59 public Sequence(float divisionType, int resolution, int numTracks) argument
70 this.resolution = resolution;
105 (divisionType * this.resolution * 1.0f));
121 return resolution;

Completed in 137 milliseconds