Searched defs:timescale (Results 1 – 5 of 5) sorted by relevance
35 private long timescale; field in MediaHeaderBox84 public void setTimescale(long timescale) { in setTimescale()
38 private long timescale; field in MovieHeaderBox207 public void setTimescale(long timescale) { in setTimescale()
25 private long timescale; field in TrackMetaData55 public void setTimescale(long timescale) { in setTimescale()
48 private int timescale; field in H264TrackImpl58 public H264TrackImpl(InputStream inputStream, String lang, int timescale) throws IOException { in H264TrackImpl()
541 long timescale = movie.getTracks().iterator().next().getTrackMetaData().getTimescale(); in getTimescale() local