Home | History | Annotate | Download | only in boxes

Lines Matching refs:timescale

35     private long timescale;
52 return timescale;
84 public void setTimescale(long timescale) {
85 this.timescale = timescale;
102 timescale = IsoTypeReader.readUInt32(content);
107 timescale = IsoTypeReader.readUInt32(content);
122 result.append("timescale=").append(getTimescale());
136 IsoTypeWriter.writeUInt32(byteBuffer, timescale);
141 IsoTypeWriter.writeUInt32(byteBuffer, timescale);