Searched refs:CLzmaEncProps (Results 1 – 10 of 10) sorted by relevance
/external/lzma/C/ |
D | LzmaEnc.h | 32 } CLzmaEncProps; typedef 34 void LzmaEncProps_Init(CLzmaEncProps *p); 35 void LzmaEncProps_Normalize(CLzmaEncProps *p); 36 UInt32 LzmaEncProps_GetDictSize(const CLzmaEncProps *props2); 57 SRes LzmaEnc_SetProps(CLzmaEncHandle p, const CLzmaEncProps *props); 71 const CLzmaEncProps *props, Byte *propsEncoded, SizeT *propsSize, int writeEndMark,
|
D | Lzma2Enc.h | 16 CLzmaEncProps lzmaProps;
|
D | LzmaLib.c | 20 CLzmaEncProps props; in LzmaCompress()
|
D | Lzma86Enc.c | 23 CLzmaEncProps props; in Lzma86_Encode()
|
D | LzmaEnc.c | 43 void LzmaEncProps_Init(CLzmaEncProps *p) in LzmaEncProps_Init() 52 void LzmaEncProps_Normalize(CLzmaEncProps *p) in LzmaEncProps_Normalize() 89 UInt32 LzmaEncProps_GetDictSize(const CLzmaEncProps *props2) in LzmaEncProps_GetDictSize() 91 CLzmaEncProps props = *props2; in LzmaEncProps_GetDictSize() 450 SRes LzmaEnc_SetProps(CLzmaEncHandle pp, const CLzmaEncProps *props2) in LzmaEnc_SetProps() 453 CLzmaEncProps props = *props2; in LzmaEnc_SetProps() 2212 CLzmaEncProps props; in LzmaEnc_Construct() 2957 const CLzmaEncProps *props, Byte *propsEncoded, SizeT *propsSize, int writeEndMark, in LzmaEncode()
|
D | Lzma2Enc.c | 245 CLzmaEncProps lzmaProps = p->lzmaProps; in Lzma2EncProps_Normalize() 468 CLzmaEncProps lzmaProps = props->lzmaProps; in Lzma2Enc_SetProps()
|
/external/lzma/CPP/7zip/Compress/ |
D | LzmaEncoder.cpp | 69 HRESULT SetLzmaProp(PROPID propID, const PROPVARIANT &prop, CLzmaEncProps &ep) in SetLzmaProp() 113 CLzmaEncProps props; in SetCoderProperties()
|
D | Lzma2Encoder.cpp | 16 HRESULT SetLzmaProp(PROPID propID, const PROPVARIANT &prop, CLzmaEncProps &ep);
|
/external/lzma/C/Util/Lzma/ |
D | LzmaUtil.c | 140 CLzmaEncProps props; in Encode()
|
/external/lzma/DOC/ |
D | lzma.txt | 229 3) initialize CLzmaEncProps properties; 271 const CLzmaEncProps *props, Byte *propsEncoded, SizeT *propsSize, int writeEndMark,
|