Searched refs:timeMicros (Results 1 – 3 of 3) sorted by relevance
250 public Pair<SeekPoint, SeekPoint> getSeekPoints(long timeMicros) { in getSeekPoints() argument251 SeekPoints seekPoints = mExoPlayerSeekMap.getSeekPoints(timeMicros); in getSeekPoints()281 public final long timeMicros; field in MediaParser.SeekPoint290 private SeekPoint(long timeMicros, long position) { in SeekPoint() argument291 this.timeMicros = timeMicros; in SeekPoint()298 return "[timeMicros=" + timeMicros + ", position=" + position + "]"; in toString()310 return timeMicros == other.timeMicros && position == other.position; in equals()315 int result = (int) timeMicros; in hashCode()422 long timeMicros, in onSampleCompleted() argument1254 mPendingSeekTimeMicros = seekPoint.timeMicros; in seek()[all …]
104 field public final long timeMicros;
26463 field public final long timeMicros;