Searched refs:trackBundle (Results 1 – 1 of 1) sorted by relevance
/external/exoplayer/tree/library/extractor/src/main/java/com/google/android/exoplayer2/extractor/mp4/ |
D | FragmentedMp4Extractor.java | 509 TrackBundle trackBundle = new TrackBundle(extractorOutput.track(i, track.type)); in onMoovContainerAtomRead() local 510 trackBundle.init(track, getDefaultSampleValues(defaultSampleValuesArray, track.id)); in onMoovContainerAtomRead() 511 trackBundles.put(track.id, trackBundle); in onMoovContainerAtomRead() 705 @Nullable TrackBundle trackBundle = parseTfhd(tfhd.data, trackBundleArray); in parseTraf() local 706 if (trackBundle == null) { in parseTraf() 710 TrackFragment fragment = trackBundle.fragment; in parseTraf() 712 trackBundle.reset(); in parseTraf() 719 parseTruns(traf, trackBundle, decodeTime, flags); in parseTraf() 723 trackBundle.track.getSampleDescriptionEncryptionBox(fragment.header.sampleDescriptionIndex); in parseTraf() 757 ContainerAtom traf, TrackBundle trackBundle, long decodeTime, @Flags int flags) in parseTruns() argument [all …]
|