Home
last modified time | relevance | path

Searched refs:sampleEncryptionDataNeedsFill (Results 1 – 2 of 2) sorted by relevance

/external/exoplayer/tree/library/extractor/src/main/java/com/google/android/exoplayer2/extractor/mp4/
DTrackFragment.java90 public boolean sampleEncryptionDataNeedsFill; field in TrackFragment
118 sampleEncryptionDataNeedsFill = false; in reset()
160 sampleEncryptionDataNeedsFill = true; in initEncryptionData()
171 sampleEncryptionDataNeedsFill = false; in fillEncryptionData()
182 sampleEncryptionDataNeedsFill = false; in fillEncryptionData()
DFragmentedMp4Extractor.java1200 if (trackFragment.sampleEncryptionDataNeedsFill in readEncryptionData()