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