#include <nitro/mi.h>
u32 MI_GetUncompressedSize( const void *srcp );
srcp | Source address where the compressed data is stored. |
Size after extraction.
This function obtains the extracted size of compressed data after extraction. This function does not extract data but reads the extracted size that is stored in the beginning of the compressed data.
This function is compatible with all compression formats supported by the TWL-SDK.
Reads the first 4 bytes of data and shifts down that value by 8 bits.
MI_UncompressLZ*, MI_UncompressHuffman, MI_UncompressRL*, MI_GetCompressionType
2004/06/18 Initial version.
CONFIDENTIAL