Searched refs:scaleLargeTimestamps (Results 1 – 2 of 2) sorted by relevance
113 Util.scaleLargeTimestamps(chunkStartTimes, C.MICROS_PER_SECOND, timescale), in StreamElement()
1145 public static long[] scaleLargeTimestamps(List<Long> timestamps, long multiplier, long divisor) { in scaleLargeTimestamps() method in Util