Home
last modified time | relevance | path

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

/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/
DSubSampleInformationBox.java63 … subsampleEntries += sampleEntry.getSubsampleCount() * (((getVersion() == 1) ? 4 : 2) + 1 + 1 + 4); in getContentSize()
97 IsoTypeWriter.writeUInt16(byteBuffer, sampleEntry.getSubsampleCount()); in getContent()
133 public int getSubsampleCount() { in getSubsampleCount() method in SubSampleInformationBox.SampleEntry