/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/dash/src/main/java/com/google/android/exoplayer2/source/dash/ |
D | DashUtil.java | 57 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 …]
|
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/dash/src/main/java/com/google/android/exoplayer2/source/dash/ |
D | DashUtil.java | 56 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 …]
|
/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/operator/ |
D | GenericKey.java | 8 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()
|
/external/exoplayer/tree/library/dash/src/main/java/com/google/android/exoplayer2/source/dash/ |
D | DashUtil.java | 55 public static DataSpec buildDataSpec(Representation representation, RangedUri requestUri) { in buildDataSpec() 88 Representation representation = getFirstRepresentation(period, primaryTrackType); in loadDrmInitData() local 115 DataSource dataSource, int trackType, Representation representation) throws IOException { in loadSampleFormat() 137 DataSource dataSource, int trackType, Representation representation) throws IOException { in loadChunkIndex() 158 DataSource dataSource, int trackType, Representation representation, boolean loadIndex) in loadInitializationData() 187 Representation representation, in loadInitializationData()
|
D | DefaultDashChunkSource.java | 178 Representation representation = representations.get(trackSelection.getIndexInTrackGroup(i)); in DefaultDashChunkSource() local
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/genetics/ |
D | AbstractListChromosome.java | 34 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()
|
D | BinaryChromosome.java | 35 public BinaryChromosome(List<Integer> representation) { in BinaryChromosome() 43 public BinaryChromosome(Integer[] representation) { in BinaryChromosome()
|
D | RandomKey.java | 81 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()
|
/external/ruy/ruy/ |
D | time.h | 38 Duration DurationFromSeconds(RepresentationType representation) { in DurationFromSeconds() 44 Duration DurationFromMilliseconds(RepresentationType representation) { in DurationFromMilliseconds() 50 Duration DurationFromNanoseconds(RepresentationType representation) { in DurationFromNanoseconds()
|
/external/exoplayer/tree/library/dash/src/main/java/com/google/android/exoplayer2/source/dash/manifest/ |
D | SegmentBase.java | 55 public RangedUri getInitialization(Representation representation) { in getInitialization() 215 public abstract RangedUri getSegmentUrl(Representation representation, long index); in getSegmentUrl() 270 public RangedUri getSegmentUrl(Representation representation, long sequenceNumber) { in getSegmentUrl() 339 public RangedUri getInitialization(Representation representation) { in getInitialization() 350 public RangedUri getSegmentUrl(Representation representation, long sequenceNumber) { in getSegmentUrl()
|
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/dash/src/main/java/com/google/android/exoplayer2/source/dash/offline/ |
D | DashDownloader.java | 151 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()
|
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/dash/src/main/java/com/google/android/exoplayer2/source/dash/offline/ |
D | DashDownloader.java | 151 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()
|
/external/libchrome/base/ |
D | value_conversions.cc | 67 UnguessableTokenRepresentation representation; in CreateUnguessableTokenValue() local 87 UnguessableTokenRepresentation representation; in GetValueAsUnguessableToken() local
|
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/dash/src/test/java/com/google/android/exoplayer2/source/dash/ |
D | DashUtilTest.java | 75 Representation.SingleSegmentRepresentation representation = in resolveCacheKey_representationCacheKeyIsNull_resolvesRangedUriWithFirstBaseUrl() local 97 Representation.SingleSegmentRepresentation representation = in resolveCacheKey_representationCacheKeyDefined_usesRepresentationCacheKey() local
|
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/dash/src/test/java/com/google/android/exoplayer2/source/dash/ |
D | DashUtilTest.java | 75 Representation.SingleSegmentRepresentation representation = in resolveCacheKey_representationCacheKeyIsNull_resolvesRangedUriWithFirstBaseUrl() local 97 Representation.SingleSegmentRepresentation representation = in resolveCacheKey_representationCacheKeyDefined_usesRepresentationCacheKey() local
|
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/dash/src/main/java/com/google/android/exoplayer2/source/dash/manifest/ |
D | SegmentBase.java | 61 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()
|
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/dash/src/main/java/com/google/android/exoplayer2/source/dash/manifest/ |
D | SegmentBase.java | 61 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()
|
/external/exoplayer/tree/library/dash/src/main/java/com/google/android/exoplayer2/source/dash/offline/ |
D | DashDownloader.java | 136 Representation representation = adaptationSet.representations.get(i); in addSegmentsForAdaptationSet() local 182 DataSource dataSource, int trackType, Representation representation) in getSegmentIndex()
|
/external/oboe/src/opensles/ |
D | OpenSLESUtilities.cpp | 67 SLDataFormat_PCM format, SLuint32 representation) { in OpenSLES_createExtendedFormat()
|
D | AudioInputStreamOpenSLES.cpp | 126 SLuint32 representation = OpenSLES_ConvertFormatToRepresentation(getFormat()); in open() local
|
D | AudioOutputStreamOpenSLES.cpp | 167 SLuint32 representation = OpenSLES_ConvertFormatToRepresentation(getFormat()); in open() local
|
/external/fmtlib/test/fuzzing/ |
D | chrono-duration.cc | 91 const auto representation = data[0]; in LLVMFuzzerTestOneInput() local
|
/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/asn1/x9/ |
D | X9Curve.java | 66 ASN1ObjectIdentifier representation = (ASN1ObjectIdentifier)parameters.getObjectAt(1); in X9Curve() local
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x9/ |
D | X9Curve.java | 64 ASN1ObjectIdentifier representation = (ASN1ObjectIdentifier)parameters.getObjectAt(1); in X9Curve() local
|
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/asn1/x9/ |
D | X9Curve.java | 66 ASN1ObjectIdentifier representation = (ASN1ObjectIdentifier)parameters.getObjectAt(1); in X9Curve() local
|