nn::cx::GetUncompressedSize Function

Syntax

u32 GetUncompressedSize(
     const void * srcp
);

Arguments

Name Description
in srcp Pointer to the first four bytes of data in the compressed data.

Return Values

Returns the size of the decompressed data.

Description

Gets the data size after decompression.

This function can be used for data in all compression formats handled by cx.

Revision History

2010/11/10
Initial version.

CONFIDENTIAL