HomeSort by relevance Sort by last modified time
    Searched defs:isEncrypted (Results 1 - 2 of 2) sorted by null

  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/mp4/samplegrouping/
CencSampleEncryptionInformationGroupEntry.java 27 * Each sample in a protected track shall be associated with an IsEncrypted flag, IV_Size, and KID.
37 private int isEncrypted;
43 isEncrypted = IsoTypeReader.readUInt24(byteBuffer);
53 IsoTypeWriter.writeUInt24(byteBuffer, isEncrypted);
61 return isEncrypted;
65 isEncrypted = encrypted;
88 "isEncrypted=" + isEncrypted +
105 if (isEncrypted != that.isEncrypted) {
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.security_1.0.200.v20100503.jar 

Completed in 161 milliseconds