Home
last modified time | relevance | path

Searched refs:compressionType (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/tools/aapt2/
DPng.cpp113 int colorType, bitDepth, interlaceType, compressionType; in readPng() local
115 &interlaceType, &compressionType, nullptr); in readPng()
422 int colorType, bitDepth, interlaceType, compressionType; in writePng() local
587 &compressionType, nullptr); in writePng()
592 << ", inter = " << interlaceType << ", comp = " << compressionType in writePng()