#include <nitro/os/common/systemCall.h>
void SVC_UnpackBits(
const void* srcp,
void* destp,
const MIUnpackBitsParam* paramp );
This function decompresses data that is been pared back 0 fixed bits. Please match the destination address dest to the 4-byte boundary.
paramp is the MIUnpackBitsParam socket data address for MI. The MIUnpackBitsParam socket is made up of the following:
srcp |
Source address where compressed data is stored. |
destp |
Destination address for decompressed data. |
paramp |
MIUnpackBitsParam socket address. |
None.
MI_UnpackBits,
SVC_UncompressLZ*
, SVC_UncompressHuffmanFromDevice, SVC_UncompressRL*
07/22/2004 Initial Version