Home
last modified time | relevance | path

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

/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/audio/
DAudioTimestampPoller.java270 private long rawTimestampFramePositionWrapCount; field in AudioTimestampPoller.AudioTimestampV19
296 rawTimestampFramePositionWrapCount++; in maybeUpdateTimestamp()
300 rawPositionFrames + (rawTimestampFramePositionWrapCount << 32); in maybeUpdateTimestamp()