Home
last modified time | relevance | path

Searched defs:timeline (Results 1 – 25 of 268) sorted by relevance

1234567891011

/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/core/src/test/java/com/google/android/exoplayer2/source/
DConcatenatingMediaSourceTest.java68 Timeline timeline = testRunner.prepareSource(); in playlistChangesAfterPreparation() local
200 Timeline timeline = testRunner.prepareSource(); in playlistChangesBeforePreparation() local
241 Timeline timeline = testRunner.prepareSource(); in playlistWithLazyMediaSource() local
304 Timeline timeline = testRunner.prepareSource(); in emptyTimelineMediaSource() local
369 Timeline timeline = testRunner.prepareSource(); in dynamicChangeOfEmptyTimelines() local
524 Timeline timeline = timelineGrabber.assertTimelineChangeBlocking(); in customCallbackAfterPreparationAddSingle() local
544 Timeline timeline = timelineGrabber.assertTimelineChangeBlocking(); in customCallbackAfterPreparationAddMultiple() local
564 Timeline timeline = timelineGrabber.assertTimelineChangeBlocking(); in customCallbackAfterPreparationAddSingleWithIndex() local
585 Timeline timeline = timelineGrabber.assertTimelineChangeBlocking(); in customCallbackAfterPreparationAddMultipleWithIndex() local
605 Timeline timeline = timelineGrabber.assertTimelineChangeBlocking(); in customCallbackAfterPreparationRemove() local
[all …]
DClippingMediaSourceTest.java60 Timeline timeline = in noClipping() local
81 Timeline timeline = in clippingUnseekableWindowThrows() local
103 Timeline timeline = in clippingUnseekableWindowWithUnknownDurationThrows() local
125 Timeline timeline = in clippingStart() local
144 Timeline timeline = in clippingEnd() local
166 Timeline timeline = new PlaceholderTimeline(MediaItem.fromUri(Uri.EMPTY)); in clippingStartAndEndInitial() local
180 Timeline timeline = in clippingToEndOfSourceWithDurationSetsDuration() local
199 Timeline timeline = in clippingToEndOfSourceWithUnsetDurationDoesNotSetDuration() local
217 Timeline timeline = in clippingStartAndEnd() local
237 Timeline timeline = in clippingFromDefaultPosition() local
[all …]
DSinglePeriodTimelineTest.java46 SinglePeriodTimeline timeline = in getPeriodPositionDynamicWindowUnknownDuration() local
78 SinglePeriodTimeline timeline = in getPeriodPositionDynamicWindowKnownDuration() local
123 SinglePeriodTimeline timeline = in setNullTag_returnsNullTag_butUsesDefaultUid() local
146 SinglePeriodTimeline timeline = in getWindow_setsTag() local
163 SinglePeriodTimeline timeline = in getWindow_setsMediaItemAndTag() local
180 SinglePeriodTimeline timeline = in getIndexOfPeriod_returnsPeriod() local
DLoopingMediaSourceTest.java50 Timeline timeline = getLoopingTimeline(multiWindowTimeline, 1); in singleLoopTimeline() local
79 Timeline timeline = getLoopingTimeline(multiWindowTimeline, 3); in multiLoopTimeline() local
112 Timeline timeline = getLoopingTimeline(multiWindowTimeline, Integer.MAX_VALUE); in infiniteLoopTimeline() local
139 Timeline timeline = getLoopingTimeline(Timeline.EMPTY, 1); in emptyTimelineLoop() local
167 private static Timeline getLoopingTimeline(Timeline timeline, int loopCount) throws IOException { in getLoopingTimeline()
185 private static void testMediaPeriodCreation(Timeline timeline, int loopCount) throws Exception { in testMediaPeriodCreation()
/external/exoplayer/tree/library/core/src/test/java/com/google/android/exoplayer2/source/
DConcatenatingMediaSourceTest.java69 Timeline timeline = testRunner.prepareSource(); in playlistChangesAfterPreparation() local
201 Timeline timeline = testRunner.prepareSource(); in playlistChangesBeforePreparation() local
242 Timeline timeline = testRunner.prepareSource(); in playlistWithLazyMediaSource() local
305 Timeline timeline = testRunner.prepareSource(); in emptyTimelineMediaSource() local
370 Timeline timeline = testRunner.prepareSource(); in dynamicChangeOfEmptyTimelines() local
520 Timeline timeline = timelineGrabber.assertTimelineChangeBlocking(); in customCallbackAfterPreparationAddSingle() local
540 Timeline timeline = timelineGrabber.assertTimelineChangeBlocking(); in customCallbackAfterPreparationAddMultiple() local
557 Timeline timeline = timelineGrabber.assertTimelineChangeBlocking(); in customCallbackAfterPreparationAddSingleWithIndex() local
578 Timeline timeline = timelineGrabber.assertTimelineChangeBlocking(); in customCallbackAfterPreparationAddMultipleWithIndex() local
597 Timeline timeline = timelineGrabber.assertTimelineChangeBlocking(); in customCallbackAfterPreparationRemove() local
[all …]
DClippingMediaSourceTest.java67 Timeline timeline = in noClipping() local
86 Timeline timeline = in clippingUnseekableWindowThrows() local
106 Timeline timeline = in clippingUnseekableWindowWithUnknownDurationThrows() local
126 Timeline timeline = in clippingStart() local
143 Timeline timeline = in clippingEnd() local
163 Timeline timeline = new DummyTimeline(/* tag= */ null); in clippingStartAndEndInitial() local
177 Timeline timeline = in clippingToEndOfSourceWithDurationSetsDuration() local
194 Timeline timeline = in clippingToEndOfSourceWithUnsetDurationDoesNotSetDuration() local
210 Timeline timeline = in clippingStartAndEnd() local
228 Timeline timeline = in clippingFromDefaultPosition() local
[all …]
DLoopingMediaSourceTest.java51 Timeline timeline = getLoopingTimeline(multiWindowTimeline, 1); in singleLoopTimeline() local
70 Timeline timeline = getLoopingTimeline(multiWindowTimeline, 3); in multiLoopTimeline() local
91 Timeline timeline = getLoopingTimeline(multiWindowTimeline, Integer.MAX_VALUE); in infiniteLoopTimeline() local
109 Timeline timeline = getLoopingTimeline(Timeline.EMPTY, 1); in emptyTimelineLoop() local
137 private static Timeline getLoopingTimeline(Timeline timeline, int loopCount) throws IOException { in getLoopingTimeline()
155 private static void testMediaPeriodCreation(Timeline timeline, int loopCount) throws Exception { in testMediaPeriodCreation()
DSinglePeriodTimelineTest.java44 SinglePeriodTimeline timeline = in getPeriodPositionDynamicWindowUnknownDuration() local
59 SinglePeriodTimeline timeline = in getPeriodPositionDynamicWindowKnownDuration() local
86 SinglePeriodTimeline timeline = in setNullTag_returnsNullTag_butUsesDefaultUid() local
106 SinglePeriodTimeline timeline = in getWindow_setsTag() local
120 SinglePeriodTimeline timeline = in getIndexOfPeriod_returnsPeriod() local
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/core/src/test/java/com/google/android/exoplayer2/source/
DConcatenatingMediaSourceTest.java68 Timeline timeline = testRunner.prepareSource(); in playlistChangesAfterPreparation() local
200 Timeline timeline = testRunner.prepareSource(); in playlistChangesBeforePreparation() local
241 Timeline timeline = testRunner.prepareSource(); in playlistWithLazyMediaSource() local
304 Timeline timeline = testRunner.prepareSource(); in emptyTimelineMediaSource() local
369 Timeline timeline = testRunner.prepareSource(); in dynamicChangeOfEmptyTimelines() local
524 Timeline timeline = timelineGrabber.assertTimelineChangeBlocking(); in customCallbackAfterPreparationAddSingle() local
544 Timeline timeline = timelineGrabber.assertTimelineChangeBlocking(); in customCallbackAfterPreparationAddMultiple() local
564 Timeline timeline = timelineGrabber.assertTimelineChangeBlocking(); in customCallbackAfterPreparationAddSingleWithIndex() local
585 Timeline timeline = timelineGrabber.assertTimelineChangeBlocking(); in customCallbackAfterPreparationAddMultipleWithIndex() local
605 Timeline timeline = timelineGrabber.assertTimelineChangeBlocking(); in customCallbackAfterPreparationRemove() local
[all …]
DClippingMediaSourceTest.java60 Timeline timeline = in noClipping() local
81 Timeline timeline = in clippingUnseekableWindowThrows() local
103 Timeline timeline = in clippingUnseekableWindowWithUnknownDurationThrows() local
125 Timeline timeline = in clippingStart() local
144 Timeline timeline = in clippingEnd() local
166 Timeline timeline = new PlaceholderTimeline(MediaItem.fromUri(Uri.EMPTY)); in clippingStartAndEndInitial() local
180 Timeline timeline = in clippingToEndOfSourceWithDurationSetsDuration() local
199 Timeline timeline = in clippingToEndOfSourceWithUnsetDurationDoesNotSetDuration() local
217 Timeline timeline = in clippingStartAndEnd() local
237 Timeline timeline = in clippingFromDefaultPosition() local
[all …]
DSinglePeriodTimelineTest.java46 SinglePeriodTimeline timeline = in getPeriodPositionDynamicWindowUnknownDuration() local
78 SinglePeriodTimeline timeline = in getPeriodPositionDynamicWindowKnownDuration() local
123 SinglePeriodTimeline timeline = in setNullTag_returnsNullTag_butUsesDefaultUid() local
146 SinglePeriodTimeline timeline = in getWindow_setsTag() local
163 SinglePeriodTimeline timeline = in getWindow_setsMediaItemAndTag() local
180 SinglePeriodTimeline timeline = in getIndexOfPeriod_returnsPeriod() local
DLoopingMediaSourceTest.java50 Timeline timeline = getLoopingTimeline(multiWindowTimeline, 1); in singleLoopTimeline() local
79 Timeline timeline = getLoopingTimeline(multiWindowTimeline, 3); in multiLoopTimeline() local
112 Timeline timeline = getLoopingTimeline(multiWindowTimeline, Integer.MAX_VALUE); in infiniteLoopTimeline() local
139 Timeline timeline = getLoopingTimeline(Timeline.EMPTY, 1); in emptyTimelineLoop() local
167 private static Timeline getLoopingTimeline(Timeline timeline, int loopCount) throws IOException { in getLoopingTimeline()
185 private static void testMediaPeriodCreation(Timeline timeline, int loopCount) throws Exception { in testMediaPeriodCreation()
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/core/src/test/java/com/google/android/exoplayer2/analytics/
DDefaultPlaybackSessionManagerTest.java74 Timeline timeline = new FakeTimeline(); in updateSessions_withoutMediaPeriodId_createsNewSession() local
86 Timeline timeline = new FakeTimeline(); in updateSessions_withMediaPeriodId_createsNewSession() local
105 Timeline timeline = new FakeTimeline(); in updateSessions_ofSameWindow_withMediaPeriodId_afterWithoutMediaPeriodId_doesNotCreateNewSession() local
126 Timeline timeline = new FakeTimeline(); in updateSessions_ofSameWindow_withAd_afterWithoutMediaPeriodId_createsNewSession() local
154 Timeline timeline = new FakeTimeline(); in updateSessions_ofSameWindow_withoutMediaPeriodId_afterMediaPeriodId_doesNotCreateNewSession() local
175 Timeline timeline = in updateSessions_ofSameWindow_withoutMediaPeriodId_afterAd_doesNotCreateNewSession() local
217 Timeline timeline = in updateSessions_withOtherMediaPeriodId_ofSameWindow_doesNotCreateNewSession() local
243 Timeline timeline = in updateSessions_withAd_ofSameWindow_createsNewSession() local
275 Timeline timeline = new FakeTimeline(/* windowCount= */ 2); in updateSessions_ofOtherWindow_createsNewSession() local
295 Timeline timeline = new FakeTimeline(/* windowCount= */ 2); in updateSessions_withMediaPeriodId_ofOtherWindow_createsNewSession() local
[all …]
/external/exoplayer/tree/library/core/src/test/java/com/google/android/exoplayer2/analytics/
DDefaultPlaybackSessionManagerTest.java62 Timeline timeline = new FakeTimeline(/* windowCount= */ 1); in updateSessions_withoutMediaPeriodId_createsNewSession() local
74 Timeline timeline = new FakeTimeline(/* windowCount= */ 1); in updateSessions_withMediaPeriodId_createsNewSession() local
93 Timeline timeline = new FakeTimeline(/* windowCount= */ 1); in updateSessions_ofSameWindow_withMediaPeriodId_afterWithoutMediaPeriodId_doesNotCreateNewSession() local
114 Timeline timeline = new FakeTimeline(/* windowCount= */ 1); in updateSessions_ofSameWindow_withAd_afterWithoutMediaPeriodId_createsNewSession() local
142 Timeline timeline = new FakeTimeline(/* windowCount= */ 1); in updateSessions_ofSameWindow_withoutMediaPeriodId_afterMediaPeriodId_doesNotCreateNewSession() local
163 Timeline timeline = new FakeTimeline(/* windowCount= */ 1); in updateSessions_ofSameWindow_withoutMediaPeriodId_afterAd_doesNotCreateNewSession() local
187 Timeline timeline = in updateSessions_withOtherMediaPeriodId_ofSameWindow_doesNotCreateNewSession() local
213 Timeline timeline = in updateSessions_withAd_ofSameWindow_createsNewSession() local
245 Timeline timeline = new FakeTimeline(/* windowCount= */ 2); in updateSessions_ofOtherWindow_createsNewSession() local
265 Timeline timeline = new FakeTimeline(/* windowCount= */ 2); in updateSessions_withMediaPeriodId_ofOtherWindow_createsNewSession() local
[all …]
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/extensions/ima/src/test/java/com/google/android/exoplayer2/ext/ima/
DImaUtilTest.java83 FakeTimeline timeline = in splitAdPlaybackStateForPeriods_noAds_splitToEmptyAdPlaybackStates() local
109 FakeTimeline timeline = in splitAdPlaybackStateForPeriods_twoPrerollAds_splitToFirstTwoPeriods() local
144 FakeTimeline timeline = in splitAdPlaybackStateForPeriods_onePrerollAdGroup_splitToFirstThreePeriods() local
174 FakeTimeline timeline = in splitAdPlaybackStateForPeriods_twoMidrollAds_splitToMiddleTwoPeriods() local
205 FakeTimeline timeline = in splitAdPlaybackStateForPeriods_oneMidrollAdGroupOneAd_adSpansTwoPeriods() local
236 FakeTimeline timeline = in splitAdPlaybackStateForPeriods_oneMidrollAdGroupTwoAds_eachAdSplitsToOnePeriod() local
268 FakeTimeline timeline = in splitAdPlaybackStateForPeriods_twoPostrollAds_splitToLastTwoPeriods() local
299 FakeTimeline timeline = in splitAdPlaybackStateForPeriods_onePostrollAdGroup_splitToLastThreePeriods() local
339 FakeTimeline timeline = in splitAdPlaybackStateForPeriods_preMidAndPostrollAdGroup_splitCorrectly() local
376 FakeTimeline timeline = in splitAdPlaybackStateForPeriods_midAndPostrollAdGroup_splitCorrectly() local
[all …]
/external/exoplayer/tree/testutils/src/main/java/com/google/android/exoplayer2/testutil/
DTimelineAsserts.java38 public static void assertEmpty(Timeline timeline) { in assertEmpty()
54 Timeline timeline, @NullableType Object... expectedWindowTags) { in assertWindowTags()
66 public static void assertWindowIsDynamic(Timeline timeline, boolean... windowIsDynamic) { in assertWindowIsDynamic()
79 Timeline timeline, in assertPreviousWindowIndices()
94 Timeline timeline, in assertNextWindowIndices()
108 public static void assertPeriodDurations(Timeline timeline, long... durationsUs) { in assertPeriodDurations()
122 public static void assertPeriodCounts(Timeline timeline, int... expectedPeriodCounts) { in assertPeriodCounts()
165 public static void assertAdGroupCounts(Timeline timeline, int... expectedAdGroupCounts) { in assertAdGroupCounts()
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/core/src/test/java/com/google/android/exoplayer2/analytics/
DDefaultPlaybackSessionManagerTest.java74 Timeline timeline = new FakeTimeline(); in updateSessions_withoutMediaPeriodId_createsNewSession() local
86 Timeline timeline = new FakeTimeline(); in updateSessions_withMediaPeriodId_createsNewSession() local
105 Timeline timeline = new FakeTimeline(); in updateSessions_ofSameWindow_withMediaPeriodId_afterWithoutMediaPeriodId_doesNotCreateNewSession() local
126 Timeline timeline = new FakeTimeline(); in updateSessions_ofSameWindow_withAd_afterWithoutMediaPeriodId_createsNewSession() local
154 Timeline timeline = new FakeTimeline(); in updateSessions_ofSameWindow_withoutMediaPeriodId_afterMediaPeriodId_doesNotCreateNewSession() local
175 Timeline timeline = in updateSessions_ofSameWindow_withoutMediaPeriodId_afterAd_doesNotCreateNewSession() local
217 Timeline timeline = in updateSessions_withOtherMediaPeriodId_ofSameWindow_doesNotCreateNewSession() local
243 Timeline timeline = in updateSessions_withAd_ofSameWindow_createsNewSession() local
275 Timeline timeline = new FakeTimeline(/* windowCount= */ 2); in updateSessions_ofOtherWindow_createsNewSession() local
295 Timeline timeline = new FakeTimeline(/* windowCount= */ 2); in updateSessions_withMediaPeriodId_ofOtherWindow_createsNewSession() local
[all …]
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/extensions/ima/src/test/java/com/google/android/exoplayer2/ext/ima/
DImaUtilTest.java86 FakeTimeline timeline = in splitAdPlaybackStateForPeriods_noAds_splitToEmptyAdPlaybackStates() local
112 FakeTimeline timeline = in splitAdPlaybackStateForPeriods_twoPrerollAds_splitToFirstTwoPeriods() local
147 FakeTimeline timeline = in splitAdPlaybackStateForPeriods_onePrerollAdGroup_splitToFirstThreePeriods() local
177 FakeTimeline timeline = in splitAdPlaybackStateForPeriods_twoMidrollAds_splitToMiddleTwoPeriods() local
208 FakeTimeline timeline = in splitAdPlaybackStateForPeriods_oneMidrollAdGroupOneAd_adSpansTwoPeriods() local
239 FakeTimeline timeline = in splitAdPlaybackStateForPeriods_oneMidrollAdGroupTwoAds_eachAdSplitsToOnePeriod() local
271 FakeTimeline timeline = in splitAdPlaybackStateForPeriods_twoPostrollAds_splitToLastTwoPeriods() local
302 FakeTimeline timeline = in splitAdPlaybackStateForPeriods_onePostrollAdGroup_splitToLastThreePeriods() local
342 FakeTimeline timeline = in splitAdPlaybackStateForPeriods_preMidAndPostrollAdGroup_splitCorrectly() local
379 FakeTimeline timeline = in splitAdPlaybackStateForPeriods_midAndPostrollAdGroup_splitCorrectly() local
[all …]
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/hls/src/test/java/com/google/android/exoplayer2/source/hls/
DHlsMediaSourceTest.java75 Timeline timeline = prepareAndWaitForTimeline(mediaSource); in loadLivePlaylist_noTargetLiveOffsetDefined_fallbackToThreeTargetDuration() local
113 Timeline timeline = prepareAndWaitForTimeline(mediaSource); in loadLivePlaylist_holdBackInPlaylist_targetLiveOffsetFromHoldBack() local
153 Timeline timeline = prepareAndWaitForTimeline(mediaSource); in loadLivePlaylist_partHoldBackWithoutPartInformationInPlaylist_targetLiveOffsetFromHoldBack() local
186 Timeline timeline = prepareAndWaitForTimeline(mediaSource); in loadLivePlaylist_partHoldBackWithPartInformationInPlaylist_targetLiveOffsetFromPartHoldBack() local
224 Timeline timeline = prepareAndWaitForTimeline(mediaSource); in loadLivePlaylist_withParts_defaultPositionPointsAtClosestIndependentPart() local
262 Timeline timeline = prepareAndWaitForTimeline(mediaSource); in loadLivePlaylist_withNonPreciseStartTime_targetLiveOffsetFromStartTime() local
306 Timeline timeline = prepareAndWaitForTimeline(mediaSource); in loadLivePlaylist_withNonPreciseStartTimeAndUserDefinedLiveOffset_startsFromPrecedingSegment() local
342 Timeline timeline = prepareAndWaitForTimeline(mediaSource); in loadLivePlaylist_withPreciseStartTime_targetLiveOffsetFromStartTime() local
385 Timeline timeline = prepareAndWaitForTimeline(mediaSource); in loadLivePlaylist_withPreciseStartTimeAndUserDefinedLiveOffset_startsFromStartTime() local
419 Timeline timeline = prepareAndWaitForTimeline(mediaSource); in loadLivePlaylist_targetLiveOffsetInMediaItem_targetLiveOffsetPickedFromMediaItem() local
[all …]
/external/igt-gpu-tools/tests/
Dsw_sync.c45 int timeline; member
53 int timeline; in test_alloc_timeline() local
62 int timeline; in test_alloc_fence() local
80 int timeline; in test_timeline_closed() local
95 int timeline; in test_timeline_closed_signaled() local
110 int timeline[2]; in test_alloc_merge_fence() local
129 int timeline; in test_sync_busy() local
176 int timeline; in test_sync_busy_fork_unixsocket() local
251 int timeline = sw_sync_timeline_create(); in test_sync_busy_fork() local
277 int timeline; in test_sync_merge_invalid() local
[all …]
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/hls/src/test/java/com/google/android/exoplayer2/source/hls/
DHlsMediaSourceTest.java74 Timeline timeline = prepareAndWaitForTimeline(mediaSource); in loadLivePlaylist_noTargetLiveOffsetDefined_fallbackToThreeTargetDuration() local
110 Timeline timeline = prepareAndWaitForTimeline(mediaSource); in loadLivePlaylist_holdBackInPlaylist_targetLiveOffsetFromHoldBack() local
148 Timeline timeline = prepareAndWaitForTimeline(mediaSource); in loadLivePlaylist_partHoldBackWithoutPartInformationInPlaylist_targetLiveOffsetFromHoldBack() local
179 Timeline timeline = prepareAndWaitForTimeline(mediaSource); in loadLivePlaylist_partHoldBackWithPartInformationInPlaylist_targetLiveOffsetFromPartHoldBack() local
215 Timeline timeline = prepareAndWaitForTimeline(mediaSource); in loadLivePlaylist_withParts_defaultPositionPointsAtClosestIndependentPart() local
253 Timeline timeline = prepareAndWaitForTimeline(mediaSource); in loadLivePlaylist_withNonPreciseStartTime_targetLiveOffsetFromStartTime() local
297 Timeline timeline = prepareAndWaitForTimeline(mediaSource); in loadLivePlaylist_withNonPreciseStartTimeAndUserDefinedLiveOffset_startsFromPrecedingSegment() local
333 Timeline timeline = prepareAndWaitForTimeline(mediaSource); in loadLivePlaylist_withPreciseStartTime_targetLiveOffsetFromStartTime() local
376 Timeline timeline = prepareAndWaitForTimeline(mediaSource); in loadLivePlaylist_withPreciseStartTimeAndUserDefinedLiveOffset_startsFromStartTime() local
410 Timeline timeline = prepareAndWaitForTimeline(mediaSource); in loadLivePlaylist_targetLiveOffsetInMediaItem_targetLiveOffsetPickedFromMediaItem() local
[all …]
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/common/src/main/java/com/google/android/exoplayer2/
DBasePlayer.java183 Timeline timeline = getCurrentTimeline(); in seekToPrevious() local
238 Timeline timeline = getCurrentTimeline(); in seekToNext() local
268 Timeline timeline = getCurrentTimeline(); in getNextMediaItemIndex() local
283 Timeline timeline = getCurrentTimeline(); in getPreviousMediaItemIndex() local
293 Timeline timeline = getCurrentTimeline(); in getCurrentMediaItem() local
312 Timeline timeline = getCurrentTimeline(); in getCurrentManifest() local
335 Timeline timeline = getCurrentTimeline(); in isCurrentMediaItemDynamic() local
347 Timeline timeline = getCurrentTimeline(); in isCurrentMediaItemLive() local
353 Timeline timeline = getCurrentTimeline(); in getCurrentLiveOffset() local
373 Timeline timeline = getCurrentTimeline(); in isCurrentMediaItemSeekable() local
[all …]
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/common/src/main/java/com/google/android/exoplayer2/
DBasePlayer.java183 Timeline timeline = getCurrentTimeline(); in seekToPrevious() local
238 Timeline timeline = getCurrentTimeline(); in seekToNext() local
268 Timeline timeline = getCurrentTimeline(); in getNextMediaItemIndex() local
283 Timeline timeline = getCurrentTimeline(); in getPreviousMediaItemIndex() local
293 Timeline timeline = getCurrentTimeline(); in getCurrentMediaItem() local
312 Timeline timeline = getCurrentTimeline(); in getCurrentManifest() local
335 Timeline timeline = getCurrentTimeline(); in isCurrentMediaItemDynamic() local
347 Timeline timeline = getCurrentTimeline(); in isCurrentMediaItemLive() local
353 Timeline timeline = getCurrentTimeline(); in getCurrentLiveOffset() local
373 Timeline timeline = getCurrentTimeline(); in isCurrentMediaItemSeekable() local
[all …]
/external/perfetto/protos/perfetto/trace/ftrace/
Ddma_fence.proto12 optional string timeline = 4; field
18 optional string timeline = 4; field
24 optional string timeline = 4; field
30 optional string timeline = 4; field
36 optional string timeline = 4; field
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/core/src/test/java/com/google/android/exoplayer2/
DMediaPeriodQueueTest.java752 FakeTimeline timeline = in resolveMediaPeriodIdForAdsAfterPeriodPositionChange_behindAdPositionInSinglePeriodTimeline_resolvesToAd() local
779 FakeTimeline timeline = in resolveMediaPeriodIdForAdsAfterPeriodPositionChange_toAdPositionInSinglePeriodTimeline_resolvesToAd() local
806 FakeTimeline timeline = in resolveMediaPeriodIdForAdsAfterPeriodPositionChange_beforeAdPositionInSinglePeriodTimeline_seekNotAdjusted() local
831 Timeline timeline = in resolveMediaPeriodIdForAdsAfterPeriodPositionChange_behindAdInMultiPeriodTimeline_rollForward() local
866 Timeline timeline = in resolveMediaPeriodIdForAdsAfterPeriodPositionChange_behindAdInMultiPeriodAllAdsPlayed_seekNotAdjusted() local
901 Timeline timeline = in resolveMediaPeriodIdForAdsAfterPeriodPositionChange_behindAdInMultiPeriodFirstTwoAdsPlayed_rollForward() local
927 Timeline timeline = in resolveMediaPeriodIdForAdsAfterPeriodPositionChange_beforeAdInMultiPeriodTimeline_seekNotAdjusted() local
946 Timeline timeline = in resolveMediaPeriodIdForAdsAfterPeriodPositionChange_toUnplayedAdInMultiPeriodTimeline_resolvedAsAd() local
965 Timeline timeline = in resolveMediaPeriodIdForAdsAfterPeriodPositionChange_toPlayedAdInMultiPeriodTimeline_skipPlayedAd() local
984 Timeline timeline = in resolveMediaPeriodIdForAdsAfterPeriodPositionChange_toStartOfWindowPlayedAdPreroll_skipsPlayedPrerolls() local
[all …]

1234567891011