Searched defs:compressedSize (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/opengl/libagl/
H A Dtexture.cpp1123 GLsizei compressedSize = etc1_get_encoded_data_size(width, height); local
1124 if (compressedSize > imageSize) {
/frameworks/base/media/libstagefright/
H A DOMXCodec.cpp686 int32_t compressedSize; local
688 kKeyMaxInputSize, &compressedSize);
691 CHECK(compressedSize > 0);
694 setJPEGInputFormat(width, height, (OMX_U32)compressedSize);
2859 OMX_U32 width, OMX_U32 height, OMX_U32 compressedSize) {
2875 def.nBufferSize = compressedSize;
2858 setJPEGInputFormat( OMX_U32 width, OMX_U32 height, OMX_U32 compressedSize) argument

Completed in 87 milliseconds