Searched refs:scaleLargeTimestampsInPlace (Results 1 – 2 of 2) sorted by relevance
380 Util.scaleLargeTimestampsInPlace(timestamps, C.MICROS_PER_SECOND, track.timescale); in parseStbl()408 Util.scaleLargeTimestampsInPlace(timestamps, C.MICROS_PER_SECOND, track.timescale); in parseStbl()
1173 public static void scaleLargeTimestampsInPlace(long[] timestamps, long multiplier, long divisor) { in scaleLargeTimestampsInPlace() method in Util