Home
last modified time | relevance | path

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

12345678910

/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
49 newAdaptationSet(2, representations[0][0]), in copy()
50 newAdaptationSet(3, representations[0][1])), in copy()
54 newAdaptationSet(5, representations[1][0]), in copy()
55 newAdaptationSet(6, representations[1][1])), in copy()
59 newAdaptationSet(8, representations[2][0]), in copy()
60 newAdaptationSet(9, representations[2][1]))); in copy()
84 newAdaptationSet(2, representations[0][0][0], representations[0][0][1]), in copy()
85 newAdaptationSet(3, representations[0][1][2])), in copy()
89 newAdaptationSet(5, representations[1][0][1]), in copy()
[all …]
DDashManifestParserTest.java87 for (Representation representation : adaptationSet.representations) { in parseMediaPresentationDescription_segmentTemplate()
196 assertThat(adaptationSets.get(0).representations.get(0).format.label).isEqualTo("audio label"); in parseMediaPresentationDescription_labels()
197 assertThat(adaptationSets.get(1).representations.get(0).format.label).isEqualTo("video label"); in parseMediaPresentationDescription_labels()
210 Format format = adaptationSets.get(0).representations.get(0).format; in parseMediaPresentationDescription_text()
216 format = adaptationSets.get(1).representations.get(0).format; in parseMediaPresentationDescription_text()
222 format = adaptationSets.get(2).representations.get(0).format; in parseMediaPresentationDescription_text()
243 assertThat(adaptationSet.representations.get(0).format.roleFlags).isEqualTo(0); in parseMediaPresentationDescription_trickPlay()
248 assertThat(adaptationSet.representations.get(0).format.roleFlags).isEqualTo(0); in parseMediaPresentationDescription_trickPlay()
256 assertThat(adaptationSet.representations.get(0).format.roleFlags) in parseMediaPresentationDescription_trickPlay()
265 assertThat(adaptationSet.representations.get(0).format.roleFlags) in parseMediaPresentationDescription_trickPlay()
/external/exoplayer/tree/library/dash/src/test/java/com/google/android/exoplayer2/source/dash/
DDashMediaPeriodTest.java158 adaptationSets.get(0).representations.get(0).format, in adaptationSetSwitchingProperty_mergesTrackGroups()
159 adaptationSets.get(0).representations.get(1).format, in adaptationSetSwitchingProperty_mergesTrackGroups()
160 adaptationSets.get(2).representations.get(0).format, in adaptationSetSwitchingProperty_mergesTrackGroups()
161 adaptationSets.get(2).representations.get(1).format, in adaptationSetSwitchingProperty_mergesTrackGroups()
162 adaptationSets.get(3).representations.get(0).format), in adaptationSetSwitchingProperty_mergesTrackGroups()
163 new TrackGroup(adaptationSets.get(1).representations.get(0).format)); in adaptationSetSwitchingProperty_mergesTrackGroups()
203 adaptationSets.get(0).representations.get(0).format, in trickPlayProperty_mergesTrackGroups()
204 adaptationSets.get(0).representations.get(1).format, in trickPlayProperty_mergesTrackGroups()
205 adaptationSets.get(1).representations.get(0).format), in trickPlayProperty_mergesTrackGroups()
207 adaptationSets.get(2).representations.get(0).format, in trickPlayProperty_mergesTrackGroups()
[all …]
DDashUtilTest.java72 private static AdaptationSet newAdaptationSet(Representation... representations) { in newAdaptationSet() argument
76 Arrays.asList(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() argument
78 this.representations = Collections.unmodifiableList(representations); in AdaptationSet()
DDashManifest.java219 List<Representation> representations = adaptationSet.representations; in copyAdaptationSets() local
222 Representation representation = representations.get(key.trackIndex); in copyAdaptationSets()
/external/exoplayer/tree/playbacktests/src/androidTest/java/com/google/android/exoplayer2/playbacktests/gts/
DDashDownloadTest.java109 List<Representation> representations = adaptationSet.representations; in downloadContent() local
110 for (int rIndex = 0; rIndex < representations.size(); rIndex++) { in downloadContent()
111 String id = representations.get(rIndex).format.id; in downloadContent()
/external/tensorflow/tensorflow/compiler/mlir/g3doc/
Doverview.md11 representations (IR) and a code toolkit to perform transformations on that
13 representations to lower-level representations, these transformations can be
/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
215 return representations.isEmpty() ? null : representations.get(0); in getFirstRepresentation()
DDashMediaPeriod.java228 manifestAdaptationSets.get(adaptationSetIndices[0]).representations.size(); in getStreamKeys()
236 .representations in getStreamKeys()
656 List<Representation> representations = new ArrayList<>(); in buildPrimaryAndEmbeddedTrackGroupInfos() local
658 representations.addAll(adaptationSets.get(adaptationSetIndex).representations); in buildPrimaryAndEmbeddedTrackGroupInfos()
660 Format[] formats = new Format[representations.size()]; in buildPrimaryAndEmbeddedTrackGroupInfos()
662 Format format = representations.get(j).format; in buildPrimaryAndEmbeddedTrackGroupInfos()
816 List<Representation> representations = adaptationSets.get(i).representations; in hasEventMessageTrack() local
817 for (int j = 0; j < representations.size(); j++) { in hasEventMessageTrack()
818 Representation representation = representations.get(j); in hasEventMessageTrack()
DDefaultDashChunkSource.java175 List<Representation> representations = getRepresentations(); in DefaultDashChunkSource() local
178 Representation representation = representations.get(trackSelection.getIndexInTrackGroup(i)); in DefaultDashChunkSource()
214 List<Representation> representations = getRepresentations();
216 Representation representation = representations.get(trackSelection.getIndexInTrackGroup(i));
464 ArrayList<Representation> representations = new ArrayList<>();
466 representations.addAll(manifestAdaptationSets.get(adaptationSetIndex).representations);
468 return representations;
/external/icu/icu4c/source/data/translit/
Dund_FONIPA_und_FONXSAMP.txt37 # 5-character X-SAMPA representations
39 # Alternative 5-character X-SAMPA representations
47 # 4-character X-SAMPA representations
55 # Alternative 4-character X-SAMPA representations
60 # 3-character X-SAMPA representations
67 # Alternative 3-character X-SAMPA representations
73 # 2-character X-SAMPA representations
151 # Alternative 2-character X-SAMPA representations
156 # 1-character X-SAMPA representations
/external/tensorflow/tensorflow/core/framework/
Dtensor.proto22 // Only one of the representations below is set, one of "tensor_contents" and
28 // In version 0, if the "repeated xxx" representations contain only one
40 // Type specific representations that make it easy to create tensor protos in
/external/python/cpython2/Doc/library/
Drepr.rst18 The :mod:`repr` module provides a means for producing object representations
29 object types are added to avoid the generation of representations which are
53 size limits for the representations of different object types, and methods
59 Depth limit on the creation of recursive representations. The default is ``6``.
Dnumeric.rst13 exact representations of decimal numbers.
/external/ppp/pppd/plugins/radius/
DCOPYRIGHT15 Roaring Penguin Software Inc. makes no representations about the
30 Lars Fenneberg makes no representations about the suitability of this
46 Livingston Enterprises, Inc. makes no representations about the suitability
83 RSA Data Security, Inc. makes no representations concerning either
/external/libgsm/
DNOTICE6 are deemed to have made any representations as to the suitability of this
28 deemed to have made any representations as to the suitability
DCOPYRIGHT6 are deemed to have made any representations as to the suitability of this
28 deemed to have made any representations as to the suitability
/external/python/cpython3/Doc/library/
Dreprlib.rst13 The :mod:`reprlib` module provides a means for producing object representations
24 are added to avoid the generation of representations which are excessively long.
75 size limits for the representations of different object types, and methods
81 Depth limit on the creation of recursive representations. The default is ``6``.
Dnumeric.rst12 module supports exact representations of decimal numbers, using arbitrary precision
/external/exoplayer/tree/library/dash/src/main/java/com/google/android/exoplayer2/source/dash/offline/
DDashDownloader.java135 for (int i = 0; i < adaptationSet.representations.size(); i++) { in addSegmentsForAdaptationSet()
136 Representation representation = adaptationSet.representations.get(i); in addSegmentsForAdaptationSet()
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_BitwiseAnd.pbtxt6 computation is performed on the underlying representations of `x` and `y`.
Dapi_def_BitwiseXor.pbtxt6 computation is performed on the underlying representations of `x` and `y`.
Dapi_def_BitwiseOr.pbtxt6 computation is performed on the underlying representations of `x` and `y`.
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/
DLICENSE.md14 M.I.T. makes no representations about the suitability of this software for any

12345678910