Home
last modified time | relevance | path

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

/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/audio/
DAudioTrackPositionTracker.java155 private long passthroughWorkaroundPauseOffset; field in AudioTrackPositionTracker
205 passthroughWorkaroundPauseOffset = 0; in setAudioTrack()
515 passthroughWorkaroundPauseOffset = lastRawPlaybackHeadPosition; in getPlaybackHeadPosition()
517 rawPlaybackHeadPosition += passthroughWorkaroundPauseOffset; in getPlaybackHeadPosition()