Searched refs:newFileSize (Results 1 – 2 of 2) sorted by relevance
121 int newFileSize = readOffset(); in setupSegmentsAndOutput() local126 executor.createOutput(newFileSize); in setupSegmentsAndOutput()169 public abstract void createOutput(int newFileSize); in createOutput() argument190 public void createOutput(int newFileSize) { in createOutput() argument191 resultBuffer = ByteBuffer.allocate(newFileSize); in createOutput()258 public void createOutput(int newFileSize) { in createOutput() argument259 int root = (int) Math.sqrt(newFileSize); in createOutput()260 width = newFileSize / root; in createOutput()261 height = newFileSize / width + 1; in createOutput()
330 UInt64 newFileSize; in GetStream() local331 /* bool newFileSizeDefined = */ ConvertPropVariantToUInt64(prop, newFileSize); in GetStream()