Home
last modified time | relevance | path

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

12345678910>>...18

/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/dash/src/main/java/com/google/android/exoplayer2/source/dash/
H A DDashUtil.java57 Representation representation, String baseUrl, RangedUri requestUri, int flags) { in buildDataSpec()
79 Representation representation, RangedUri requestUri, int flags) { in buildDataSpec()
107 Representation representation = getFirstRepresentation(period, primaryTrackType); in loadFormatWithDrmInitData() local
137 DataSource dataSource, int trackType, Representation representation, int baseUrlIndex) in loadSampleFormat()
166 DataSource dataSource, int trackType, Representation representation) throws IOException { in loadSampleFormat()
185 DataSource dataSource, int trackType, Representation representation, int baseUrlIndex) in loadChunkIndex()
216 DataSource dataSource, int trackType, Representation representation) throws IOException { in loadChunkIndex()
234 Representation representation, in loadInitializationData()
275 Representation representation, in loadInitializationData()
284 Representation representation, in loadInitializationData()
[all …]
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/dash/src/main/java/com/google/android/exoplayer2/source/dash/
H A DDashUtil.java56 Representation representation, String baseUrl, RangedUri requestUri, int flags) { in buildDataSpec()
78 Representation representation, RangedUri requestUri, int flags) { in buildDataSpec()
106 Representation representation = getFirstRepresentation(period, primaryTrackType); in loadFormatWithDrmInitData() local
136 DataSource dataSource, int trackType, Representation representation, int baseUrlIndex) in loadSampleFormat()
165 DataSource dataSource, int trackType, Representation representation) throws IOException { in loadSampleFormat()
184 DataSource dataSource, int trackType, Representation representation, int baseUrlIndex) in loadChunkIndex()
215 DataSource dataSource, int trackType, Representation representation) throws IOException { in loadChunkIndex()
233 Representation representation, in loadInitializationData()
274 Representation representation, in loadInitializationData()
283 Representation representation, in loadInitializationData()
[all …]
/aosp_15_r20/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/pipeline/
DImagePreset.java80 FilterRepresentation representation = null; in getFilterRepresentation() local
102 public int getPositionForRepresentation(FilterRepresentation representation) { in getPositionForRepresentation()
139 FilterRepresentation representation = mFilters.elementAt(position); in getFilterRepresentationCopyFrom() local
346 public void addFilter(FilterRepresentation representation) { in addFilter()
418 private boolean isNoneBorderFilter(FilterRepresentation representation) { in isNoneBorderFilter()
423 private boolean isNoneFxFilter(FilterRepresentation representation) { in isNoneFxFilter()
430 FilterRepresentation representation = mFilters.elementAt(i); in getRepresentation() local
508 FilterRepresentation representation = mFilters.elementAt(i); in applyFilters() local
538 FilterRepresentation representation = mFilters.elementAt(i); in canDoPartialRendering() local
579 FilterRepresentation representation = mFilters.elementAt(i); in getUsedFilters() local
DCacheProcessing.java43 public void add(FilterRepresentation representation) { in add()
47 public boolean canMergeWith(FilterRepresentation representation) { in canMergeWith()
74 FilterRepresentation representation = filters.elementAt(i); in buildSteps() local
/aosp_15_r20/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
DFilterFxRepresentation.java47 FilterFxRepresentation representation = new FilterFxRepresentation(getName(),0,0); in copy() local
53 protected void copyAllParameters(FilterRepresentation representation) { in copyAllParameters()
61 FilterFxRepresentation representation = (FilterFxRepresentation) a; in useParametersFrom() local
70 public boolean equals(FilterRepresentation representation) { in equals()
85 public boolean same(FilterRepresentation representation) { in same()
DFilterImageBorderRepresentation.java41 FilterImageBorderRepresentation representation = in copy() local
48 protected void copyAllParameters(FilterRepresentation representation) { in copyAllParameters()
55 FilterImageBorderRepresentation representation = (FilterImageBorderRepresentation) a; in useParametersFrom() local
62 public boolean equals(FilterRepresentation representation) { in equals()
DFilterTinyPlanetRepresentation.java42 FilterTinyPlanetRepresentation representation = new FilterTinyPlanetRepresentation(); in copy() local
48 protected void copyAllParameters(FilterRepresentation representation) { in copyAllParameters()
55 FilterTinyPlanetRepresentation representation = (FilterTinyPlanetRepresentation) a; in useParametersFrom() local
82 public boolean equals(FilterRepresentation representation) { in equals()
DFilterCurvesRepresentation.java37 FilterCurvesRepresentation representation = new FilterCurvesRepresentation(); in copy() local
43 protected void copyAllParameters(FilterRepresentation representation) { in copyAllParameters()
54 FilterCurvesRepresentation representation = (FilterCurvesRepresentation) a; in useParametersFrom() local
78 public boolean equals(FilterRepresentation representation) { in equals()
DFilterColorBorderRepresentation.java79 FilterColorBorderRepresentation representation = in copy() local
86 protected void copyAllParameters(FilterRepresentation representation) { in copyAllParameters()
93 FilterColorBorderRepresentation representation = (FilterColorBorderRepresentation) a; in useParametersFrom() local
103 public boolean equals(FilterRepresentation representation) { in equals()
DFilterBasicRepresentation.java52 FilterBasicRepresentation representation = new FilterBasicRepresentation(getName(),0,0,0); in copy() local
58 protected void copyAllParameters(FilterRepresentation representation) { in copyAllParameters()
66 FilterBasicRepresentation representation = (FilterBasicRepresentation) a; in useParametersFrom() local
76 public boolean equals(FilterRepresentation representation) { in equals()
DFilterRepresentation.java57 FilterRepresentation representation = new FilterRepresentation(mName); in copy() local
62 protected void copyAllParameters(FilterRepresentation representation) { in copyAllParameters()
76 public boolean equals(FilterRepresentation representation) { in equals()
273 public boolean canMergeWith(FilterRepresentation representation) { in canMergeWith()
DFilterDrawRepresentation.java188 FilterDrawRepresentation representation = new FilterDrawRepresentation(); in copy() local
194 protected void copyAllParameters(FilterRepresentation representation) { in copyAllParameters()
207 FilterDrawRepresentation representation = (FilterDrawRepresentation) a; in useParametersFrom() local
234 public boolean equals(FilterRepresentation representation) { in equals()
/aosp_15_r20/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/operator/
H A DGenericKey.java8 private Object representation; field in GenericKey
14 public GenericKey(Object representation) in GenericKey()
20 public GenericKey(AlgorithmIdentifier algorithmIdentifier, byte[] representation) in GenericKey()
26 protected GenericKey(AlgorithmIdentifier algorithmIdentifier, Object representation) in GenericKey()
/aosp_15_r20/external/bouncycastle/repackaged_platform/bcpkix/src/main/java/com/android/internal/org/bouncycastle/operator/
H A DGenericKey.java12 private Object representation; field in GenericKey
18 public GenericKey(Object representation) in GenericKey()
24 public GenericKey(AlgorithmIdentifier algorithmIdentifier, byte[] representation) in GenericKey()
30 protected GenericKey(AlgorithmIdentifier algorithmIdentifier, Object representation) in GenericKey()
/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math3/genetics/
H A DAbstractListChromosome.java33 private final List<T> representation; field in AbstractListChromosome
42 public AbstractListChromosome(final List<T> representation) in AbstractListChromosome()
54 public AbstractListChromosome(final T[] representation) throws InvalidRepresentationException { in AbstractListChromosome()
66 public AbstractListChromosome(final List<T> representation, final boolean copyList) { in AbstractListChromosome()
H A DRandomKey.java72 public RandomKey(final List<Double> representation) throws InvalidRepresentationException { in RandomKey()
94 public RandomKey(final Double[] representation) throws InvalidRepresentationException { in RandomKey()
116 final List<S> sequence, List<Double> representation, final List<Double> sortedRepr) in decodeGeneric()
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/dash/src/main/java/com/google/android/exoplayer2/source/dash/manifest/
H A DSegmentBase.java61 public RangedUri getInitialization(Representation representation) { in getInitialization()
238 public abstract RangedUri getSegmentUrl(Representation representation, long index); in getSegmentUrl()
348 public RangedUri getSegmentUrl(Representation representation, long sequenceNumber) { in getSegmentUrl()
427 public RangedUri getInitialization(Representation representation) { in getInitialization()
439 public RangedUri getSegmentUrl(Representation representation, long sequenceNumber) { in getSegmentUrl()
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/dash/src/main/java/com/google/android/exoplayer2/source/dash/manifest/
H A DSegmentBase.java61 public RangedUri getInitialization(Representation representation) { in getInitialization()
238 public abstract RangedUri getSegmentUrl(Representation representation, long index); in getSegmentUrl()
348 public RangedUri getSegmentUrl(Representation representation, long sequenceNumber) { in getSegmentUrl()
427 public RangedUri getInitialization(Representation representation) { in getInitialization()
439 public RangedUri getSegmentUrl(Representation representation, long sequenceNumber) { in getSegmentUrl()
/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math/genetics/
H A DAbstractListChromosome.java34 private final List<T> representation; field in AbstractListChromosome
40 public AbstractListChromosome(final List<T> representation) { in AbstractListChromosome()
53 public AbstractListChromosome(final T[] representation) { in AbstractListChromosome()
H A DRandomKey.java81 public RandomKey(List<Double> representation) { in RandomKey()
98 public RandomKey(Double[] representation) { in RandomKey()
119 …private static <S> List<S> decodeGeneric(List<S> sequence, List<Double> representation, List<Doubl… in decodeGeneric()
/aosp_15_r20/external/ruy/ruy/
H A Dtime.h38 Duration DurationFromSeconds(RepresentationType representation) { in DurationFromSeconds()
44 Duration DurationFromMilliseconds(RepresentationType representation) { in DurationFromMilliseconds()
50 Duration DurationFromNanoseconds(RepresentationType representation) { in DurationFromNanoseconds()
/aosp_15_r20/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/category/
DAction.java61 public Action(FilterShowActivity context, FilterRepresentation representation, int type, in Action()
69 public Action(FilterShowActivity context, FilterRepresentation representation, int type) { in Action()
80 public Action(FilterShowActivity context, FilterRepresentation representation) { in Action()
104 public void setRepresentation(FilterRepresentation representation) { in setRepresentation()
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/dash/src/main/java/com/google/android/exoplayer2/source/dash/offline/
H A DDashDownloader.java151 Representation representation = adaptationSet.representations.get(i); in addSegmentsForAdaptationSet() local
195 Representation representation, String baseUrl, long startTimeUs, RangedUri rangedUri) { in createSegment()
202 DataSource dataSource, int trackType, Representation representation, boolean removing) in getSegmentIndex()
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/dash/src/main/java/com/google/android/exoplayer2/source/dash/offline/
H A DDashDownloader.java151 Representation representation = adaptationSet.representations.get(i); in addSegmentsForAdaptationSet() local
195 Representation representation, String baseUrl, long startTimeUs, RangedUri rangedUri) { in createSegment()
202 DataSource dataSource, int trackType, Representation representation, boolean removing) in getSegmentIndex()
/aosp_15_r20/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/
DFilterShowActivity.java300 public void loadEditorPanel(FilterRepresentation representation, in loadEditorPanel()
486 FilterRepresentation representation = new FilterDrawRepresentation(); in fillTools() local
634 FilterRepresentation representation = copy.getRepresentation(filterRepresentation); in useFilterRepresentation() local
655 public void showRepresentation(FilterRepresentation representation) { in showRepresentation()
1135 FilterUserPresetRepresentation representation = presets.get(i); in updateUserPresetsFromManager() local
1155 private void updatePreset(FilterUserPresetRepresentation representation) { in updatePreset()

12345678910>>...18