Home
last modified time | relevance | path

Searched refs:profileLevelIndicationIndex (Results 1 – 1 of 1) sorted by relevance

/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/mp4/objectdescriptors/
DProfileLevelIndicationDescriptor.java32 int profileLevelIndicationIndex; field in ProfileLevelIndicationDescriptor
36 profileLevelIndicationIndex = IsoTypeReader.readUInt8(bb); in parseDetail()
43 …b.append("{profileLevelIndicationIndex=").append(Integer.toHexString(profileLevelIndicationIndex)); in toString()
59 if (profileLevelIndicationIndex != that.profileLevelIndicationIndex) { in equals()
68 return profileLevelIndicationIndex; in hashCode()