Home
last modified time | relevance | path

Searched refs:withManifestFormatInfo (Results 1 – 4 of 4) sorted by relevance

/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/source/chunk/
DChunkExtractorWrapper.java201 manifestFormat != null ? format.withManifestFormatInfo(manifestFormat) : format; in format()
/external/exoplayer/tree/library/dash/src/main/java/com/google/android/exoplayer2/source/dash/
DDashUtil.java100 : sampleFormat.withManifestFormatInfo(manifestFormat).drmInitData; in loadDrmInitData()
/external/exoplayer/tree/library/common/src/main/java/com/google/android/exoplayer2/
DFormat.java1361 return withManifestFormatInfo(manifestFormat); in copyWithManifestFormatInfo()
1365 public Format withManifestFormatInfo(Format manifestFormat) { in withManifestFormatInfo() method in Format
/external/exoplayer/tree/library/hls/src/main/java/com/google/android/exoplayer2/source/hls/
DHlsSampleStreamWrapper.java574 format = format.withManifestFormatInfo(trackFormat);
1174 formats[0] = sampleFormat.withManifestFormatInfo(chunkSourceTrackGroup.getFormat(0));