Searched refs:EventTimeAndFormat (Results 1 – 2 of 2) sorted by relevance
80 public static final class EventTimeAndFormat { class in PlaybackStats92 public EventTimeAndFormat(EventTime eventTime, @Nullable Format format) { in EventTimeAndFormat() method in PlaybackStats.EventTimeAndFormat105 EventTimeAndFormat that = (EventTimeAndFormat) o; in equals()446 public final List<EventTimeAndFormat> videoFormatHistory;451 public final List<EventTimeAndFormat> audioFormatHistory;555 List<EventTimeAndFormat> videoFormatHistory, in PlaybackStats()556 List<EventTimeAndFormat> audioFormatHistory, in PlaybackStats()
27 import com.google.android.exoplayer2.analytics.PlaybackStats.EventTimeAndFormat;456 private final List<EventTimeAndFormat> videoFormatHistory;457 private final List<EventTimeAndFormat> audioFormatHistory;806 List<EventTimeAndFormat> videoHistory = in build()808 List<EventTimeAndFormat> audioHistory = in build()1002 videoFormatHistory.add(new EventTimeAndFormat(eventTime, currentVideoFormat)); in maybeUpdateVideoFormat()1018 audioFormatHistory.add(new EventTimeAndFormat(eventTime, currentAudioFormat)); in maybeUpdateAudioFormat()