Searched refs:inputSizeBytes (Results 1 – 1 of 1) sorted by relevance
385 private static long getChunkCount(long inputSizeBytes) { in getChunkCount() argument386 return (inputSizeBytes + CHUNK_SIZE_BYTES - 1) / CHUNK_SIZE_BYTES; in getChunkCount()