HomeSort by relevance Sort by last modified time
    Searched refs:OUTPUT_CHUNK_SIZE (Results 1 - 3 of 3) sorted by null

  /frameworks/base/include/utils/
StreamingZipInflater.h 31 static const size_t OUTPUT_CHUNK_SIZE = 64 * 1024;
  /frameworks/base/libs/utils/
StreamingZipInflater.cpp 45 mOutBufSize = StreamingZipInflater::OUTPUT_CHUNK_SIZE;
63 mOutBufSize = StreamingZipInflater::OUTPUT_CHUNK_SIZE;
Asset.cpp 719 if (uncompressedLen > StreamingZipInflater::OUTPUT_CHUNK_SIZE) {
749 if (uncompressedLen > StreamingZipInflater::OUTPUT_CHUNK_SIZE) {

Completed in 738 milliseconds