/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/dash/src/test/java/com/google/android/exoplayer2/source/dash/manifest/ |
H A D | DashManifestTest.java | 44 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 D | DashManifestTest.java | 44 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 D | qpack_encoder.cc | 90 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 D | AdaptationSet.java | 38 public final List<Representation> representations; field in AdaptationSet 61 List<Representation> representations, in AdaptationSet()
|
H A D | DashManifest.java | 190 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 D | AdaptationSet.java | 38 public final List<Representation> representations; field in AdaptationSet 61 List<Representation> representations, in AdaptationSet()
|
H A D | DashManifest.java | 190 List<Representation> representations = adaptationSet.representations; in copyAdaptationSets() local
|
H A D | DashManifestParser.java | 495 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 D | hpack_encoder.cc | 328 HpackEncoder::Encoderator::Encoderator(const Representations& representations, in Encoderator() 386 HpackEncoder::EncodeRepresentations(const Representations& representations) { in EncodeRepresentations()
|
H A D | hpack_encoder_test.cc | 107 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 D | DashMediaSource.java | 995 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 D | DashMediaPeriod.java | 667 List<Representation> representations = new ArrayList<>(); in buildPrimaryAndEmbeddedTrackGroupInfos() local 837 List<Representation> representations = adaptationSets.get(i).representations; in hasEventMessageTrack() local
|
H A D | DefaultDashChunkSource.java | 209 List<Representation> representations = getRepresentations(); in DefaultDashChunkSource() local
|
H A D | DashUtil.java | 337 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 D | DashMediaSource.java | 1007 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 D | DashMediaPeriod.java | 669 List<Representation> representations = new ArrayList<>(); in buildPrimaryAndEmbeddedTrackGroupInfos() local 839 List<Representation> representations = adaptationSets.get(i).representations; in hasEventMessageTrack() local
|
H A D | DefaultDashChunkSource.java | 209 List<Representation> representations = getRepresentations(); in DefaultDashChunkSource() local
|
H A D | DashUtil.java | 336 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 D | DashDownloadTest.java | 115 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 D | DashDownloadTest.java | 115 List<Representation> representations = adaptationSet.representations; in downloadContent() local
|
/aosp_15_r20/external/python/cpython3/Doc/library/ |
D | zoneinfo.rst | 288 .. _pickling:
|
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/dash/src/test/java/com/google/android/exoplayer2/source/dash/ |
H A D | DashUtilTest.java | 119 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 D | DashUtilTest.java | 119 private static AdaptationSet newAdaptationSet(Representation... representations) { in newAdaptationSet()
|
/aosp_15_r20/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/pipeline/ |
D | CacheProcessing.java | 36 ArrayList<FilterRepresentation> representations; field in CacheProcessing.CacheStep
|
/aosp_15_r20/external/dagger2/java/dagger/internal/codegen/writing/ |
H A D | ComponentRequestRepresentations.java | 75 private final Map<Binding, BindingRepresentation> representations = new HashMap<>(); field in ComponentRequestRepresentations
|