Searched refs:OUTPUT_CHUNK_SIZE (Results 1 – 3 of 3) sorted by relevance
64 mOutBufSize = StreamingZipInflater::OUTPUT_CHUNK_SIZE; in StreamingZipInflater()82 mOutBufSize = StreamingZipInflater::OUTPUT_CHUNK_SIZE; in StreamingZipInflater()
725 if (uncompressedLen > StreamingZipInflater::OUTPUT_CHUNK_SIZE) { in openChunk()749 if (uncompressedLen > StreamingZipInflater::OUTPUT_CHUNK_SIZE) { in openChunk()
31 static const size_t OUTPUT_CHUNK_SIZE = 64 * 1024; variable