Searched refs:presentationStartTimeMs (Results 1 – 6 of 6) sorted by relevance
30 private final long presentationStartTimeMs; field in SinglePeriodTimeline150 long presentationStartTimeMs, in SinglePeriodTimeline() argument162 this.presentationStartTimeMs = presentationStartTimeMs; in SinglePeriodTimeline()201 presentationStartTimeMs, in getWindow()
356 if (window.presentationStartTimeMs != C.TIME_UNSET) { in getWindow()357 window.presentationStartTimeMs += startMs; in getWindow()
143 public long presentationStartTimeMs; field in Timeline.Window222 long presentationStartTimeMs, in set() argument236 this.presentationStartTimeMs = presentationStartTimeMs; in set()323 && presentationStartTimeMs == that.presentationStartTimeMs in equals()343 result = 31 * result + (int) (presentationStartTimeMs ^ (presentationStartTimeMs >>> 32)); in hashCode()
78 otherWindow.presentationStartTimeMs = C.TIME_UNSET; in windowEquals()124 window.presentationStartTimeMs = C.TIME_UNSET; in windowEquals()139 window.presentationStartTimeMs, in windowEquals()
472 long presentationStartTimeMs = in onPrimaryPlaylistRefreshed() local503 presentationStartTimeMs, in onPrimaryPlaylistRefreshed()521 presentationStartTimeMs, in onPrimaryPlaylistRefreshed()
1202 private final long presentationStartTimeMs; field in DashMediaSource.DashTimeline1214 long presentationStartTimeMs, in DashTimeline() argument1223 this.presentationStartTimeMs = presentationStartTimeMs; in DashTimeline()1263 presentationStartTimeMs, in getWindow()