Home
last modified time | relevance | path

Searched refs:copyAdaptationSets (Results 1 – 1 of 1) sorted by relevance

/external/exoplayer/tree/library/dash/src/main/java/com/google/android/exoplayer2/source/dash/manifest/
DDashManifest.java187 ArrayList<AdaptationSet> copyAdaptationSets = in copy() local
188 copyAdaptationSets(period.adaptationSets, keys); in copy()
189 Period copiedPeriod = new Period(period.id, period.startMs - shiftMs, copyAdaptationSets, in copy()
210 private static ArrayList<AdaptationSet> copyAdaptationSets( in copyAdaptationSets() method in DashManifest
214 ArrayList<AdaptationSet> copyAdaptationSets = new ArrayList<>(); in copyAdaptationSets() local
227 copyAdaptationSets.add( in copyAdaptationSets()
238 return copyAdaptationSets; in copyAdaptationSets()