Home | History | Annotate | Download | only in boxes

Lines Matching refs:timescale

38     private long timescale;
68 return timescale;
108 timescale = IsoTypeReader.readUInt32(content);
113 timescale = IsoTypeReader.readUInt32(content);
144 result.append("timescale=").append(getTimescale());
168 IsoTypeWriter.writeUInt32(byteBuffer, timescale);
173 IsoTypeWriter.writeUInt32(byteBuffer, timescale);
207 public void setTimescale(long timescale) {
208 this.timescale = timescale;