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