Home
last modified time | relevance | path

Searched defs:representations (Results 1 – 11 of 11) sorted by relevance

/external/exoplayer/tree/library/dash/src/test/java/com/google/android/exoplayer2/source/dash/manifest/
DDashManifestTest.java42 Representation[][][] representations = newRepresentations(3, 2, 3); in copy() local
101 Representation[][][] representations = newRepresentations(2, 1, 1); in copySameAdaptationIndexButDifferentPeriod() local
121 Representation[][][] representations = newRepresentations(3, 2, 3); in copySkipPeriod() local
203 Representation[][][] representations = new Representation[periodCount][][]; in newRepresentations() local
241 private static AdaptationSet newAdaptationSet(int seed, Representation... representations) { in newAdaptationSet()
/external/exoplayer/tree/library/dash/src/main/java/com/google/android/exoplayer2/source/dash/manifest/
DAdaptationSet.java46 public final List<Representation> representations; field in AdaptationSet
72 List<Representation> representations, in AdaptationSet()
DDashManifest.java219 List<Representation> representations = adaptationSet.representations; in copyAdaptationSets() local
DDashManifestParser.java366 List<Representation> representations = new ArrayList<>(representationInfos.size()); in parseAdaptationSet() local
389 List<Representation> representations, in buildAdaptationSet()
/external/exoplayer/tree/playbacktests/src/androidTest/java/com/google/android/exoplayer2/playbacktests/gts/
DDashDownloadTest.java109 List<Representation> representations = adaptationSet.representations; in downloadContent() local
/external/exoplayer/tree/library/dash/src/test/java/com/google/android/exoplayer2/source/dash/
DDashUtilTest.java72 private static AdaptationSet newAdaptationSet(Representation... representations) { in newAdaptationSet()
DDashMediaPeriodTest.java301 int id, int trackType, @Nullable Descriptor descriptor, Representation... representations) { in createAdaptationSet()
/external/python/cpython3/Doc/library/
Dzoneinfo.rst284 .. _pickling:
/external/exoplayer/tree/library/dash/src/main/java/com/google/android/exoplayer2/source/dash/
DDashUtil.java214 List<Representation> representations = period.adaptationSets.get(index).representations; in getFirstRepresentation() local
DDefaultDashChunkSource.java175 List<Representation> representations = getRepresentations(); in DefaultDashChunkSource() local
DDashMediaPeriod.java656 List<Representation> representations = new ArrayList<>(); in buildPrimaryAndEmbeddedTrackGroupInfos() local
816 List<Representation> representations = adaptationSets.get(i).representations; in hasEventMessageTrack() local