Home
last modified time | relevance | path

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

12

/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/dash/src/test/java/com/google/android/exoplayer2/source/dash/manifest/
H A 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()
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/dash/src/test/java/com/google/android/exoplayer2/source/dash/manifest/
H A 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()
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/qpack/
H A Dqpack_encoder.cc90 Representations representations; in FirstPassEncode() local
350 QpackEncoder::Representations representations, in SecondPassEncode()
387 Representations representations = in EncodeHeaderList() local
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/dash/src/main/java/com/google/android/exoplayer2/source/dash/manifest/
H A DAdaptationSet.java38 public final List<Representation> representations; field in AdaptationSet
61 List<Representation> representations, in AdaptationSet()
H A DDashManifest.java190 List<Representation> representations = adaptationSet.representations; in copyAdaptationSets() local
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/dash/src/main/java/com/google/android/exoplayer2/source/dash/manifest/
H A DAdaptationSet.java38 public final List<Representation> representations; field in AdaptationSet
61 List<Representation> representations, in AdaptationSet()
H A DDashManifest.java190 List<Representation> representations = adaptationSet.representations; in copyAdaptationSets() local
H A DDashManifestParser.java495 List<Representation> representations = new ArrayList<>(representationInfos.size()); in parseAdaptationSet() local
518 List<Representation> representations, in buildAdaptationSet()
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/spdy/core/hpack/
H A Dhpack_encoder.cc328 HpackEncoder::Encoderator::Encoderator(const Representations& representations, in Encoderator()
386 HpackEncoder::EncodeRepresentations(const Representations& representations) { in EncodeRepresentations()
H A Dhpack_encoder_test.cc107 const Representations& representations, in EncodeRepresentations()
249 void CompareWithExpectedEncoding(const Representations& representations) { in CompareWithExpectedEncoding()
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/dash/src/main/java/com/google/android/exoplayer2/source/dash/
H A 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
H A DDashMediaPeriod.java667 List<Representation> representations = new ArrayList<>(); in buildPrimaryAndEmbeddedTrackGroupInfos() local
837 List<Representation> representations = adaptationSets.get(i).representations; in hasEventMessageTrack() local
H A DDefaultDashChunkSource.java209 List<Representation> representations = getRepresentations(); in DefaultDashChunkSource() local
H A DDashUtil.java337 List<Representation> representations = period.adaptationSets.get(index).representations; in getFirstRepresentation() local
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/dash/src/main/java/com/google/android/exoplayer2/source/dash/
H A 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
H A DDashMediaPeriod.java669 List<Representation> representations = new ArrayList<>(); in buildPrimaryAndEmbeddedTrackGroupInfos() local
839 List<Representation> representations = adaptationSets.get(i).representations; in hasEventMessageTrack() local
H A DDefaultDashChunkSource.java209 List<Representation> representations = getRepresentations(); in DefaultDashChunkSource() local
H A DDashUtil.java336 List<Representation> representations = period.adaptationSets.get(index).representations; in getFirstRepresentation() local
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/playbacktests/src/androidTest/java/com/google/android/exoplayer2/playbacktests/gts/
H A DDashDownloadTest.java115 List<Representation> representations = adaptationSet.representations; in downloadContent() local
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/playbacktests/src/androidTest/java/com/google/android/exoplayer2/playbacktests/gts/
H A DDashDownloadTest.java115 List<Representation> representations = adaptationSet.representations; in downloadContent() local
/aosp_15_r20/external/python/cpython3/Doc/library/
Dzoneinfo.rst288 .. _pickling:
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/dash/src/test/java/com/google/android/exoplayer2/source/dash/
H A DDashUtilTest.java119 private static AdaptationSet newAdaptationSet(Representation... representations) { in newAdaptationSet()
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/dash/src/test/java/com/google/android/exoplayer2/source/dash/
H A DDashUtilTest.java119 private static AdaptationSet newAdaptationSet(Representation... representations) { in newAdaptationSet()
/aosp_15_r20/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/pipeline/
DCacheProcessing.java36 ArrayList<FilterRepresentation> representations; field in CacheProcessing.CacheStep
/aosp_15_r20/external/dagger2/java/dagger/internal/codegen/writing/
H A DComponentRequestRepresentations.java75 private final Map<Binding, BindingRepresentation> representations = new HashMap<>(); field in ComponentRequestRepresentations

12