Searched refs:sampleDescriptionLength (Results 1 – 1 of 1) sorted by relevance
852 int sampleDescriptionLength = atomSize - Atom.HEADER_SIZE - 8; in parseTextSampleEntry() local853 byte[] sampleDescriptionData = new byte[sampleDescriptionLength]; in parseTextSampleEntry()854 parent.readBytes(sampleDescriptionData, 0, sampleDescriptionLength); in parseTextSampleEntry()