Searched refs:compressedSize (Results 1 - 4 of 4) 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/av/include/media/stagefright/
H A DOMXCodec.h287 OMX_U32 width, OMX_U32 height, OMX_U32 compressedSize);
/frameworks/native/opengl/libagl/
H A Dtexture.cpp1122 GLsizei compressedSize = etc1_get_encoded_data_size(width, height); local
1123 if (compressedSize > imageSize) {
/frameworks/av/media/libstagefright/
H A DOMXCodec.cpp3699 OMX_U32 width, OMX_U32 height, OMX_U32 compressedSize) {
3715 def.nBufferSize = compressedSize;
3698 setJPEGInputFormat( OMX_U32 width, OMX_U32 height, OMX_U32 compressedSize) argument

Completed in 345 milliseconds