Home
last modified time | relevance | path

Searched defs:compType (Results 1 – 2 of 2) sorted by relevance

/TwlSDK-5.4/build/libraries/mi/common/src/
Dmi_secureuncompress.c98 u8 compType = (u8)( MI_HToLE32( *(u32*)pSrc ) & 0xFF ); in MI_SecureUncompressRL() local
229 u8 compType = (u8)( MI_HToLE32( *(u32*)pSrc ) & 0xFF ); in MI_SecureUncompressLZ() local
532 u8 compType = (u8)( MI_HToLE32( *(u32*)pSrc ) & 0xFF ); in MI_SecureUncompressHuffman() local
716 u8 compType = (u8)( MI_HToLE32( *(u32*)pSrc ) & 0xFF ); in MI_SecureUnfilterDiff() local
/TwlSDK-5.4/include/nitro/mi/
Duncompress.h50 u32 compType:4; member