Home
last modified time | relevance | path

Searched defs:compressedSize (Results 1 – 3 of 3) sorted by relevance

/frameworks/multidex/library/test/src/android/support/multidex/
DZipEntryReader.java70 long compressedSize = ((long) in.getInt()) & 0xffffffffL; in readEntry() local
/frameworks/native/opengl/libagl/
Dtexture.cpp1122 GLsizei compressedSize = etc1_get_encoded_data_size(width, height); in glCompressedTexImage2D() local
/frameworks/av/media/libstagefright/
DOMXCodec.cpp3699 OMX_U32 width, OMX_U32 height, OMX_U32 compressedSize) { in setJPEGInputFormat()