Home
last modified time | relevance | path

Searched refs:scaleLargeTimestamp (Results 1 – 12 of 12) sorted by relevance

/external/exoplayer/tree/library/smoothstreaming/src/main/java/com/google/android/exoplayer2/source/smoothstreaming/manifest/
DSsManifest.java114 Util.scaleLargeTimestamp(lastChunkDuration, C.MICROS_PER_SECOND, timescale)); in StreamElement()
283 : Util.scaleLargeTimestamp(duration, C.MICROS_PER_SECOND, timescale),
286 : Util.scaleLargeTimestamp(dvrWindowLength, C.MICROS_PER_SECOND, timescale),
/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/audio/
DSonicAudioProcessor.java128 ? Util.scaleLargeTimestamp(duration, inputBytes, outputBytes) in scaleDurationForSpeedup()
129 : Util.scaleLargeTimestamp( in scaleDurationForSpeedup()
/external/exoplayer/tree/library/extractor/src/main/java/com/google/android/exoplayer2/extractor/mp4/
DAtomParsers.java121 durationUs = Util.scaleLargeTimestamp(duration, C.MICROS_PER_SECOND, movieTimescale); in parseTrak()
377 long durationUs = Util.scaleLargeTimestamp(duration, C.MICROS_PER_SECOND, track.timescale); in parseStbl()
396 long editEndTime = editStartTime + Util.scaleLargeTimestamp(track.editListDurations[0], in parseStbl()
400 long encoderDelay = Util.scaleLargeTimestamp(editStartTime - timestamps[0], in parseStbl()
402 long encoderPadding = Util.scaleLargeTimestamp(paddingTimeUnits, in parseStbl()
410 Util.scaleLargeTimestamp( in parseStbl()
425 Util.scaleLargeTimestamp( in parseStbl()
429 Util.scaleLargeTimestamp(duration - editStartTime, C.MICROS_PER_SECOND, track.timescale); in parseStbl()
447 Util.scaleLargeTimestamp( in parseStbl()
492 long ptsUs = Util.scaleLargeTimestamp(pts, C.MICROS_PER_SECOND, track.movieTimescale); in parseStbl()
[all …]
DFragmentedMp4Extractor.java610 Util.scaleLargeTimestamp(atom.readUnsignedInt(), C.MICROS_PER_SECOND, timescale); in onEmsgLeafAtomRead()
615 Util.scaleLargeTimestamp(atom.readUnsignedInt(), C.MILLIS_PER_SECOND, timescale); in onEmsgLeafAtomRead()
621 Util.scaleLargeTimestamp(atom.readUnsignedLongToLong(), C.MICROS_PER_SECOND, timescale); in onEmsgLeafAtomRead()
623 Util.scaleLargeTimestamp(atom.readUnsignedInt(), C.MILLIS_PER_SECOND, timescale); in onEmsgLeafAtomRead()
975 Util.scaleLargeTimestamp( in parseTrun()
1011 Util.scaleLargeTimestamp(cumulativeTime, C.MICROS_PER_SECOND, timescale) - edtsOffsetUs; in parseTrun()
1154 long earliestPresentationTimeUs = Util.scaleLargeTimestamp(earliestPresentationTime, in parseSidx()
1183 timeUs = Util.scaleLargeTimestamp(time, C.MICROS_PER_SECOND, timescale); in parseSidx()
/external/exoplayer/tree/library/dash/src/main/java/com/google/android/exoplayer2/source/dash/manifest/
DSegmentBase.java63 return Util.scaleLargeTimestamp(presentationTimeOffset, C.MICROS_PER_SECOND, timescale); in getPresentationTimeOffsetUs()
206 return Util.scaleLargeTimestamp(unscaledSegmentTime, C.MICROS_PER_SECOND, timescale); in getSegmentTimeUs()
DDashManifestParser.java909 long durationMs = Util.scaleLargeTimestamp(duration, C.MILLIS_PER_SECOND, timescale); in parseEvent()
910 long presentationTimesUs = Util.scaleLargeTimestamp(presentationTime, C.MICROS_PER_SECOND, in parseEvent()
1025 long periodDuration = Util.scaleLargeTimestamp(periodDurationMs, timescale, 1000); in parseSegmentTimeline()
/external/exoplayer/tree/library/extractor/src/main/java/com/google/android/exoplayer2/extractor/wav/
DWavSeekMap.java71 return Util.scaleLargeTimestamp( in blockIndexToTimeUs()
DWavExtractor.java274 + Util.scaleLargeTimestamp( in sampleData()
449 + Util.scaleLargeTimestamp(outputFrameCount, C.MICROS_PER_SECOND, header.frameRateHz); in writeSampleMetadata()
/external/exoplayer/tree/library/extractor/src/main/java/com/google/android/exoplayer2/extractor/mp3/
DVbriSeeker.java56 long durationUs = Util.scaleLargeTimestamp(numFrames, in create()
DXingSeeker.java60 long durationUs = Util.scaleLargeTimestamp(frameCount, samplesPerFrame * C.MICROS_PER_SECOND, in create()
/external/exoplayer/tree/library/common/src/main/java/com/google/android/exoplayer2/util/
DUtil.java1124 public static long scaleLargeTimestamp(long timestamp, long multiplier, long divisor) { in scaleLargeTimestamp() method in Util
/external/exoplayer/tree/library/extractor/src/main/java/com/google/android/exoplayer2/extractor/mkv/
DMatroskaExtractor.java1701 return Util.scaleLargeTimestamp(unscaledTimecode, timecodeScale, 1000); in scaleTimecodeToUs()