Searched refs:compSize (Results 1 – 3 of 3) sorted by relevance
/aosp12/frameworks/base/libs/androidfw/ |
H A D | StreamingZipInflater.cpp | 54 size_t uncompSize, size_t compSize) { in StreamingZipInflater() argument 59 mInTotalSize = compSize; in StreamingZipInflater()
|
/aosp12/frameworks/base/libs/androidfw/include/androidfw/ |
H A D | StreamingZipInflater.h | 36 StreamingZipInflater(int fd, off64_t compDataStart, size_t uncompSize, size_t compSize);
|
/aosp12/packages/services/BuiltInPrintService/jni/plugins/genPCLm/src/ |
H A D | genPCLm.cpp | 1817 int compSize; in Encapsulate() local 1827 compSize = RLEEncodeImage(tmpStrip, scratchBuffer, in Encapsulate() 1829 injectRLEStrip(scratchBuffer, compSize, mediaWidthInPixels, in Encapsulate() 1834 compSize = RLEEncodeImage(tmpStrip, scratchBuffer, in Encapsulate() 1836 injectRLEStrip(scratchBuffer, compSize, mediaWidthInPixels, in Encapsulate() 1845 compSize = RLEEncodeImage(newStripPtr, scratchBuffer, in Encapsulate() 1850 compSize = RLEEncodeImage((ubyte *) localInBuffer, scratchBuffer, in Encapsulate() 1854 injectRLEStrip(scratchBuffer, compSize, mediaWidthInPixels, numLinesThisCall, in Encapsulate()
|