nn::cx::UncompressAny Function
void UncompressAny(
const void * srcp,
void * destp
);
| Name | Description | |
|---|---|---|
| in | srcp | Compressed data address. |
| out | destp | Decompressed data address. |
Detects the compression format from the data header and executes the appropriate decompression process.
This function results in the linkage of the decompression code for all compression types. If you are using only certain compression formats, we recommend using the decompression functions specific to those being used.
CONFIDENTIAL