Searched refs:compressionType (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/services/core/jni/ |
D | com_android_server_pm_PackageManagerShellCommandDataLoader.cpp | 105 CompressionType compressionType = -1; member 816 if (header.fileIdx == -1 && header.blockType == 0 && header.compressionType == 0 && in receiver() 826 header.compressionType < 0 || header.blockIdx < 0) { in receiver() 852 .compression = static_cast<IncFsCompressionKind>(header.compressionType), in receiver() 965 header.compressionType = static_cast<CompressionType>(data[3]); in readHeader()
|
/frameworks/base/libs/androidfw/ |
D | Png.cpp | 110 int colorType, bitDepth, interlaceType, compressionType; in readPng() local 112 &interlaceType, &compressionType, nullptr); in readPng() 427 int colorType, bitDepth, interlaceType, compressionType; in writePng() local 588 &compressionType, nullptr); in writePng() 593 << ", inter = " << interlaceType << ", comp = " << compressionType); in writePng()
|