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

/frameworks/av/include/media/stagefright/
H A DOMXCodec.h285 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.cpp3570 OMX_U32 width, OMX_U32 height, OMX_U32 compressedSize) {
3586 def.nBufferSize = compressedSize;
3569 setJPEGInputFormat( OMX_U32 width, OMX_U32 height, OMX_U32 compressedSize) argument

Completed in 97 milliseconds