Searched refs:graphicsProfileLevelIndication (Results 1 - 1 of 1) sorted by relevance

/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/mp4/objectdescriptors/
H A DInitialObjectDescriptor.java42 bit(8) graphicsProfileLevelIndication;
65 int graphicsProfileLevelIndication; field in class:InitialObjectDescriptor
91 graphicsProfileLevelIndication = IsoTypeReader.readUInt8(bb);
129 sb.append(", graphicsProfileLevelIndication=").append(graphicsProfileLevelIndication);

Completed in 193 milliseconds