Searched refs:compressedSize (Results 1 – 3 of 3) sorted by relevance
266 OMX_U32 width, OMX_U32 height, OMX_U32 compressedSize);
681 int32_t compressedSize; in configureCodec() local683 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() argument3698 def.nBufferSize = compressedSize; in setJPEGInputFormat()
1123 GLsizei compressedSize = etc1_get_encoded_data_size(width, height); in glCompressedTexImage2D() local1124 if (compressedSize > imageSize) { in glCompressedTexImage2D()