Home
last modified time | relevance | path

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

/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/dash/src/test/java/com/google/android/exoplayer2/source/dash/manifest/
DDashManifestTest.java44 Representation[][][] representations = newRepresentations(3, 2, 3); in copy() local
112 Representation[][][] representations = newRepresentations(2, 1, 1); in copySameAdaptationIndexButDifferentPeriod() local
134 Representation[][][] representations = newRepresentations(3, 2, 3); in copySkipPeriod() local
219 Representation[][][] representations = new Representation[periodCount][][]; in newRepresentations() local
262 private static AdaptationSet newAdaptationSet(int seed, Representation... representations) { in newAdaptationSet()
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/dash/src/test/java/com/google/android/exoplayer2/source/dash/manifest/
DDashManifestTest.java44 Representation[][][] representations = newRepresentations(3, 2, 3); in copy() local
112 Representation[][][] representations = newRepresentations(2, 1, 1); in copySameAdaptationIndexButDifferentPeriod() local
134 Representation[][][] representations = newRepresentations(3, 2, 3); in copySkipPeriod() local
219 Representation[][][] representations = new Representation[periodCount][][]; in newRepresentations() local
262 private static AdaptationSet newAdaptationSet(int seed, Representation... representations) { in newAdaptationSet()
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/dash/src/main/java/com/google/android/exoplayer2/source/dash/manifest/
DAdaptationSet.java38 public final List<Representation> representations; field in AdaptationSet
61 List<Representation> representations, in AdaptationSet()
DDashManifest.java190 List<Representation> representations = adaptationSet.representations; in copyAdaptationSets() local
DDashManifestParser.java512 List<Representation> representations = new ArrayList<>(representationInfos.size()); in parseAdaptationSet() local
535 List<Representation> representations, in buildAdaptationSet()
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/dash/src/main/java/com/google/android/exoplayer2/source/dash/manifest/
DAdaptationSet.java38 public final List<Representation> representations; field in AdaptationSet
61 List<Representation> representations, in AdaptationSet()
DDashManifest.java190 List<Representation> representations = adaptationSet.representations; in copyAdaptationSets() local
DDashManifestParser.java495 List<Representation> representations = new ArrayList<>(representationInfos.size()); in parseAdaptationSet() local
518 List<Representation> representations, in buildAdaptationSet()
/external/cronet/net/third_party/quiche/src/quiche/quic/core/qpack/
Dqpack_encoder.cc85 Representations representations; in FirstPassEncode() local
337 QpackEncoder::Representations representations, in SecondPassEncode()
374 Representations representations = in EncodeHeaderList() local
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/playbacktests/src/androidTest/java/com/google/android/exoplayer2/playbacktests/gts/
DDashDownloadTest.java115 List<Representation> representations = adaptationSet.representations; in downloadContent() local
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/playbacktests/src/androidTest/java/com/google/android/exoplayer2/playbacktests/gts/
DDashDownloadTest.java115 List<Representation> representations = adaptationSet.representations; in downloadContent() local
/external/python/cpython3/Doc/library/
Dzoneinfo.rst285 .. _pickling:
/external/cronet/net/third_party/quiche/src/quiche/spdy/core/hpack/
Dhpack_encoder.cc317 HpackEncoder::Encoderator::Encoderator(const Representations& representations, in Encoderator()
371 HpackEncoder::EncodeRepresentations(const Representations& representations) { in EncodeRepresentations()
Dhpack_encoder_test.cc96 const Representations& representations, in EncodeRepresentations()
238 void CompareWithExpectedEncoding(const Representations& representations) { in CompareWithExpectedEncoding()
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/dash/src/test/java/com/google/android/exoplayer2/source/dash/
DDashUtilTest.java119 private static AdaptationSet newAdaptationSet(Representation... representations) { in newAdaptationSet()
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/dash/src/test/java/com/google/android/exoplayer2/source/dash/
DDashUtilTest.java119 private static AdaptationSet newAdaptationSet(Representation... representations) { in newAdaptationSet()
/external/dagger2/java/dagger/internal/codegen/writing/
DComponentRequestRepresentations.java72 private final Map<Binding, BindingRepresentation> representations = new HashMap<>(); field in ComponentRequestRepresentations
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/dash/src/main/java/com/google/android/exoplayer2/source/dash/
DDefaultDashChunkSource.java209 List<Representation> representations = getRepresentations(); in DefaultDashChunkSource() local
DDashUtil.java336 List<Representation> representations = period.adaptationSets.get(index).representations; in getFirstRepresentation() local
DDashMediaSource.java1007 List<Representation> representations = period.adaptationSets.get(i).representations; in getIntervalUntilNextManifestRefreshMs() local
1036 List<Representation> representations = adaptationSet.representations; in getAvailableStartTimeInManifestUs() local
1068 List<Representation> representations = adaptationSet.representations; in getAvailableEndTimeInManifestUs() local
DDashMediaPeriod.java669 List<Representation> representations = new ArrayList<>(); in buildPrimaryAndEmbeddedTrackGroupInfos() local
839 List<Representation> representations = adaptationSets.get(i).representations; in hasEventMessageTrack() local
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/dash/src/main/java/com/google/android/exoplayer2/source/dash/
DDefaultDashChunkSource.java209 List<Representation> representations = getRepresentations(); in DefaultDashChunkSource() local
DDashUtil.java337 List<Representation> representations = period.adaptationSets.get(index).representations; in getFirstRepresentation() local
DDashMediaSource.java995 List<Representation> representations = period.adaptationSets.get(i).representations; in getIntervalUntilNextManifestRefreshMs() local
1024 List<Representation> representations = adaptationSet.representations; in getAvailableStartTimeInManifestUs() local
1056 List<Representation> representations = adaptationSet.representations; in getAvailableEndTimeInManifestUs() local
DDashMediaPeriod.java667 List<Representation> representations = new ArrayList<>(); in buildPrimaryAndEmbeddedTrackGroupInfos() local
837 List<Representation> representations = adaptationSets.get(i).representations; in hasEventMessageTrack() local