Searched refs:getChunkOffsets (Results 1 – 5 of 5) sorted by relevance
14 public abstract long[] getChunkOffsets(); in getChunkOffsets() method in ChunkOffsetBox18 return this.getClass().getSimpleName() + "[entryCount=" + getChunkOffsets().length + "]"; in toString()
22 public long[] getChunkOffsets() { in getChunkOffsets() method in ChunkOffset64BitBox
38 public long[] getChunkOffsets() { in getChunkOffsets() method in StaticChunkOffsetBox
47 …final long[] chunkOffsets = chunkOffsetBox != null ? chunkOffsetBox.getChunkOffsets() : new long[0… in SampleList()
117 long[] offsets = chunkOffsetBox.getChunkOffsets(); in build()