Searched refs:TYPE_stsz (Results 1 – 4 of 4) sorted by relevance
51 verifyStz2Parsing(new Atom.LeafAtom(Atom.TYPE_stsz, new ParsableByteArray(FOUR_BIT_STZ2))); in stz2Parsing4BitFieldSize()56 verifyStz2Parsing(new Atom.LeafAtom(Atom.TYPE_stsz, new ParsableByteArray(EIGHT_BIT_STZ2))); in stz2Parsing8BitFieldSize()61 verifyStz2Parsing(new Atom.LeafAtom(Atom.TYPE_stsz, new ParsableByteArray(SIXTEEN_BIT_STZ2))); in stz2Parsing16BitFieldSize()
296 public static final int TYPE_stsz = 0x7374737a; field in Atom
788 || atom == Atom.TYPE_stsz in shouldParseLeafAtom()
160 @Nullable Atom.LeafAtom stszAtom = stblAtom.getLeafAtomOfType(Atom.TYPE_stsz); in parseStbl()