Home
last modified time | relevance | path

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

/frameworks/base/include/media/stagefright/
DOMXCodec.h266 OMX_U32 width, OMX_U32 height, OMX_U32 compressedSize);
/frameworks/base/media/libstagefright/
DOMXCodec.cpp681 int32_t compressedSize; in configureCodec() local
683 kKeyMaxInputSize, &compressedSize); in configureCodec()
686 CHECK(compressedSize > 0); in configureCodec()
689 setJPEGInputFormat(width, height, (OMX_U32)compressedSize); in configureCodec()
3682 OMX_U32 width, OMX_U32 height, OMX_U32 compressedSize) { in setJPEGInputFormat() argument
3698 def.nBufferSize = compressedSize; in setJPEGInputFormat()
/frameworks/base/opengl/libagl/
Dtexture.cpp1123 GLsizei compressedSize = etc1_get_encoded_data_size(width, height); in glCompressedTexImage2D() local
1124 if (compressedSize > imageSize) { in glCompressedTexImage2D()