#include <nitro/mi/uncompress.h>
typedef struct { u32 compParam :4; u32 compType :4; u32 destSize :24; } MICompressionHeader;
This is the compressed data's header structure. All formats of compressed data supported by the SDK start with this header.
compParam | Stores the compression parameters for the given compression format. |
compType | The compression type. For details on types, refer to the MI_GetCompressionType function. |
destSize | The data size after uncompression. This is the same value as that obtained from the MI_GetUncompressedSize function. |
MI_GetCompressionType
, MI_GetUncompressedSize
2004/11/30 Initial version.
CONFIDENTIAL