Searched defs:CLzmaEncProps (Results 1 - 1 of 1) sorted by relevance

/external/lzma/C/
H A DLzmaEnc.h31 } CLzmaEncProps; typedef in typeref:struct:_CLzmaEncProps
33 void LzmaEncProps_Init(CLzmaEncProps *p);
34 void LzmaEncProps_Normalize(CLzmaEncProps *p);
35 UInt32 LzmaEncProps_GetDictSize(const CLzmaEncProps *props2);
54 SRes LzmaEnc_SetProps(CLzmaEncHandle p, const CLzmaEncProps *props);
73 const CLzmaEncProps *props, Byte *propsEncoded, SizeT *propsSize, int writeEndMark,

Completed in 24 milliseconds