Searched refs:fixedSampleSize (Results 1 – 2 of 2) sorted by relevance
68 public static Results rechunk(int fixedSampleSize, long[] chunkOffsets, int[] chunkSampleCounts, in rechunk() argument70 int maxSampleCount = MAX_SAMPLE_SIZE / fixedSampleSize; in rechunk()94 sizes[newSampleIndex] = fixedSampleSize * bufferSampleCount; in rechunk()
366 int fixedSampleSize = in parseStbl() local369 fixedSampleSize, chunkOffsetsBytes, chunkSampleCounts, timestampDeltaInTimeUnits); in parseStbl()1590 private final int fixedSampleSize; field in AtomParsers.StszSampleSizeBox1597 fixedSampleSize = data.readUnsignedIntToInt(); in StszSampleSizeBox()1608 return fixedSampleSize == 0 ? data.readUnsignedIntToInt() : fixedSampleSize; in readNextSampleSize()1613 return fixedSampleSize != 0; in isFixedSampleSize()