Home
last modified time | relevance | path

Searched refs:scaleLargeTimestamps (Results 1 – 2 of 2) sorted by relevance

/external/exoplayer/tree/library/smoothstreaming/src/main/java/com/google/android/exoplayer2/source/smoothstreaming/manifest/
DSsManifest.java113 Util.scaleLargeTimestamps(chunkStartTimes, C.MICROS_PER_SECOND, timescale), in StreamElement()
/external/exoplayer/tree/library/common/src/main/java/com/google/android/exoplayer2/util/
DUtil.java1145 public static long[] scaleLargeTimestamps(List<Long> timestamps, long multiplier, long divisor) { in scaleLargeTimestamps() method in Util