Searched refs:SAMPLE_DATA_PART_ENCRYPTION (Results 1 – 3 of 3) sorted by relevance
/external/exoplayer/tree/library/extractor/src/main/java/com/google/android/exoplayer2/extractor/ |
D | TrackOutput.java | 104 @IntDef({SAMPLE_DATA_PART_MAIN, SAMPLE_DATA_PART_ENCRYPTION, SAMPLE_DATA_PART_SUPPLEMENTAL}) 132 int SAMPLE_DATA_PART_ENCRYPTION = 1; field
|
/external/exoplayer/tree/library/extractor/src/main/java/com/google/android/exoplayer2/extractor/mp4/ |
D | FragmentedMp4Extractor.java | 1613 output.sampleData(encryptionSignalByte, 1, TrackOutput.SAMPLE_DATA_PART_ENCRYPTION); in outputSampleEncryptionData() 1616 initializationVectorData, vectorSize, TrackOutput.SAMPLE_DATA_PART_ENCRYPTION); in outputSampleEncryptionData() 1641 TrackOutput.SAMPLE_DATA_PART_ENCRYPTION); in outputSampleEncryptionData() 1665 subsampleEncryptionData, subsampleDataLength, TrackOutput.SAMPLE_DATA_PART_ENCRYPTION); in outputSampleEncryptionData()
|
/external/exoplayer/tree/library/extractor/src/main/java/com/google/android/exoplayer2/extractor/mkv/ |
D | MatroskaExtractor.java | 1354 output.sampleData(scratch, 1, TrackOutput.SAMPLE_DATA_PART_ENCRYPTION); in writeSampleData() 1361 TrackOutput.SAMPLE_DATA_PART_ENCRYPTION); in writeSampleData() 1412 TrackOutput.SAMPLE_DATA_PART_ENCRYPTION); in writeSampleData()
|