Searched refs:compressedSize (Results 1 - 2 of 2) sorted by relevance

/frameworks/multidex/library/test/src/android/support/multidex/
H A DZipEntryReader.java70 long compressedSize = ((long) in.getInt()) & 0xffffffffL;
90 entry.setCompressedSize(compressedSize);
/frameworks/native/opengl/libagl/
H A Dtexture.cpp1115 GLsizei compressedSize = etc1_get_encoded_data_size(width, height); local
1116 if (compressedSize > imageSize) {

Completed in 2168 milliseconds