Home | History | Annotate | Download | only in libstagefright

Lines Matching refs:compressedSize

712         int32_t compressedSize;
714 kKeyMaxInputSize, &compressedSize);
717 CHECK(compressedSize > 0);
720 setJPEGInputFormat(width, height, (OMX_U32)compressedSize);
3721 OMX_U32 width, OMX_U32 height, OMX_U32 compressedSize) {
3737 def.nBufferSize = compressedSize;