Searched refs:mHasSubsampleEncryptionData (Results 1 – 1 of 1) sorted by relevance
1563 private boolean mHasSubsampleEncryptionData; field in MediaParser.TrackOutputAdapter1606 mHasSubsampleEncryptionData = ((encryptionSignalByte >> 7) & 1) != 0; in sampleData()1616 if (mHasSubsampleEncryptionData) { in sampleData()