Home
last modified time | relevance | path

Searched defs:adaptationSets (Results 1 – 10 of 10) sorted by relevance

/external/exoplayer/tree/library/dash/src/main/java/com/google/android/exoplayer2/source/dash/manifest/
DPeriod.java41 public final List<AdaptationSet> adaptationSets; field in Period
56 public Period(@Nullable String id, long startMs, List<AdaptationSet> adaptationSets) { in Period()
66 public Period(@Nullable String id, long startMs, List<AdaptationSet> adaptationSets, in Period()
81 List<AdaptationSet> adaptationSets, in Period()
DDashManifest.java211 List<AdaptationSet> adaptationSets, LinkedList<StreamKey> keys) { in copyAdaptationSets()
DDashManifestParser.java230 List<AdaptationSet> adaptationSets = new ArrayList<>(); in parsePeriod() local
264 List<AdaptationSet> adaptationSets, in buildPeriod()
/external/exoplayer/tree/library/dash/src/test/java/com/google/android/exoplayer2/source/dash/
DDashMediaPeriodTest.java151 List<AdaptationSet> adaptationSets = manifest.getPeriod(0).adaptationSets; in adaptationSetSwitchingProperty_mergesTrackGroups() local
196 List<AdaptationSet> adaptationSets = manifest.getPeriod(0).adaptationSets; in trickPlayProperty_mergesTrackGroups() local
242 List<AdaptationSet> adaptationSets = manifest.getPeriod(0).adaptationSets; in adaptationSetSwitchingProperty_andTrickPlayProperty_mergesTrackGroups() local
296 private static Period createPeriod(AdaptationSet... adaptationSets) { in createPeriod()
DDashUtilTest.java68 private static Period newPeriod(AdaptationSet... adaptationSets) { in newPeriod()
/external/exoplayer/tree/library/dash/src/test/java/com/google/android/exoplayer2/source/dash/manifest/
DDashManifestParserTest.java194 List<AdaptationSet> adaptationSets = manifest.getPeriod(0).adaptationSets; in parseMediaPresentationDescription_labels() local
208 List<AdaptationSet> adaptationSets = manifest.getPeriod(0).adaptationSets; in parseMediaPresentationDescription_text() local
238 List<AdaptationSet> adaptationSets = manifest.getPeriod(0).adaptationSets; in parseMediaPresentationDescription_trickPlay() local
DDashManifestTest.java237 private static Period newPeriod(String id, int startMs, AdaptationSet... adaptationSets) { in newPeriod()
/external/exoplayer/tree/library/dash/src/main/java/com/google/android/exoplayer2/source/dash/
DDashMediaPeriod.java485 List<AdaptationSet> adaptationSets, in buildTrackGroups()
534 private static int[][] getGroupedAdaptationSetIndices(List<AdaptationSet> adaptationSets) { in getGroupedAdaptationSetIndices()
625 List<AdaptationSet> adaptationSets, in identifyEmbeddedTracks()
646 List<AdaptationSet> adaptationSets, in buildPrimaryAndEmbeddedTrackGroupInfos()
813 private static boolean hasEventMessageTrack(List<AdaptationSet> adaptationSets, in hasEventMessageTrack()
828 List<AdaptationSet> adaptationSets, int[] adaptationSetIndices) { in getCea608TrackFormats()
/external/exoplayer/tree/playbacktests/src/androidTest/java/com/google/android/exoplayer2/playbacktests/gts/
DDashDownloadTest.java106 List<AdaptationSet> adaptationSets = dashManifest.getPeriod(pIndex).adaptationSets; in downloadContent() local
/external/exoplayer/tree/library/dash/src/main/java/com/google/android/exoplayer2/source/dash/offline/
DDashDownloader.java113 List<AdaptationSet> adaptationSets = period.adaptationSets; in getSegments() local