Home
last modified time | relevance | path

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

/frameworks/multidex/library/test/src/android/support/multidex/
DZipEntryReader.java70 long compressedSize = ((long) in.getInt()) & 0xffffffffL; in readEntry() local
90 entry.setCompressedSize(compressedSize); in readEntry()
/frameworks/av/include/media/stagefright/
DOMXCodec.h287 OMX_U32 width, OMX_U32 height, OMX_U32 compressedSize);
/frameworks/native/opengl/libagl/
Dtexture.cpp1122 GLsizei compressedSize = etc1_get_encoded_data_size(width, height); in glCompressedTexImage2D() local
1123 if (compressedSize > imageSize) { in glCompressedTexImage2D()
/frameworks/av/media/libstagefright/
DOMXCodec.cpp3510 OMX_U32 width, OMX_U32 height, OMX_U32 compressedSize) { in setJPEGInputFormat() argument
3526 def.nBufferSize = compressedSize; in setJPEGInputFormat()