Searched refs:sgpd (Results 1 – 2 of 2) sorted by relevance
741 @Nullable LeafAtom sgpd = traf.getLeafAtomOfType(Atom.TYPE_sgpd); in parseTraf() local742 if (sbgp != null && sgpd != null) { in parseTraf()743 parseSgpd(sbgp.data, sgpd.data, encryptionBox != null ? encryptionBox.schemeType : null, in parseTraf()1072 ParsableByteArray sgpd, in parseSgpd() argument1089 sgpd.setPosition(Atom.HEADER_SIZE); in parseSgpd()1090 int sgpdFullAtom = sgpd.readInt(); in parseSgpd()1091 if (sgpd.readInt() != SAMPLE_GROUP_TYPE_seig) { in parseSgpd()1097 if (sgpd.readUnsignedInt() == 0) { in parseSgpd()1101 sgpd.skipBytes(4); // default_sample_description_index. in parseSgpd()1103 if (sgpd.readUnsignedInt() != 1) { // entry_count. in parseSgpd()[all …]
195 sgpd=com.googlecode.mp4parser.boxes.mp4.samplegrouping.SampleGroupDescriptionBox() key