Searched refs:copyAdaptationSets (Results 1 – 1 of 1) sorted by relevance
187 ArrayList<AdaptationSet> copyAdaptationSets = in copy() local188 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 DashManifest214 ArrayList<AdaptationSet> copyAdaptationSets = new ArrayList<>(); in copyAdaptationSets() local227 copyAdaptationSets.add( in copyAdaptationSets()238 return copyAdaptationSets; in copyAdaptationSets()