OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:compressedSize
(Results
1 - 5
of
5
) sorted by null
/development/tools/emulator/opengl/host/libs/Translator/GLcommon/
TextureUtils.cpp
59
GLsizei
compressedSize
= etc1_get_encoded_data_size(width, height);
60
SET_ERROR_IF((
compressedSize
> imageSize), GL_INVALID_VALUE);
/system/core/libzipfile/
private.h
15
unsigned int
compressedSize
;
/libcore/luni/src/main/java/java/util/zip/
ZipEntry.java
45
long
compressedSize
= -1, crc = -1, size = -1;
100
return
compressedSize
;
200
compressedSize
= value;
313
compressedSize
= ze.
compressedSize
;
369
compressedSize
= ((long) it.readInt()) & 0xffffffffL;
/frameworks/base/opengl/libagl/
texture.cpp
[
all
...]
/frameworks/base/media/libstagefright/
OMXCodec.cpp
681
int32_t
compressedSize
;
683
kKeyMaxInputSize, &
compressedSize
);
686
CHECK(
compressedSize
> 0);
689
setJPEGInputFormat(width, height, (OMX_U32)
compressedSize
);
[
all
...]
Completed in 544 milliseconds