Searched refs:compressedSize (Results 1 – 4 of 4) sorted by relevance
70 long compressedSize = ((long) in.getInt()) & 0xffffffffL; in readEntry() local90 entry.setCompressedSize(compressedSize); in readEntry()
287 OMX_U32 width, OMX_U32 height, OMX_U32 compressedSize);
1122 GLsizei compressedSize = etc1_get_encoded_data_size(width, height); in glCompressedTexImage2D() local1123 if (compressedSize > imageSize) { in glCompressedTexImage2D()
3510 OMX_U32 width, OMX_U32 height, OMX_U32 compressedSize) { in setJPEGInputFormat() argument3526 def.nBufferSize = compressedSize; in setJPEGInputFormat()