Home
last modified time | relevance | path

Searched full:representation (Results 1 – 25 of 15463) sorted by relevance

12345678910>>...619

/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/dash/src/main/java/com/google/android/exoplayer2/source/dash/
H A DDashUtil.java33 import com.google.android.exoplayer2.source.dash.manifest.Representation;
47 * Builds a {@link DataSpec} for a given {@link RangedUri} belonging to {@link Representation}.
49 * @param representation The {@link Representation} to which the request belongs.
57 Representation representation, String baseUrl, RangedUri requestUri, int flags) { in buildDataSpec() argument
62 .setKey(resolveCacheKey(representation, requestUri)) in buildDataSpec()
68 * Builds a {@link DataSpec} for a given {@link RangedUri} belonging to {@link Representation}.
70 * <p>Uses the first base URL of the representation to build the data spec.
72 * @param representation The {@link Representation} to which the request belongs.
79 Representation representation, RangedUri requestUri, int flags) { in buildDataSpec() argument
80 return buildDataSpec(representation, representation.baseUrls.get(0).url, requestUri, flags); in buildDataSpec()
[all …]
H A DDefaultDashChunkSource.java46 import com.google.android.exoplayer2.source.dash.manifest.Representation;
209 List<Representation> representations = getRepresentations(); in DefaultDashChunkSource()
212 Representation representation = representations.get(trackSelection.getIndexInTrackGroup(i)); in DefaultDashChunkSource() local
214 BaseUrl selectedBaseUrl = baseUrlExclusionList.selectBaseUrl(representation.baseUrls); in DefaultDashChunkSource()
218 representation, in DefaultDashChunkSource()
219 selectedBaseUrl != null ? selectedBaseUrl : representation.baseUrls.get(0), in DefaultDashChunkSource()
222 representation.format, in DefaultDashChunkSource()
228 representation.getIndex()); in DefaultDashChunkSource()
260 List<Representation> representations = getRepresentations();
262 Representation representation = representations.get(trackSelection.getIndexInTrackGroup(i));
[all …]
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/dash/src/main/java/com/google/android/exoplayer2/source/dash/
H A DDashUtil.java33 import com.google.android.exoplayer2.source.dash.manifest.Representation;
46 * Builds a {@link DataSpec} for a given {@link RangedUri} belonging to {@link Representation}.
48 * @param representation The {@link Representation} to which the request belongs.
56 Representation representation, String baseUrl, RangedUri requestUri, int flags) { in buildDataSpec() argument
61 .setKey(resolveCacheKey(representation, requestUri)) in buildDataSpec()
67 * Builds a {@link DataSpec} for a given {@link RangedUri} belonging to {@link Representation}.
69 * <p>Uses the first base URL of the representation to build the data spec.
71 * @param representation The {@link Representation} to which the request belongs.
78 Representation representation, RangedUri requestUri, int flags) { in buildDataSpec() argument
79 return buildDataSpec(representation, representation.baseUrls.get(0).url, requestUri, flags); in buildDataSpec()
[all …]
H A DDefaultDashChunkSource.java46 import com.google.android.exoplayer2.source.dash.manifest.Representation;
209 List<Representation> representations = getRepresentations(); in DefaultDashChunkSource()
212 Representation representation = representations.get(trackSelection.getIndexInTrackGroup(i)); in DefaultDashChunkSource() local
214 BaseUrl selectedBaseUrl = baseUrlExclusionList.selectBaseUrl(representation.baseUrls); in DefaultDashChunkSource()
218 representation, in DefaultDashChunkSource()
219 selectedBaseUrl != null ? selectedBaseUrl : representation.baseUrls.get(0), in DefaultDashChunkSource()
222 representation.format, in DefaultDashChunkSource()
228 representation.getIndex()); in DefaultDashChunkSource()
260 List<Representation> representations = getRepresentations();
262 Representation representation = representations.get(trackSelection.getIndexInTrackGroup(i));
[all …]
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/doc/karma/
Dbinary.qbk87 [[`byte_`] [Output the binary representation of the least
91 [[`word`] [Output the binary representation of the least
93 in native endian representation. This generator
96 [[`dword`] [Output the binary representation of the least
98 in native endian representation. This generator
101 [[`qword`] [Output the binary representation of the least
103 in native endian representation. This generator
106 [[`bin_float`] [Output the binary representation of the mandatory
107 float attribute in native endian representation.
110 [[`bin_double`] [Output the binary representation of the mandatory
[all …]
/aosp_15_r20/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/pipeline/
DImagePreset.java80 FilterRepresentation representation = null; in getFilterRepresentation() local
82 representation = mFilters.elementAt(position).copy(); in getFilterRepresentation()
84 return representation; in getFilterRepresentation()
102 public int getPositionForRepresentation(FilterRepresentation representation) { in getPositionForRepresentation() argument
104 if (sameSerializationName(mFilters.elementAt(i), representation)) { in getPositionForRepresentation()
139 FilterRepresentation representation = mFilters.elementAt(position); in getFilterRepresentationCopyFrom() local
140 if (representation != null) { in getFilterRepresentationCopyFrom()
141 representation = representation.copy(); in getFilterRepresentationCopyFrom()
143 return representation; in getFilterRepresentationCopyFrom()
184 for (FilterRepresentation representation : mFilters) { in contains()
[all …]
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/docs/doc/reference/com/google/android/exoplayer2/source/dash/
H A DDashUtil.html157Representation,com.google.android.exoplayer2.source.dash.manifest.RangedUri,int)">buildDataSpec</a…
161 … to <a href="manifest/Representation.html" title="class in com.google.android.exoplayer2.source.da…
166Representation,java.lang.String,com.google.android.exoplayer2.source.dash.manifest.RangedUri,int)"…
171 … to <a href="manifest/Representation.html" title="class in com.google.android.exoplayer2.source.da…
176 …am.DataSource,int,com.google.android.exoplayer2.source.dash.manifest.Representation)">loadChunkInd…
178 …ef="manifest/Representation.html" title="class in com.google.android.exoplayer2.source.dash.manife…
180 <div class="block">Loads initialization and index data for the <code>representation</code> and retu…
185 …am.DataSource,int,com.google.android.exoplayer2.source.dash.manifest.Representation,int)">loadChun…
187 …ef="manifest/Representation.html" title="class in com.google.android.exoplayer2.source.dash.manife…
190 <div class="block">Loads initialization and index data for the <code>representation</code> and retu…
[all …]
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/docs/doc/reference/com/google/android/exoplayer2/source/dash/
H A DDashUtil.html157Representation,com.google.android.exoplayer2.source.dash.manifest.RangedUri,int)">buildDataSpec</a…
161 … to <a href="manifest/Representation.html" title="class in com.google.android.exoplayer2.source.da…
166Representation,java.lang.String,com.google.android.exoplayer2.source.dash.manifest.RangedUri,int)"…
171 … to <a href="manifest/Representation.html" title="class in com.google.android.exoplayer2.source.da…
176 …am.DataSource,int,com.google.android.exoplayer2.source.dash.manifest.Representation)">loadChunkInd…
178 …ef="manifest/Representation.html" title="class in com.google.android.exoplayer2.source.dash.manife…
180 <div class="block">Loads initialization and index data for the <code>representation</code> and retu…
185 …am.DataSource,int,com.google.android.exoplayer2.source.dash.manifest.Representation,int)">loadChun…
187 …ef="manifest/Representation.html" title="class in com.google.android.exoplayer2.source.dash.manife…
190 <div class="block">Loads initialization and index data for the <code>representation</code> and retu…
[all …]
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/dash/src/main/java/com/google/android/exoplayer2/source/dash/manifest/
H A DRepresentation.java32 /** A DASH representation. */
33 public abstract class Representation { class
39 * Identifies the revision of the media contained within the representation. If the media can
45 /** The format of the representation. */
47 /** The base URLs of the representation. */
51 /** The in-band event streams in the representation. May be empty. */
53 /** Essential properties in the representation. May be empty. */
64 * @param format The format of the representation.
65 * @param baseUrls The list of base URLs of the representation.
66 * @param segmentBase A segment base element for the representation.
[all …]
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/dash/src/main/java/com/google/android/exoplayer2/source/dash/manifest/
H A DRepresentation.java32 /** A DASH representation. */
33 public abstract class Representation { class
39 * Identifies the revision of the media contained within the representation. If the media can
45 /** The format of the representation. */
47 /** The base URLs of the representation. */
51 /** The in-band event streams in the representation. May be empty. */
53 /** Essential properties in the representation. May be empty. */
64 * @param format The format of the representation.
65 * @param baseUrls The list of base URLs of the representation.
66 * @param segmentBase A segment base element for the representation.
[all …]
/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math3/genetics/
H A DAbstractListChromosome.java27 * @param <T> type of the representation list
33 private final List<T> representation; field in AbstractListChromosome
36 * Constructor, copying the input representation.
38 * @param representation inner representation of the chromosome
39 * @throws InvalidRepresentationException iff the <code>representation</code> can not represent
42 public AbstractListChromosome(final List<T> representation) in AbstractListChromosome() argument
44 this(representation, true); in AbstractListChromosome()
48 * Constructor, copying the input representation.
50 * @param representation inner representation of the chromosome
51 * @throws InvalidRepresentationException iff the <code>representation</code> can not represent
[all …]
H A DRandomKey.java30 * Random Key chromosome is used for permutation representation. It is a vector of a fixed length of
38 * <p>With this representation, common operators like n-point crossover can be used, because any
41 * <p>Since the chromosome (and thus its arrayRepresentation) is immutable, the array representation
59 /** Cache of sorted representation (unmodifiable). */
62 /** Base sequence [0,1,...,n-1], permuted according to the representation (unmodifiable). */
68 * @param representation list of [0,1] values representing the permutation
69 * @throws InvalidRepresentationException iff the <code>representation</code> can not represent
72 public RandomKey(final List<Double> representation) throws InvalidRepresentationException { in RandomKey() argument
73 super(representation); in RandomKey()
74 // store the sorted representation in RandomKey()
[all …]
/aosp_15_r20/packages/modules/Permission/SafetyLabel/tests/java/com/android/permission/safetylabel/
DSafetyLabelTestPersistableBundles.kt41 * Returns [PersistableBundle] representation of an empty top level metadata persistable bundle. in <lambda>()
48 * Returns [PersistableBundle] representation of a top level metadata versioned by the provided in <lambda>()
60 * Returns [PersistableBundle] representation of a top level metadata versioned by the provided in <lambda>()
76 * Returns [PersistableBundle] representation of a metadata with invalid safety label key. in <lambda>()
85 * Returns [PersistableBundle] representation of a metadata with invalid safety label bundle. in <lambda>()
95 * Returns [PersistableBundle] representation of an invalid metadata without version number. in <lambda>()
102 * Returns [PersistableBundle] representation of a metadata with invalid top level version number. in <lambda>()
111 * Returns [PersistableBundle] representation of an empty safety label versioned by the provided in <lambda>()
122 /** Returns [PersistableBundle] representation of a valid safety label */ in <lambda>()
131 /** Returns [PersistableBundle] representation of a non-versioned invalid safety label */ in <lambda>()
[all …]
/aosp_15_r20/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
DFilterRepresentation.java57 FilterRepresentation representation = new FilterRepresentation(mName); in copy() local
58 representation.useParametersFrom(this); in copy()
59 return representation; in copy()
62 protected void copyAllParameters(FilterRepresentation representation) { in copyAllParameters() argument
63 representation.setName(getName()); in copyAllParameters()
64 representation.setFilterClass(getFilterClass()); in copyAllParameters()
65 representation.setFilterType(getFilterType()); in copyAllParameters()
66 representation.setSupportsPartialRendering(supportsPartialRendering()); in copyAllParameters()
67 representation.setTextId(getTextId()); in copyAllParameters()
68 representation.setEditorId(getEditorId()); in copyAllParameters()
[all …]
DFilterFxRepresentation.java47 FilterFxRepresentation representation = new FilterFxRepresentation(getName(),0,0); in copy() local
48 copyAllParameters(representation); in copy()
49 return representation; in copy()
53 protected void copyAllParameters(FilterRepresentation representation) { in copyAllParameters() argument
54 super.copyAllParameters(representation); in copyAllParameters()
55 representation.useParametersFrom(this); in copyAllParameters()
61 FilterFxRepresentation representation = (FilterFxRepresentation) a; in useParametersFrom() local
62 setName(representation.getName()); in useParametersFrom()
63 setSerializationName(representation.getSerializationName()); in useParametersFrom()
64 setBitmapResource(representation.getBitmapResource()); in useParametersFrom()
[all …]
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/docs/doc/reference/com/google/android/exoplayer2/source/dash/manifest/
H A DRepresentation.SingleSegmentRepresentation.html5 <title>Representation.SingleSegmentRepresentation (ExoPlayer library)</title>
22 parent.document.title="Representation.SingleSegmentRepresentation (ExoPlayer library)";
117 <h2 title="Class Representation.SingleSegmentRepresentation" class="title">Class Representation.Sin…
124Representation.html" title="class in com.google.android.exoplayer2.source.dash.manifest">com.googl…
127 <li>com.google.android.exoplayer2.source.dash.manifest.Representation.SingleSegmentRepresentation</…
138 <dd><a href="Representation.html" title="class in com.google.android.exoplayer2.source.dash.manifes…
141 <pre>public static class <span class="typeNameLabel">Representation.SingleSegmentRepresentation</sp…
142 extends <a href="Representation.html" title="class in com.google.android.exoplayer2.source.dash.man…
143 <div class="block">A DASH representation consisting of a single segment.</div>
158 …ed.classes.inherited.from.class.com.google.android.exoplayer2.source.dash.manifest.Representation">
[all …]
H A DRepresentation.MultiSegmentRepresentation.html5 <title>Representation.MultiSegmentRepresentation (ExoPlayer library)</title>
22 parent.document.title="Representation.MultiSegmentRepresentation (ExoPlayer library)";
117 <h2 title="Class Representation.MultiSegmentRepresentation" class="title">Class Representation.Mult…
124Representation.html" title="class in com.google.android.exoplayer2.source.dash.manifest">com.googl…
127 <li>com.google.android.exoplayer2.source.dash.manifest.Representation.MultiSegmentRepresentation</l…
142 <dd><a href="Representation.html" title="class in com.google.android.exoplayer2.source.dash.manifes…
145 <pre>public static class <span class="typeNameLabel">Representation.MultiSegmentRepresentation</spa…
146 extends <a href="Representation.html" title="class in com.google.android.exoplayer2.source.dash.man…
148 <div class="block">A DASH representation consisting of multiple segments.</div>
163 …ed.classes.inherited.from.class.com.google.android.exoplayer2.source.dash.manifest.Representation">
[all …]
H A DRepresentation.html5 <title>Representation (ExoPlayer library)</title>
22 parent.document.title="Representation (ExoPlayer library)";
117 <h2 title="Class Representation" class="title">Class Representation</h2>
124 <li>com.google.android.exoplayer2.source.dash.manifest.Representation</li>
133Representation.MultiSegmentRepresentation.html" title="class in com.google.android.exoplayer2.sour…
136 <pre>public abstract class <span class="typeNameLabel">Representation</span>
138 <div class="block">A DASH representation.</div>
161 …"><a href="Representation.MultiSegmentRepresentation.html" title="class in com.google.android.exop…
163 <div class="block">A DASH representation consisting of multiple segments.</div>
168 …"><a href="Representation.SingleSegmentRepresentation.html" title="class in com.google.android.exo…
[all …]
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/docs/doc/reference/com/google/android/exoplayer2/source/dash/manifest/
H A DRepresentation.SingleSegmentRepresentation.html5 <title>Representation.SingleSegmentRepresentation (ExoPlayer library)</title>
22 parent.document.title="Representation.SingleSegmentRepresentation (ExoPlayer library)";
117 <h2 title="Class Representation.SingleSegmentRepresentation" class="title">Class Representation.Sin…
124Representation.html" title="class in com.google.android.exoplayer2.source.dash.manifest">com.googl…
127 <li>com.google.android.exoplayer2.source.dash.manifest.Representation.SingleSegmentRepresentation</…
138 <dd><a href="Representation.html" title="class in com.google.android.exoplayer2.source.dash.manifes…
141 <pre>public static class <span class="typeNameLabel">Representation.SingleSegmentRepresentation</sp…
142 extends <a href="Representation.html" title="class in com.google.android.exoplayer2.source.dash.man…
143 <div class="block">A DASH representation consisting of a single segment.</div>
158 …ed.classes.inherited.from.class.com.google.android.exoplayer2.source.dash.manifest.Representation">
[all …]
H A DRepresentation.MultiSegmentRepresentation.html5 <title>Representation.MultiSegmentRepresentation (ExoPlayer library)</title>
22 parent.document.title="Representation.MultiSegmentRepresentation (ExoPlayer library)";
117 <h2 title="Class Representation.MultiSegmentRepresentation" class="title">Class Representation.Mult…
124Representation.html" title="class in com.google.android.exoplayer2.source.dash.manifest">com.googl…
127 <li>com.google.android.exoplayer2.source.dash.manifest.Representation.MultiSegmentRepresentation</l…
142 <dd><a href="Representation.html" title="class in com.google.android.exoplayer2.source.dash.manifes…
145 <pre>public static class <span class="typeNameLabel">Representation.MultiSegmentRepresentation</spa…
146 extends <a href="Representation.html" title="class in com.google.android.exoplayer2.source.dash.man…
148 <div class="block">A DASH representation consisting of multiple segments.</div>
163 …ed.classes.inherited.from.class.com.google.android.exoplayer2.source.dash.manifest.Representation">
[all …]
H A DRepresentation.html5 <title>Representation (ExoPlayer library)</title>
22 parent.document.title="Representation (ExoPlayer library)";
117 <h2 title="Class Representation" class="title">Class Representation</h2>
124 <li>com.google.android.exoplayer2.source.dash.manifest.Representation</li>
133Representation.MultiSegmentRepresentation.html" title="class in com.google.android.exoplayer2.sour…
136 <pre>public abstract class <span class="typeNameLabel">Representation</span>
138 <div class="block">A DASH representation.</div>
161 …"><a href="Representation.MultiSegmentRepresentation.html" title="class in com.google.android.exop…
163 <div class="block">A DASH representation consisting of multiple segments.</div>
168 …"><a href="Representation.SingleSegmentRepresentation.html" title="class in com.google.android.exo…
[all …]
/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math/genetics/
H A DRandomKey.java27 * Random Key chromosome is used for permutation representation. It is a vector
39 * With this representation, common operators like n-point crossover can be
45 * array representation is sorted only once in the constructor.
67 * Cache of sorted representation (unmodifiable).
72 * Base sequence [0,1,...,n-1], permuted accorting to the representation (unmodifiable).
79 * @param representation list of [0,1] values representing the permutation
81 public RandomKey(List<Double> representation) { in RandomKey() argument
82 super(representation); in RandomKey()
83 // store the sorted representation in RandomKey()
96 * @param representation array of [0,1] values representing the permutation
[all …]
H A DAbstractListChromosome.java27 * @param <T> type of the representation list
34 private final List<T> representation; field in AbstractListChromosome
38 * @param representation inner representation of the chromosome
40 public AbstractListChromosome(final List<T> representation) { in AbstractListChromosome() argument
42 checkValidity(representation); in AbstractListChromosome()
44 …throw new IllegalArgumentException(String.format("Invalid representation for %s", getClass().getSi… in AbstractListChromosome()
46 this.representation = Collections.unmodifiableList(new ArrayList<T> (representation)); in AbstractListChromosome()
51 * @param representation inner representation of the chromosome
53 public AbstractListChromosome(final T[] representation) { in AbstractListChromosome() argument
54 this(Arrays.asList(representation)); in AbstractListChromosome()
[all …]
/aosp_15_r20/packages/modules/Connectivity/framework/src/android/net/
DMacAddress.java39 * Representation of a MAC address.
94 // Internal representation of the MAC address as a single 8 byte long.
133 * @return a byte array representation of this MacAddress.
140 * Returns a human-readable representation of this MacAddress.
150 * @return a String representation of the OUI part of this MacAddress made of 3 hexadecimal
191 * A valid byte array representation for a MacAddress is a non-null array of length 6.
205 * A valid byte array representation for a MacAddress is a non-null array of length 6.
221 * Converts a String representation of a MAC address to a byte array representation.
222 * A valid String representation for a MacAddress is a series of 6 values in the
225 * @param addr a String representation of a MAC address.
[all …]
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/testdata/src/test/assets/media/mpd/
H A Dsample_mpd_stream_keys5 <Representation id="135" bandwidth="1000000" codecs="avc1.42c01f"/>
13 <Representation id="1001" bandwidth="200000" codecs="avc1.42c01f">
18 </Representation>
19 <Representation id="1002" bandwidth="400000" codecs="avc1.42c01f">
24 </Representation>
25 <Representation id="1003" bandwidth="600000" codecs="avc1.42c01f">
30 </Representation>
36 <Representation id="1011" bandwidth="48000" codecs="mp4a.40.2"/>
37 <Representation id="1012" bandwidth="96000" codecs="mp4a.40.2"/>
43 <Representation id="1021" bandwidth="256000" codecs="mp4a.40.2"/>
[all …]

12345678910>>...619