HomeSort by relevance Sort by last modified time
    Searched full:profilelevelindicationindex (Results 1 - 1 of 1) sorted by null

  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/mp4/objectdescriptors/
ProfileLevelIndicationDescriptor.java 27 * bit(8) profileLevelIndicationIndex;
32 int profileLevelIndicationIndex;
36 profileLevelIndicationIndex = IsoTypeReader.readUInt8(bb);
43 sb.append("{profileLevelIndicationIndex=").append(Integer.toHexString(profileLevelIndicationIndex));
59 if (profileLevelIndicationIndex != that.profileLevelIndicationIndex) {
68 return profileLevelIndicationIndex;

Completed in 70 milliseconds