Searched defs:segmentBase (Results 1 – 2 of 2) sorted by relevance
/external/exoplayer/tree/library/dash/src/main/java/com/google/android/exoplayer2/source/dash/manifest/ |
D | Representation.java | 72 long revisionId, Format format, String baseUrl, SegmentBase segmentBase) { in newInstance() 90 SegmentBase segmentBase, in newInstance() 112 SegmentBase segmentBase, in newInstance() 137 SegmentBase segmentBase, in Representation() 218 SingleSegmentBase segmentBase = new SingleSegmentBase(rangedUri, 1, 0, indexStart, in newInstance() local 237 SingleSegmentBase segmentBase, in SingleSegmentRepresentation() 278 private final MultiSegmentBase segmentBase; field in Representation.MultiSegmentRepresentation 291 MultiSegmentBase segmentBase, in MultiSegmentRepresentation()
|
D | DashManifestParser.java | 228 @Nullable SegmentBase segmentBase = null; in parsePeriod() local 273 XmlPullParser xpp, String baseUrl, @Nullable SegmentBase segmentBase, long periodDurationMs) in parseAdaptationSet() 515 @Nullable SegmentBase segmentBase, in parseRepresentation() 1577 public final SegmentBase segmentBase; field in DashManifestParser.RepresentationInfo 1586 SegmentBase segmentBase, in RepresentationInfo()
|